now on to creating a custom notifier or modding this one for my forum, tried creating installer but not much luck there i get a main class error when executin launcher after install
install4j is new ground for me main class is not making since and help file sucks@$$ the box to input main class is blank and no item to search for so really could use some help on that if your not busy. other than that what it is it gets the job done.
using my launcher returns this error
ava.lang.ClassNotFoundException: 1.0
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
at com.exe4j.runtime.WinLauncher.main(Unknown Source)
|