Running MPJ Express on Eclipse

為{幸葍}努か 提交于 2019-12-10 20:29:34

问题


I am following these instructions to run MPJ Express on Eclipse. I defined the MPJ_HOME variable and added

-jar ${MPJ_HOME}/lib/starter.jar -np 4

to the VM arguments. When I run the program, the following exception is raised:

[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)

Why is this an exception? What can I do to fix it?

来源:https://stackoverflow.com/questions/32491813/running-mpj-express-on-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!