>Hello,
>
>I've successfully run ormapmaker to create code! However, I can't figure
>out the proper classpath or the proper order to compile the code in. I
>named the package custom, so I have directories like
>\town\src\custom\ormap, etc. Without going into detail, I get errors
>relating to javac not knowing the definitions of other classes that were
>generated by ormapmaker. Any suggestions on how to compile the code?
It should work if you compile all the classes with a single javac command, e.g.
javac ormap/*.java ormap/generated/*.java
Also, make sure that town.jar is in your classpath.
-ds
________________________________________________________________________
David Soergel .oooO Oooo. "Music and Living----"
123 Forest View ( ) ( ) "The same thing," said Pooh.
Woodside, CA 94062 \ ( ) / [EMAIL PROTECTED]
(650) 303-5324 \_) (_/ http://www.lorax.org
________________________________________________________________________
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]