244
edits
No edit summary |
|||
| Line 32: | Line 32: | ||
ssh deathray | ssh deathray | ||
If you are prompted for a password, this is your normal RedBrick password. | |||
The Java compiler on redbrick is called, unsurprisingly, javac. Compiling Java programs is a little more complex than compiling C programs as you need to have two environment variables set, JAVA_HOME and CLASSPATH. To see what these are set to, at the prompt type : | The Java compiler on redbrick is called, unsurprisingly, javac. Compiling Java programs is a little more complex than compiling C programs as you need to have two environment variables set, JAVA_HOME and CLASSPATH. To see what these are set to, at the prompt type : | ||
edits