开发者

i wont to install voltdb on ubuntu 32 bit version [closed]

开发者 https://www.devze.com 2023-03-14 12:42 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 11 years ago.

Improve this question

can any one help me to install voltdb on ubuntu 32 bit version i have following error

E开发者_StackOverflow社区xception in thread "main" java.lang.NoClassDefFoundError: org/voltdb/VoltDB

Caused by: java.lang.ClassNotFoundException: org.voltdb.VoltDB

at java.net.URLClassLoader$1.run(URLClassLoader.java:217)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(URLClassLoader.java:205)

at java.lang.ClassLoader.loadClass(ClassLoader.java:321)

at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)

at java.lang.ClassLoader.loadClass(ClassLoader.java:266)

at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:334)


VoltDB is only available for 64-bit operating systems. You can run it on Linux (development and production) or Mac OSX (development only).

0

精彩评论

暂无评论...
验证码 换一张
取 消