Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JDK compliance on WASD 5

Status
Not open for further replies.

portagal

Programmer
Jul 28, 2004
32
0
0
CA
I have imported a webapp on WASD 5, this webapp is running on tomcat but when i imported it to WASD 5 i have got a bunch of compile errors on my java classes; it is complaining on methods like indexOf(...) called on StringBuffer object or replacefirst(...) method on String object. These methods are effective since JDK 1.4 and compiler compliance on WSAD is set to 1.4, I don't understand why it is not recognizing these methods.
I tried to add my JDK1.4 home directory to WASD's installed JRE list but it didn't help.

Any help would be greatly appreciated.

 
Whick JRE did you install?

Check under Window > Preferences > Compiler for compliance settings.

Cheers,
Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top