Page 1 of 1
L2J Server on Mac OS X
Posted: Thu Jul 09, 2009 10:58 am
by METALLAS
Hi guys,
I would like to ask you if there is a way to run an L2J Server on Mac OS X Computer.
And if there is ...how?
Thanks in advance.
Re: L2J Server on Mac OS X
Posted: Thu Jul 09, 2009 11:35 am
by Eragon
Google ?
as far as I know, Mac OS X is linux based?
If so, should be pretty much straight forward when installing.
install mysql, java, and whatever else you need.
And please, don't ask for a dummy guide, we got enough of the already.
Re: L2J Server on Mac OS X
Posted: Sun Jul 12, 2009 11:46 am
by azuul
mac os x is -not- linux based...
it has a bsd kernel with os x os (an evolution straight from Next Step, but so much has changed from the old black cubes that this is just an accademic issue) .
but then the os it's not a problem, java is - last time I searched Apple didnt permit a full Sun java machine implementation, if this has changed there's no problem, if still you dont have a java machine full compatibile with sun's one, no luck.
Re: L2J Server on Mac OS X
Posted: Sun Jul 12, 2009 12:15 pm
by nonom
Eragon wrote:Google ?
as far as I know, Mac OS X is linux based?
If so, should be pretty much straight forward when installing.
install mysql, java, and whatever else you need.
And please, don't ask for a dummy guide, we got enough of the already.
Im working a test l2j server on MAC OS X and its works fine (it is Java) .. Eragon, MAC is not a Linux based, please, to say "Google" shut up because you are a perfect dummie.
Re: L2J Server on Mac OS X
Posted: Sun Jul 12, 2009 12:18 pm
by Vapulabe
I think that using L2J on MacOSX is worth a try (and tell us if it works here afterwards). The main problem may come from mysql (I don't know if there is a MacOSX port for it).
If MacOSX's java don't work, have a look on the internet for other ports. You may also have a look at projects like Kaffe (opensource) which could (not tested) work with MacOSX.
Re: L2J Server on Mac OS X
Posted: Sun Jul 12, 2009 1:06 pm
by nonom
MySQL have not problem on Mac OS X, and I think you can use MAMP or XAMPP (Mac version) also if you have problems with a normal installation. MySQL install is possible in Terminal console using a Mac OS X binary package in PKG format.
http://dev.mysql.com/doc/refman/5.0/en/ ... ation.html
Re: L2J Server on Mac OS X
Posted: Sun Jul 12, 2009 1:47 pm
by Eragon
You are right, it ain't linux based, it's unix, at least this is what google told me.
Never tried mac-os my self, anything with the name mac ain't worth wasting my time on.
Re: L2J Server on Mac OS X
Posted: Sun Jul 12, 2009 2:39 pm
by Vapulabe
MacOSX is BSD-based (so, it's closer to OpenBSD/FreeBSD/NetBSD than linux)
Re: L2J Server on Mac OS X
Posted: Sun Jul 12, 2009 7:07 pm
by Eragon
Yea, but they use the same basic system (unix), so commands and line-up should be pretty much, or ?
Re: L2J Server on Mac OS X
Posted: Sun Jul 12, 2009 7:29 pm
by Vapulabe
Well, you've several parts :
CPU and Hardware
Kernel (sysV or BSD, different syscalls, ...)
Standard libraries (C, X11, ...)
Java Runtime Environment
L2J
L2J only depends on JRE, with no direct calls to other parts of the computer.
JRE depends on Standard libraries (for most part) AND kernel (JNI interface, low-level interfaces (like the smartcard one), sound, ...)
So, to have a JRE working on MacOSX, you need more than recompile JRE (which would be enough if JRE only depended on standard libraries) but also to patch it for the part specific to the OS (sound, smartcard, ...)
Apple has it's own version of JRE, a few revision late on the official JRE and which *may* have some functionnalities either stripped or changed (like the GUI part which has been adapted to the MacOSX GUI system and look)
Making a JRE for MacOSX is not an impossible task but not a trivial one either... And JRE for Linux don't work on OpenBSD/FreeBSD/NetBSD/MacOSX/Solaris for Intel/...
Re: L2J Server on Mac OS X
Posted: Wed Jul 15, 2009 7:38 am
by METALLAS
Well,I installed java,Mysql Navicat at now.
I compiled the pack.My problem is that i can't execute the Server.
Edit:Java already installed.My bad sorry.