I am using Blackberry plug in for eclipse.
Default jre setting is 1.6
I am getting following error which doesnt allow me to compile my .java file :
The type Class is not generic; it cannot be parameterized with arguments
Please help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Classes for J2ME projects must be compiled to be version 1.3 compliant.
=> no generics, enums, extended-for …..
But it should fix your problem 🙂