0

I’m trying to make an EXE file from my java application using the exe4j tool. I have successfully built the JAR file of the project and also the lib directory. Another directory named “img” includes all the image files used in the application; without this directory, the JAR file does not execute.

How do I connect this directory to the EXE in exej4? Or do I need to add this directory to the EXE file? How do I go about this?

cf-
  • 8,598
  • 9
  • 36
  • 58
user2486322
  • 847
  • 3
  • 13
  • 31
  • Why don't you add the images into the JAR instead? – wakjah Mar 16 '14 at 14:51
  • Yes it is possible, check my answer here: http://stackoverflow.com/questions/22203162/loading-resources-images-contained-in-a-jar-file-or-in-the-classpath – robermann Mar 17 '14 at 09:02

0 Answers0