Changes between Version 7 and Version 8 of CSPFL_Java

Show
Ignore:
Author:
hardert (IP: 67.169.210.177)
Timestamp:
11/03/09 19:20:02 (3 weeks ago)
Comment:

Add gcj compiling note in the hello world tutorial

Legend:

Unmodified
Added
Removed
Modified
  • CSPFL_Java

    v7 v8  
    99} 
    1010}}} 
    11 The next step is to compile the java file into a class file, the easiest way is to make a project in eclipse (cs161 students should know how to do this), a guide for that can be found [https://eclipse-tutorial.dev.java.net/eclipse-tutorial/part1.html here] (Or you can make the class file using another method described [http://java.sun.com/docs/books/tutorial/getStarted/cupojava/index.html here]). Once you have made the project, run it once. Now navigate to the directory that your project is in, and find the '''!HelloWorld.class''' file, copy this to a flash drive, or SD card. Once you have put the card/drive into your OSWALD, open a terminal (click the little black icon on the bottom of the screen). Type one of the following commands: 
     11The next step is to compile the java file into a class file, the easiest way is to follow the guide below on compiling java code using gcj on the OSWALD.  
     12 
     13Otherwise if you want to compile the code externally, you can make a project in eclipse (cs161 students should know how to do this), a guide for that can be found [https://eclipse-tutorial.dev.java.net/eclipse-tutorial/part1.html here] (Or you can make the class file using another method described [http://java.sun.com/docs/books/tutorial/getStarted/cupojava/index.html here]). Once you have made the project, run it once. Now navigate to the directory that your project is in, and find the '''!HelloWorld.class''' file, copy this to a flash drive, or SD card. Once you have put the card/drive into your OSWALD, open a terminal (click the little black icon on the bottom of the screen). Type one of the following commands: 
    1214 
    1315For sd cards: