Grendel:Compile: Difference between revisions

m
Added note for JDK1.6 Users
No edit summary
m (Added note for JDK1.6 Users)
 
Line 19: Line 19:
# If you want to make an executable jar to package up all the application's classes, type 'ant jar'. Once you've done that, you can type 'java -jar Grendel.jar' and it should run Grendel for you.
# If you want to make an executable jar to package up all the application's classes, type 'ant jar'. Once you've done that, you can type 'java -jar Grendel.jar' and it should run Grendel for you.
# To remove all the junk created during the compilation process from your source tree, run 'ant clean'.
# To remove all the junk created during the compilation process from your source tree, run 'ant clean'.
==Note to Sun Java 1.6 users==
There are a few classes in calypso.util package that do not compile, these can be deleted.
They use internal sun.* classes and should be rewriten in due course to use standrard Java Classes.


==Note to Mac users==
==Note to Mac users==
19

edits