Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Export JAR in eclipse: Errors

807601May 24 2008 — edited May 24 2008
Hi,

I've just started using eclipse after a few months of using net beans. I've got my code running in eclipse, but creating a JAR file produces the error:

"JAR export finished with warnings. See details for additional information."

Then under details:

Exported with compile warnings: /SimpleDMX/smallDMX/SmallDMX/Slider.java
Exported with compile warnings: /SimpleDMX/smallDMX/SmallDMX/Fixture.java
Exported with compile warnings: /SimpleDMX/smallDMX/SmallDMX/FixtureControlView.java
Exported with compile warnings: /SimpleDMX/smallDMX/SmallDMX/FixtureManager.java
Exported with compile warnings: /SimpleDMX/smallDMX/SmallDMX/FixtureView.java
Exported with compile warnings: /SimpleDMX/smallDMX/SmallDMX/CompositeSnapControl.java
Exported with compile warnings: /SimpleDMX/smallDMX/uk/co/pjnewman/dmx/DMXIOException.java
Exported with compile warnings: /SimpleDMX/smallDMX/uk/co/pjnewman/dmx/OpenDMXUSB.java
Exported with compile warnings: /SimpleDMX/smallDMX/uk/co/pjnewman/dmx/DLLLoadingException.java
Exported with compile warnings: /SimpleDMX/smallDMX/uk/co/pjnewman/dmx/DongleConnectionException.java
Exported with compile warnings: /SimpleDMX/smallDMX/uk/co/pjnewman/dmx/OpenDMXUSBException.java

The above classes comprise about half of my project. I can't see why some classes are ok and others aren't. And also I have no idea what the error messages above mean. Not very descriptive or detailed!

Help much appreciated
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 21 2008
Added on May 24 2008
2 comments
2,856 views