Leon Shlim

Greenhorn
+ Follow
since Feb 11, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Leon Shlim

Hey ya'll!
I am pretty new here (alright, it's my first post... ;) ) and I was trying to run the following command in a *.class folder:
ant build
the error I get it: Build failed, J2SE5 required.

Now, I have set all my system variables correctly. java -version gives me: Java Version "1.7.0_02" and ant -version gives me Apache Ant(TM) version 1.8.02.

Now, my suspicion lies within the build.xml file itself, that it might be searching for an older version of Java. The error is given for line 59 in the build.xml and it's content is:


and in the beginning of the code I have this ( I don't know what to make of it...)




Thank you all for helping!!! )

Leon
12 years ago