I have an jar file with an applet. This applet runs perfectly except for one thing: when I run the applet the program loads but the images don’t. I know that is the only error. The manifest file inside the jar specifies another jar I use inside that, and I know it is imported correctly. What could be wrong?
Share
Where are the images ?
-> If deployed in the jar, you need to access them from the classpath as a resource.
Something like,
Applets typically have limitations, they can only connect to the server that served them.