hi Folks,
I have problem in Eclipse...I am using eclipse for J2me.
I want to compile through
Ant using javac 1.3 compiler becasue we are importing default package which is not supported in
java 1.4. We can set the the Compliance level in Eclipse
IDE. But what about Ant ....I am using this
Here only thing which I am not giving is executable path of 1.3 javac executable="/opt/java/jdk1.1/bin/javac" I had done that also but giving me error on default package import ..
Thanks
Please Help Me
[edited to add code tags]
[ May 24, 2005: Message edited by: Jeanne Boyarsky ]