ever-been / everBeen

EverBEEN is a generic benchmarking environment focused on platform-independent middleware benchmarking.
www.everbeen.cz
GNU Lesser General Public License v3.0
7 stars 3 forks source link

BEEN does not run on OpenIndiana #175

Open sixtam opened 11 years ago

sixtam commented 11 years ago

/usr/jdk/instances/openjdk1.7.0/bin/java -jar node-runnable.jar -r -cf been.properties

Exception in thread "main" java.lang.NoSuchMethodError: java.nio.file.Paths.get(Ljava/lang/String;[Ljava/lang/String;)Ljava/nio/file/Path;

Apparently this version of java7 does not support java7 ...

Newer version of JRE/JDK will be needed, or some tuning of paths ...

If nobody has knowledge of how to install/run Java7 implementation on OpenIndian this will probably end up as wontfix ..