OS/2, eCS & ArcaOS - Technical > Applications
Java applications
ivan:
A couple of things to note Martin.
First run <path to openjdk-sdk\bin> java -jar greenfoot-generic-230.jar that is the installer.
Second, the installer wants to put tools.jar in the sdk \lib directory. If it can't do this it will stop working and greenfoot is not installed.
Other than having the openjdk6-sdk-ga5 dir in the root of a drive (in my case f:\ as it where I have space to try things out on this box) and Andy saving me the trouble of working out the script I did nothing that isn't normal when running a java app.
One other thing. I have now made a program object as follows;
Path and file name
F:\OPENJDK6-SDK-GA5\BIN\JAVA.EXE
Parameters
-Duser.home=f:\java-apps\greenfoot -cp f:\java-apps\greenfoot\lib\bluej.jar;f:\openjdk6-sdk-ga5\lib\tools.jar bluej.Boot -greenfoot=true -bluej.compiler.showunchecked=false "$@"
Working directory
left blank
**The parameters are all on one line**
I also made an icon for it.
Dave Yeo:
The $@ is a *nix shell thing which the WPS won't expand (not sure about Java but I doubt it will expand it as well). Being a program object you can just drop any files on the program object or associate it with the appropriately.
ivan:
Thanks Dave. I thought it had to be something like that but I don't know enough about *nix to be sure - hence my asking for help decoding the script.
Martin Iturbide:
JClic seems to be working too:
"JClic is a platform for the creation, playing and evaluation of multimedia educational activities, developed in the Java platform."
http://clic.xtec.cat/en/jclic/
Martin Iturbide:
FreeRapid Downloader seems to be working too. I downloaded a YouTube video with it.
"FreeRapid is an easy to use Java downloader that supports downloading from Rapidshare, Youtube, Facebook, Picasa and other file-sharing services, include the new ones like mega.co.nz. "
http://wordrider.net/freerapid/download.html
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version