Migration issue from JDK 1.4.2 to JDK1.5
Hi ,
While compling my source code in jdk1.5.0_11, i am getting the following error.
No suchmethod "main" found error.
The class name i used is :
classname="com.sun.org.apache.xalan.internal.xsltc.cmdline.Compile
But the above class is available on jdk1.5 rt. jar
Can anyone tell me about how to resolve this JDK compatibility issue..
Thanks

