Fabi?n Mandelbaum wrote:
> I have the following files:
> 
> fabman at monster:~$ md5sum /media/disk/Datos/Software/XXE/xxe-*
> 716430e714dc042420c1f83c805ca109 
> /media/disk/Datos/Software/XXE/xxe-devdocs-4_2_0.tar.gz
> 4d166eb60d99698a39db9c75c0e82c38 
> /media/disk/Datos/Software/XXE/xxe-pro-4_2_0.tar.gz
> cab9412c2f88736ff74c79c2ad00d386 
> /media/disk/Datos/Software/XXE/xxe-pro-4_2_0.zip
> fabman at monster:~$
> 
> On Windows it was a clean install of the xxe-pro_4_2_0.zip file (I've
> reinstalled my laptop from scratch using the recovery DVD provided with
> it, installed JDK 6 u 11 from Sun, then installed XXE and got the error
> when trying to run java -jar createproject.jar from the createproject/
> folder).
> 
> On Linux (this machine) I've removed ~/.xxe* and /opt/xxe, reinstalled
> from the .tar.gz files above and got the same error. I don't think it's
> a mix of 4.1 and 4.2 versions...
> 
> The procedure to install on Linux was:
> 
> fabman at monster:~$ rm -rf /opt/xxe/* ~/.xxe*
> fabman at monster:~$ tar tvzf
> /media/disk/Datos/Software/XXE/xxe-pro-4_2_0.tar.gz
> fabman at monster:~$ cd xxe-pro-4_2_0/
> fabman at monster:~$ tar xvzf
> /media/disk/Datos/Software/XXE/xxe-devdocs-4_2_0.tar.gz
> fabman at monster:~$ mv xxe-pro-4_2_0/* /opt/xxe/ (to put it where I want it)
> fabman at monster:~$ rm -rf xxe-pro-4_2_0/ (to cleanup, it's empty anyway)
> 
> I did uncompress devdocs inside XXE install dir, and should have gotten
> the right dir structure, which it seems I did:
> 
> fabman at monster:~$ ls /opt/xxe/doc/
> api       configure   dev      gui   icons       quickrefcard 
> spreadsheet   user   xmltool
> commands  csssupport  docbook  help  index.html  rngsupport   
> translatexxe  xhtml
> fabman at monster:~$
> 
> fabman at monster:~$ ls /opt/xxe/doc/dev/
> api3to4        dom.html     gui.html    introduction.html  styleext.html
> command2.html  embed1.html  html.css    plugin.html        validatehook.html
> command.html   embed2.html  images      resources          xpath.html
> createproject  guide.pdf    index.html  samples
> fabman at monster:~$
> 
> Both Linux and Windows are now clean installs, and I still get the same
> error:
> 
> fabman at monster:~$ java -jar
> /opt/xxe/doc/dev/createproject/createproject.jar
> Exception in thread "main" java.lang.NoSuchMethodError:
> com.xmlmind.guiutil.Wizard.<init>(Ljava/awt/Frame;Ljava/lang/String;I)V
>     at CreateProject.<init>(CreateProject.java:159)
>     at CreateProject.main(CreateProject.java:1550)
> fabman at monster:~$
> 
> Thanks in advance for your help.
> 

I did *exactly* what you did (on Linux with Java 1.6.0_11), step by
step, after downloading xxe-pro-4_2_0.tar.gz and
xxe-devdocs-4_2_0.tar.gz from our Web site and as expected, "java -jar
/opt/xxe/doc/dev/createproject/createproject.jar" works just fine.

Well, I really don't see where is the problem.

I've created a self-contained createproject.jar 4.2 (which has no
dependency at all on xxe.jar 4.2). Please download it from:

http://www.xmlmind.com/xmleditor/_download/createproject.jar

(324,909bytes)






Reply via email to