I’m working on a java project which depends on both ‘javax.lang’ and ‘javax.annotation’. I have jre/jdk installed, a lot of other javax.* on the classpath, and I develop in Java everyday. However, these two packages remain not found.
Thank you
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.
javax.langandjavax.annotationappear to be available since version Java 6. They’re not present in Java 5 or earlier versions. You ought to be using a Java 6 JDK for the purpose of development.