Using Eclipse
Some Jajuk Eclipse Notes
Contents |
Installing plugin SVN (subclipse)
- In Eclipse, Help->software update-> find software
- new feature to install
- new remote site
- name: subclipse
- URL : http://subclipse.tigris.org/update_1.2.x
- follow indication
- restart Eclipse
Updating for the first time
- Menu Window -> open perspective -> other -> SVN
- Create repository to https://jajuk.svn.sourceforge.net/svnroot/jajuk
Release 1.3
- Menu Window, Show View, SVN Repository
- Navigate in the SVN tree on branches/maintenance_1.3/jajuk and do right click on Jajuk, "check out as". Use Jajuk-1.3 as the Project name.
- Menu Window, Show View, Navigator
Trunk (development version)
- Menu Window, Show View, SVN Repository
- create repository to https://jajuk.svn.sourceforge.net/svnroot/jajuk
- open SVN tree on trunk/jajuk and do and do right click on Jajuk, "checkout".
- Menu Window, Show View, Navigator
Updating trunk and display changes
- Menu Window, Show View, Navigator
- Left click in the tree, TEAM -> update
Commiting changes to SVN
- Menu Window, Show View, Navigator
- Left click in the tree, TEAM -> commit
Discarding local changes and get a fresh version from the SVN
- Menu Window, Show View, Navigator
- Left click at the top of the tree, "Replace with" -> "Latest from Repository"
Running Jajuk in Eclipse
- Configure the launcher according to Java Developer Guide
- Run -> Run
Troubleshooting Eclipse
Check for Eclipse updates
Go in menu Help, software updates, Find an install, Search for currently installed features
Clean the project
Go in the Menu, Project, Clean
After an update, Eclipse refuse to Run Jajuk because of a missing lib
Try to remove and add the lib manually. To do that, select the Jajuk project in the package explorer view, right click, properties, Java build path. Then in Tab library, remove/delete the lib, do a Team SVN update, an manually add the Lib using the Java build path.

