|
As Bruce correctly says, with the latest Raspbian image there is no need to download Java. If you issue the command 'java -version' it will reply with the java version. Raspbian has a JDK, but even that is not strictly necessary, as any JVM will do, NetRexx does not require a JDK anymore. (If you do not have a JDK, be sure to use the NetRexxF.jar and remember to set the -Dnrx.compiler=ecj property). You know you have a JDK when the 'javac' command works.
I have no clue how the -v /opt/java got into the manual - and that is bad because I probably put it there. As developments have rendered the whole passage obsolete, I have removed it now for the 3.03 edition.
best regards,
René Jansen.
|