Hi Scot. Thanks for the reply. I have sorted it finally after a lot of hassle. The solution was to go to the build.xml and in the javac part at source="1.3" and target="1.3" ... seems a little simple! Thanks for the help
Scot P. Floess wrote: > > It sounds like an environment issue... Regarding the class version > error...I think you are correct - it is compiled to 1.3 however, for > some reason, the 1.3 VM is attempting to use the 1.5 version of the Java > classes. You may need to install a 1.3 version of the JDK and "tell" > Eclipse to use that. Again, I am not an Eclipse user so I don't have > any "words of wisdom" with respect to Eclipse. > -- View this message in context: http://www.nabble.com/Getting-Ant-to-compile-to-a-different-VM--tf2913012.html#a8142915 Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
