vsys svn checkout
checking out vsys project from svn into eclipse
1. setting up svn in eclipse
- install eclipse 3.x
- install subclipse as described at http://subclipse.tigris.org/install.html
- goto “window” -> “open perspective” -> “other” -> “svn repository exploring”
- right click into “SVN Repository” then “new”->”repository location”
- url: https://admin.neonature.net/svn_vsys/
- go back to perspective “java (default)”
2. checking out project from svn
- right click on package explorer
- select “new”->”svn”->”checkout project from svn”
- choose svn://svn.5711.org/projects/vsys
- choose “trunk” -> “vsys”+highest number
- click next
- check “check out as a poject configured using the new project wizard”
- click finish
- select “java project”
- click next
- enter project name
- project layout: “use project folder as root…”
- click finish
3. getting vsys compiled
- right click the project in the package explorer, select “properties”
- select java build path
- choose tab “source”
- click “add folder”
- check “plugins” and “vsys”
- click “yes” when asking to remove source folder
- click ok
- click “yes” when asking to remove old resources
- right click the project in the package explorer, select “properties”
- select java build path
- choose tab “libraries”
- click “add jars” select all files in lib folder of the current project
- click ok
- now all errors should be gone.
4. start
- click “run” -> “run…”
- double click “java application”
- choose main project and main class
- choose tab “arguments” paste into “VM arguments”: -Djava.library.path=”${project_loc}/lib/”
if ”${project_loc}/lib/” does not work, use the full path to your lib directory.
you should also download the current lwjgl package and putt all “dll, dylib and jar files in that lib folder.”