S
Sameer
I want to deploy my Java GUI application. I have created a jar file using
the command
jar cvfm icClient.jar manifest.mf *.class *.gif
When my application executes, the buttons in the applications which are
created using gif files wont displayed.
I checked that the jar file contains the gif files by extracting it.
If i put the gif files in the same folder as the jar file, the icons gets
displayed.
The same is happening with the jar files exported with Eclipse 3.1.
What may be the problem?
the command
jar cvfm icClient.jar manifest.mf *.class *.gif
When my application executes, the buttons in the applications which are
created using gif files wont displayed.
I checked that the jar file contains the gif files by extracting it.
If i put the gif files in the same folder as the jar file, the icons gets
displayed.
The same is happening with the jar files exported with Eclipse 3.1.
What may be the problem?