I am trying to use simple 2.6.4 in blackberry. But it does not recognize simple’s jar. How to do this?
Anyone has tried it before in blackberry?
In normal java project it is working fine.
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.
Looking at a source file picked at random (VisitorStrategy), it looks like Simple is a Java-SE project that makes use of generics. BlackBerry devices run Java-ME, which is effectively Java 1.3, so cannot use any modern Java library you find.