Need help in compiling the Web project in IBM Rational Application Developer
Mohnish Saini
Greenhorn
Joined: Jan 04, 2009
Posts: 24
posted
0
Hi
I am new in working with IBM Rational Application Developer(RAD).
I have a working application built in My Eclipse 8. I have to copy the code (.java, jsp and all related files) from Eclipse workspace and create a new project in IBM Application Developer.
I did that. But I am getting error in compiling the project in IBM RAD. It gives me error for using generics and annotation. Then I checked the JDK version and noticed that it is already 6. So project should compile. But it doesnt.
On further investigation, I found that Compiler Compilance Level is set to be 1.4. It should be 1.5 or higher (I think this may be the cause but not sure) as shown in attached screenshot.
Yes, I configured correct JDK and that also twice... jdk1.5 as well as jdk1.6... but in compliler compliance level dropdown, I am able to see only jdk1.3 and jdk1.4 as shown in the screenshot.