mergan wrote: > > Installed xxe on a Sun Ultra5, running on Solaris 2.6 . > Followed the instructions in the 'install' section . > When starting xxe, I receive the following error : > > Exception in thread "main" java.lang.NoSuchMethodError > at com.xmlmind.xmleditapp.App.configureViewport(App.java:335) > at com.xmlmind.xmleditapp.App.<init>(App.java:220) > at com.xmlmind.xmleditapp.App.main(App.java:176) > > Any idea ?
Your installation of XXE seems OK. The problem comes from your Java runtime. Make sure that: 1) You have a Java 1.3 or above runtime on your machine. 2) This Java runtime is properly installed (runs Java applications other than XXE.)

