Posted By:
muralidhar_gandham
Posted On:
Wednesday, March 28, 2001 01:00 PM
Hi
I have VAJ 3.5 and it says method not defined when i compile my class.
for example,
i have a code fragment like this
URL someURL=new URL("some path");
String path=someURL.getPath();
At this point VAJ says no method getPath() is defined in java.net.URL class.i have java class libraries in my workspace.
can some one help me what is happening in this case ? or is it a bug in VAJ 3.5