Changes between Version 4 and Version 5 of CSPFL_Java
- Timestamp:
- 10/19/09 16:18:09 (1 month ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CSPFL_Java
v4 v5 1 = = Running Java on your OSWALD ==1 = Running Java on your OSWALD = 2 2 This 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. 3 3 {{{ 42 42 * [http://beaversource.oregonstate.edu/projects/cspfl/attachment/wiki/CSPFL_Java/Server.java?format=raw Server.java] (usage example of the server) 43 43 * [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 == 46 Currently, any jar files placed in /home/root/.jars will be automatically added to the classpath environment.
