Hi,
First, congratulations for the software... it is really interesting and useful for me.
I have tried to run the program under Mac (Leopard) and Ubuntu and I have the same problem in both trying to run the Wandora.sh script. (With windows I don't find any problem).
I must start saying that I am not linux user. I am using the bcsh shell, but I have found several problems. I will try to explain the situation as I have:
I unziped the folder in the desktop... and after that:
1.- Wandora.sh can't find SetClasspath.sh: I fixed this problem providing the complete path for the file.
2.- It seems that SetClasspath.sh doesn't store all the paths, and finally it rewrites once a again over the same one, so finally it only has the last path library (lib/jtidy/Tidy.jar): I fixed this problem giving directly the value of WANDORACLASSES variable with the complete paths.
3.- When running
java -Xms512m -Xmx750m -classpath $WANDORACLASSES org.wandora.application.Wandora
I obtain the next error (I have Java JRE 6 installed in both machines):
Exception in thread "main" java.lang.NoClassDefFoundError: org/wandora/application/Wandora
Caused by: java.lang.ClassNotFoundException: org.wandora.application.Wandora
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
...I suppose that I am doing something wrong... If you can tell me how to fix the problem and run the program it would be great.
Thanks a lot in advance...
Fernando Sancho
Universidad de Sevilla, España