LOUI development is best done in with the eclipse IDE. Java 7 and eclipse 3.5 are the minimum acceptable versions for development - using Java 8 and eclipse 3.8.2 is highly recommended. Errors may occur on 4.x versions of eclipse, and higher Java versions (as of 2019 October) have not been tested.
. Using Java 8 and eclipse 3.8.2 is highly recommended. It is required to download the full Eclipse SDK (e.g. eclipse-SDK-3.8.2-macosx-cocoa-x86_64.tar.gz) from the eclipse download site. If one wants to create products for multiple platforms, downloading the eclipse Delta Pack (eclipse-3.8.2-delta-pack.zip) and setting up a "Target Platform" would also be required. In addition to these download files, one should also use the Eclipse update mechanism to install a few more packages:
...
- GEF SDK from the standard download site already available in eclipse
- PGroup widget from Nebula project at httphttps://downloadarchive.eclipse.org/nebula/releases/2.0.0/
- NOTE: This version at least made the getTemp app buildable for me; the latest (2.5.something) had an error related to JRE 1.8 so my guess is nebula dropped Java 8 support somewhere along the way?
- Add the URL in the "Work with" box, and select the Pgroup widget from the "Nebula Release Individual Widgets" section
- Subversive
...
Code Block | ||||
---|---|---|---|---|
| ||||
$ svn checkout svn://jumar.lowel.edu/<YOUR DESIRED REPO HERE>/trunk <LOCAL PATH HERE> |
Create a new workspace and do the above checkouts and then do the following:
...