Guest User

Untitled

a guest
Jan 21st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. Step One -
  2. Open up NetBeans.
  3. It might take a while, so be patient.
  4.  
  5. Step Two -
  6. Once it has opened and finished initialising.
  7. Go to:
  8. File > New Project
  9.  
  10. Under "Categories" select "Java"
  11. Under "Projects" select "Java Project with Existing Sources"
  12. And press "Next"
  13.  
  14. Have your project name as "odinms" as it cuts down troubles later on after compiling.
  15. In the field "Project Folder" browse to your server files folder.
  16. Press Next
  17.  
  18. Click "Add" in the "Source Package Folders" section and locate your "src" directory within your server files.
  19.  
  20. Press Finish
  21.  
  22. Step Three -
  23. Now Build your project! [Press F11] Or go to:
  24. Build > Build Main Project
  25.  
  26. Woah! 100 Errors!
  27.  
  28. Not to worry - Keep reading.
  29.  
  30. Step Four -
  31. Okay, you have you 100 errors, how are you going to fix it?
  32. Right click "Libraries" in the Projects window and select "Add Jar/Folder"
  33. Browse to your "dist" folder within your server files and add all the .jar's except for "odinms.jar"
  34.  
  35.  
  36. Step Five -
  37. Now build it again, and your errors should have all gone away!
  38. If you get warnings, dont worry about it.
  39.  
  40. Step Six -
  41. After a successful build, navigate to your project folder and you should see a "dist" folder.
  42. Inside should be "odinms.jar" copy this into your other "dist" folder deeper into your folder.
Add Comment
Please, Sign In to add comment