[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Upgrading IIGS HD System
Chris Morse wrote:
> Well, I must be dense when it comes to java.. I have no idea how to
> build it!
> I got the source checked out, JDK 1.5.0 R8 installed.. I see the
> build.xml file, but I have no idea how to use it. I wrote a simple
> HelloWorld.java and did a javac compile on it fine. There must be a
> bit more to the build process than I'm aware of.
Oh, everybody doesn't use Eclipse? ;-)
Sorry, the build.xml is from Ant, yet another build tool. All you
really have to do is go to the parent of the 'org' directory and type
'javac org\adtpro\ADTPro.java' (no quotes) and it'll build. To run,
'java org.adtpro.ADTPro'.