I keep obtaining the same identical error as here. I'm running eclipse under linux mint 17.3.
I've tried to add to MPJ_HOME to system variables writing this command on the terminal: export MPJ_HOME=/path/to/mpj/
(giving the real path to the folder of mpj) but the when I compile eclipse keep telling me:
[MPJRun.java]:[MPJRun.java]:MPJ_HOME environment found..
java.lang.Exception: [MPJRun.java]:MPJ_HOME environment found..
at runtime.starter.MPJRun.<init>(MPJRun.java:155)
at runtime.starter.MPJRun.main(MPJRun.java:1238)
How can I solve? I've already defined MPJ_HOME
in Eclipse.