posted 12 years ago
I got everything to work so far for my loader jar file which loads another jar file name ERclient.jar. I'm having trouble when running the ERclient.jar. I'm getting a ClassNotFoundException at this line:
The whole class for the PreLoader class is as so:
Here's chunk of code to get the main class called client:
I'm not sure why I'm getting this error when it should be searching everywhere for the class file; as long as it's in the same directory, right? If so, shouldn't it look in the JAR file named ERclient.jar?