Tagged Questions

0
votes
4answers
137 views
0
votes
1answer
89 views

What does Java Error “Your active platform is: JDK_1.6, but the corresponding property “platforms.JDK_1.6.home” is not found in the project’s properties files” mean?

I'm a Java noob (but have been programming for 25+ years, and have worked with OO languages from day 1). All of a sudden I started getting this error: Your active platform is: JDK_1.6, but the …
0
votes
2answers
318 views

Java method works in 1.5 but not 1.6

Hi There, I have an application which has been running happily under Java 1.5 for around a year. We've just had the boxes updated and had Java 1.6 installed. After deploying the app to the new …