Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How To Import Your Source To Eclipse

Newbie Spellweaver
Joined
Dec 2, 2008
Messages
32
Reaction score
1
How to import your source to Eclipse​

Today I will be teaching you how to import your current runescape source into an IDE. The IDE that I have chosen to use is Eclipse. There are many IDE's out there and I have chosen Eclipse because it is open source and very commonly used in the industry.

So lets get into the good stuff shall we.

Step 1 - Open up Eclipse and setup your workspace/ folder to save files to.

RapidShot1234 - How To Import Your Source To Eclipse - RaGEZONE Forums


My workspace is located directly on C: drive as you can see.

Step 2 - Create a new Java Project.

RapidShot1234 - How To Import Your Source To Eclipse - RaGEZONE Forums


Very straight forward as we are programming in Java.

Step 3 - Create a Name for your project then click Finish.

RapidShot1234 - How To Import Your Source To Eclipse - RaGEZONE Forums


Name the project what ever you like, you will be the only one seeing this. Here is the result of creating a successful java project.

RapidShot1234 - How To Import Your Source To Eclipse - RaGEZONE Forums



Step 4 - Open up your source folder to the start of the source package. (yourServer/src)

RapidShot1234 - How To Import Your Source To Eclipse - RaGEZONE Forums


Step 5 - Click and drag your folder in there to your src folder inside Eclipse.

Step 6 - Click Ok on the message box that appears.

RapidShot1234 - How To Import Your Source To Eclipse - RaGEZONE Forums


You want to copy the files across so then you will not need to edit them all the time, of course you can always select to link to the files. If you decide to link to the files then you won't need to hunt them down later when trying to compile and run the server.

Here is what the result should look like.

RapidShot1234 - How To Import Your Source To Eclipse - RaGEZONE Forums


Step 7 - Fix any errors that appear after importing your source.

RapidShot1234 - How To Import Your Source To Eclipse - RaGEZONE Forums


Notice how the red exclamation mark appears straight away alerting me of an error. I would not have caught this as easy by just compiling the source files.

Now you finally have your source imported to Eclipse.

RapidShot1234 - How To Import Your Source To Eclipse - RaGEZONE Forums
 
Loyal Member
Joined
Aug 1, 2011
Messages
1,122
Reaction score
153
Thanks for the tutorial. And useful one! Clear + fresh. No words!
 
Back
Top