Hi, I have an applet, JApplet to be exact, that is used to load a jar file, Loader.jar, and Loader.jar is used to load another jar file, ERclient.jar which has mainly everything. I'm getting a ClassNotFoundException, stating that it cannot find the client class inside the ERclient.jar. Here's the two class files that mainly do everything:

The PreLoader class: import java.util.Hashtable; - Josh - YJQ1tXBi - Pastebin.com
The loader class: import java.awt.Font; import - Josh - yFpq9Fzw - Pastebin.com

I'm not sure if it's not reading the ERclient.jar file or if it just can't find the client class inside the Jar file or anywhere. Help is appreciated.