Export JAR in eclipse: Errors
807601May 24 2008 — edited May 24 2008Hi,
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