
I have made this thread to inform you that you can compile with NetBeans.

Download the one furthest to the right, which includes all the languages.
You never know when you might need to use something rather than Java.
After downloading and installing NetBeans ; open it up, depending on your computer processor speed/RAM.
It may take a while to start.
Next, click file and click on New Project.
In categories, choose Java.
In project, choose Java project with Existing source.
Click next after and Put in what every you want for the project name. Ex. OdinMs
For project folder, navigate to your OdinMs folder.
Click next after and then click add folder for Source Project Folders.
Once again, navigate to your OdinMs folder and open src.
In the next step, you can just click finish.
Next, click on Build at the top, then click on "Build Main Project".
When your done, navigate to your OdinMs folder then to "your project name" and open the folder dist and rename the file yourprojectname.jar to OdinMS.jar
Next, Copy the the renamed file and go back to your OdinMs folder and open dist and paste it in that folder, over writing the old odinms.jar file.
When your done start World.bat, login.bat and channel.bat
Fix your 100 errors.
Quote:
Originally Posted by Izman
I HAVE FIXED THE ERROR!!! I ASSUME YOUR USING NET BEANS FOR THIS!!!
Load up all your sources, to do this, go: File > New Project > Java Project from Existing Sources
Make a name for your Project, It can be anything.
For the sources, choose your "src" folder
When it's done building, to the LEFT of your screen right click on "Libraries" and say "Add Jar/Zip File"
Browse to your .jar files (which are mina-core.jar, mysql-java... ect) and insert them all.
Your project should now compile just fine xD!!! Thanks to Formless for the info, but I just figured it out myself before he posted :'(
Izman (c) 2008 xD
Quote:
Originally Posted by shorty4life
Alright for the following error this is how you fix it:
100 errors:
Go to c:\program files\java\jdk6**\jre\lib\ext folder and paste in everything you have in your odins dist folder
go to c:\program files\java\jre**\lib\ext folders and paste in everything you have in your odins dist folder.
This should fix the problem.
Your compiling didnt change anything:
If you have changed something (like modifiying your header ) and it doesn't work put your new odinms.jar file in
c:\program files\java\jdk6**\jre\lib\ext
c:\program files\java\jre**\lib\ext
this should fix the problem
** means whatever follows after it (ex. my jdk folder has like 6.0.10 after it






