开发者

Javax package does not exist

开发者 https://www.devze.com 2023-04-03 23:47 出处:网络
there is an error in all my javax header file \"package javax. 开发者_运维知识库does not exist\" here is an image.

there is an error in all my javax header file "package javax. 开发者_运维知识库does not exist" here is an image.

Javax package does not exist


Try to add the library Persistence (JPA 2.1) in your folder Libraries.
To do this: Left-click Libraries->Add Library...->select Persistence (JPA 2.1)


Download one of the jar file from the following link and store it in your local machine :

http://www.jarfinder.com/index.php/java/info/javax.obex.Operation

Now follow the given steps in the following link to add that jar file into your project.

http://gpraveenkumar.wordpress.com/2009/06/17/abc-to-import-a-jar-file-in-netbeans-6-5/

This should resolved your errors.


Netbeans 6.9.1 already has Java ME SDK 3.0. Just check the Emulator Platform in the properties of your application. If there is no emulator platform just download the sun java toolkit or Java ME SDK 3.0 and then integrate with Java platform on your netbeans IDE.


It is easy, I was facing the same issue and fixed in this way:

  1. File -> New File -> Persistence -> New Persistence UNIT

Here you need to select your desire package from drowpdown list and click ok. It will add EclipsLink in library folder which has the package javax.

Javax package does not exist


The error message says: package javax.obex does not exist. This means you are missing a library (JAR file). Add the JAR file to your project. In Eclipse you can do that by right-clicking the project, selecting Properties, then Java Build Path, Libraries. Click "Add JARs" or "Add External JARs" to add the relevant JAR file to your project.

This JAR file most likely has something to do with bluetooth. You can download an interface JAR from here, but you most likely need an implementation JAR also.


You probably don't have the project libraries properly setup: it looks like you have added the source jar file to your project, not the jar with actual class files.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号