> Nils G H Waale wrote: > > Fatal Application Error > Unable to launch Java Application. > Unable to locate the application 'main' class. The > 'com.xmlmind.xmledit.app.Start' must be public and have a 'public > static void main(String[])' method.(LAX)
And, of course, com.xmlmind.xmledit.app.Start does have a 'public static void main(String[])'. > - - details - - > java.lang.NoClassDefFoundError: javax/xml/parsers/SAXParserFactory > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:124) > at com.zerog.lax.LAX.launch(Compiled Code) > at com.zerog.lax.LAX.main(Unknown Source) These details shows that the launcher is enable to find where you have installed your Java 1.4 runtime. It has found a Java runtime, but not a Java 1.4 runtime (may be Microsoft Java?). > So what am I supose to do? > I'm on Win2000, AMD 1700hz, 512 ram, 1. drive (from where I boot) is > E:\> > E:\programs\xmlmind. > My C: drive haven't been formated for Winddows, what more to tell? It is very, very, hard to debug install problems such as the one you encounter. If after all these troubles, you are still willing to give XXE a try, you can try one of the following workarounds: * Uninstall XXE, download xxe-std-21-setup.exe, and install this distribution. Unlike xxe-std-21-setup-nojvm.exe, this distribution contains its own Java runtime. Note that this private Java runtime does not prevent you from using another one for other applications. * OR, if you do not fear to edit a .bat file, do not use the launcher installed in your start menu at all. Edit the xxe.bat file found in <where you installed XXE> and change the line starting by 'start javaw' by: 'start <where a javaw compatible with Java 1.4 is found>\javaw' PS: do not hesitate to reboot after a new install. Normally this is not required but we have been told that sometimes it helps.

