Hi there,
I've downloaded BaseX installation file (BaseX703-20111111.185755.exe) and installed it on my PC, running "Windows 7 - 64bit - English" version.
No problems occured during installation. However when I tried to run Basex GUI (using the link file on the desktop / using the actual BaseX.exe / using BasexGui.bat / using basex.jar), GUI does not run.
BaseX.exe : When I run it, a "javaw.exe" appears in the Task Manager but the GUI is not displayed.
BaseX.bat : When I run it, the exception below is printed in the command line, but no further action appears.
-----
Not found: /img/cmd-ēnfo.png
Uncaught error fetching image:
java.lang.NullPointerException
at sun.awt.image.URLImageSource.getConnection(Unknown Source)
at sun.awt.image.URLImageSource.getDecoder(Unknown Source)
at sun.awt.image.InputStreamImageSource.doFetch(Unknown Source)
at sun.awt.image.ImageFetcher.fetchloop(Unknown Source)
at sun.awt.image.ImageFetcher.run(Unknown Source)
-----
Basex.jar : When I run it, the splash with "Launching BaseX - Please Wait" appears but nothing more. "javaw.exe" appears in the Task Manager.
NOTE-1 : There is NO PROBLEM with basexserver.bat and basexclient.bat, I can do what i want to do, using the command line.
NOTE-2 : I've the latest version of JavaRE (jre-6u29-windows-x64.exe) installed on my PC.
NOTE-3 : When I tried the same BaseX installation on my friends PC (Windows 7 - 32 bit - English) "Basex.exe" works just fine, GUI is displayed successfully.
NOTE-4 : Before this version, I repeated same steps with BaseX-701.exe installation, but the problems were just the same.
Please help me :( Am I doing something wrong?