Tried to run gdatafs:
./gdatafs /home/myself/mountdirectory minameongmailaccount mypassingmailaccount
Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
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:268)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
Java on my system is the standard suse packages:
java-1_4_2-gcj-compat-1.4.2.0-66
java-1_5_0-sun-alsa-1.5.0_update12-3.1
java-1_5_0-sun-1.5.0_update12-3.1
java-1_5_0-sun-plugin-1.5.0_update12-3.1
No problems with other fuse mounting programs. It would be nice if it could use the /home/user/.netrc file to avoid putting the password in clear text on the terminal. Thanks for your work.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
>Java on my system is the standard suse packages:
>java-1_4_2-gcj-compat-1.4.2.0-66
>java-1_5_0-sun-alsa-1.5.0_update12-3.1
>java-1_5_0-sun-1.5.0_update12-3.1
>java-1_5_0-sun-plugin-1.5.0_update12-3.1
GDataFS is tested only wht SUN Virtual Machine.
I see that you have SUN VM, but i'm not sure if SUN VM is first in the PATH.
Could you please try to set SUN VM to be first and run GDataFS again?
Kind regards,
Trifon
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Tried to run gdatafs:
./gdatafs /home/myself/mountdirectory minameongmailaccount mypassingmailaccount
Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
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:268)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
Java on my system is the standard suse packages:
java-1_4_2-gcj-compat-1.4.2.0-66
java-1_5_0-sun-alsa-1.5.0_update12-3.1
java-1_5_0-sun-1.5.0_update12-3.1
java-1_5_0-sun-plugin-1.5.0_update12-3.1
No problems with other fuse mounting programs. It would be nice if it could use the /home/user/.netrc file to avoid putting the password in clear text on the terminal. Thanks for your work.
Hello Miguel,
>Java on my system is the standard suse packages:
>java-1_4_2-gcj-compat-1.4.2.0-66
>java-1_5_0-sun-alsa-1.5.0_update12-3.1
>java-1_5_0-sun-1.5.0_update12-3.1
>java-1_5_0-sun-plugin-1.5.0_update12-3.1
GDataFS is tested only wht SUN Virtual Machine.
I see that you have SUN VM, but i'm not sure if SUN VM is first in the PATH.
Could you please try to set SUN VM to be first and run GDataFS again?
Kind regards,
Trifon