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.
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.