Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[epf-dev] Install error on Linux

The following error appears when I run the "epf" program:

JVM terminated. Exit code=13
/usr/bin/java
-Xms64m
-Xmx512m
-jar /home/antonielly/Desktop/epf-composer/plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar
-os linux
-ws gtk
-arch x86
-showsplash
-launcher /home/antonielly/Desktop/epf-composer/epf
-name Epf
--launcher.library /home/antonielly/Desktop/epf-composer/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.2.R36x_v20101019_1345/eclipse_1310.so
-startup /home/antonielly/Desktop/epf-composer/plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar
-exitdata 18001c
-data @user.home/EPF/workspace.151
-vm /usr/bin/java
-vmargs
-Xms64m
-Xmx512m
-jar /home/antonielly/Desktop/epf-composer/plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar

I have tried it with the "java" installation in both openjdk-6-jdk and oracle-java7-installer, and exactly the same error has appeared.

My operating system is Linux Mint 13 (Maya) 64 bits, a derivative of Ubuntu 12.04 (Precise Pangolin) 64 bits.

The output of "java -version" is:
java version "1.7.0_07"
Java(TM) SE Runtime Environment (build 1.7.0_07-b10)
Java HotSpot(TM) 64-Bit Server VM (build 23.3-b01, mixed mode)

This is the official implementation from Oracle, not the one from OpenJDK.

Considering this, do you know how I could install EPF successfully?

Thanks in advance.

Antonielly

Back to the top