Changes between Version 4 and Version 5 of CSPFL_Java

Show
Ignore:
Author:
hardert (IP: 128.193.150.136)
Timestamp:
10/19/09 16:18:09 (1 month ago)
Comment:

Add info about the user classpath directory

Legend:

Unmodified
Added
Removed
Modified
  • CSPFL_Java

    v4 v5  
    1 == Running Java on your OSWALD =
     1= Running Java on your OSWALD
    22This section describes how to use java on your OSWALD. The process is fairly simple, we will be working with a hello world program. There are a few steps, the first is to create the source, we will call it '''!HelloWorld.java''', make the file using a text editor and fill it in with the following contents. This step is done on your computer. 
    33{{{ 
    4242 * [http://beaversource.oregonstate.edu/projects/cspfl/attachment/wiki/CSPFL_Java/Server.java?format=raw Server.java] (usage example of the server) 
    4343 * [http://beaversource.oregonstate.edu/projects/cspfl/attachment/wiki/CSPFL_Java/Client.java?format=raw Client.java] (usage example of the client) 
     44 
     45== Adding jar files to the classpath == 
     46Currently, any jar files placed in /home/root/.jars will be automatically added to the classpath environment.