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!

[Tut]Netbeans Setup [How to setup your netbeans] (NOOB FRIENDLY!)

Newbie Spellweaver
Joined
Mar 22, 2011
Messages
14
Reaction score
0
How to Setup your Netbeans
Things you'll need...
1) Netbeans
2) Your Server's source​

This guide is made for Beginner owners of Maplestory servers.
Step 1.
Go to your server's source, created a new folder,
Name it whatever you like. (eg. netbeanseg)
DON'T put anything inside that folder.

Step 2.
Open netbeans

Step 3.
Click "New Projects"

Step 4.
Make sure it's "Java" on the left & "Java project with existing
sources" on the right. Click "next"(Located at the bottom part of the page, (with "< back" , "next >" , "Finish" , "Cancel" , "Help"

Step 5.
Under Project name , Type in your source name (eg. examplesource)
So, type in "ExampleSource".

Step 6.
Under "Project Folder" , find the folder you just created (netbeanseg), click "enter"
you're done adding server's header. (30% complete!)

Step 7.
You will see these two,
"Source Package Folder"
"Test Package Folder"
---------------------------------------------------------------------
Under "Source Package Folder", Browse to your "src" folder and click enter.
---------------------------------------------------------------------
Under "Test Package Folder", Browse to your "scripts" folder and click enter.
[Wait for the source to root]
Conguatulations! You have created your netbeans!

Step 8.
Don't bother to click "Next >" because you do not have to.
Click "Finish".

You're not finished yet~ :rolleyes:

Step 9.
You will see this at the left hand side of your Java sources.
"Your Server's source name"
"Source packages"
"Test packages"
"Libraries"
"Test Libraries"
[You need to have these 4 folders ! If you do not have it, Change your source]

Step 10.
Click "Libraries", Right click it , You will see ...
"Add Project..."
"Add Library..."
"Add JAR/Folder..."
___________________
"Properties"

Click on "JAR/Folder"

Step 11.
Browse into your source, find "dist folder"
You should see all the jar files like "YourSourceName".jar

Hold your "ctrl" key :eek:tt:
click the jar's' folder except for the "YourSourceName".jar
click enter.

Wow, you've done great ! You're now 85% in progress !

Step 12.
click "f11" key to compile.
Wait for it to build.

You're done! Enjoy and Have fun!

[Tips]: F9, F11 are the compile keys.

THANK ME IF I HAVE HELPED YOU IN IT!
 
Back
Top