OpenProj 1.4 with Oracle JDK

sun没落之后,java的发布逐步由oracle来接手,但是老的软件openproj却限制了只能用sun的java发行版,如何解决这个问题呢?

打开$HOME/.openproj/run.conf,将JAVA_OPTS选项加上一个定义-Djava.vendor=Sun即可,即:

JAVA_OPTS="-Xms128m -Xmx768m"

替换成

JAVA_OPTS="-Djava.vendor=Sun -Xms128m -Xmx768m"

Monthly Archives

Pages

Powered by Movable Type 7.7.2

About this Entry

This page contains a single entry by Cnangel published on January 28, 2013 2:52 PM.

学车囧途 was the previous entry in this blog.

由租房想到的一些事情 is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.