Results 1 to 2 of 2
how to compile the java file having Graphics g in it over linux...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-17-2012 #1Just Joined!
- Join Date
- May 2012
- Posts
- 1
compiling graphics file in java over linux
how to compile the java file having Graphics g in it over linux
- 05-17-2012 #2Just Joined!
- Join Date
- May 2012
- Posts
- 7
Go here: content.gpwiki.org/index.php/Java:Tutorials:Graphics
Compile with ant. In a terminal, navigate to directory where the Java file is and type. You will then have a class file added. Or you can compile on the fly at the command line withCode:ant
See: docs.oracle.com/javase/1.5.0/docs/tooldocs/solaris/java.htmlCode:java -jar [your file name].jar


Reply With Quote
