File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JBoss and the fly likes where to find javax.annotation package in Jboss Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "where to find javax.annotation package in Jboss" Watch "where to find javax.annotation package in Jboss" New topic
Author

where to find javax.annotation package in Jboss

amar nath jha
Ranch Hand

Joined: Mar 09, 2006
Posts: 42
which jar file is to be in the classpath to import
javax.annotation package .
I am working with Jboss
and its giving me this error

ContextListener.java:4: package javax.annotation does not exist
import javax.annotation.Resource;
Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8141
    
  52

You will find it in jboss-ejb3x.jar


[My Blog] [JavaRanch Journal]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: where to find javax.annotation package in Jboss
 
Similar Threads
Annotations are not recognised
util.Date to sql.Date
EJB package
Missed PreDestroy callback calls
Clarification on a mock question about Session Bean