Hi,
I usually launch my app from a network drive. So all resources/JARs are stored on the network. Also, the app has embedded JVM.
I noticed that from time to time I get ClassNotFoundException. The reason is JVM does not preload all resources and fetches classes as needed. So if I have any intermediate network issue, JVM looses connection to the class path and can no longer load resources.
I am looking for some remedy to this issue. I am on
JAVA 1.6.13 (or whichever is the latest)
Any advice?