Vault Pro CPC 10.0.1 (and earlier) sys requirements

Locked
jclausius
Posts: 3702
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Vault Pro CPC 10.0.1 (and earlier) sys requirements

Post by jclausius » Mon Oct 23, 2017 9:55 am

It appears that starting with Java 8 Update 152 / Java 9, / Java 10 the JDK changed some of the dependencies in the packages and/or classes shipped with the JDK. So, at this time, Vault Pro CPC 10.0.1 and earlier versions will only work with Java 7/Java 8 Update 151.

If you do not require these versions of Java, uninstall any releases, and download and install the Java 8 Update 151 JDK.

However, if you still require Java 8 Update 152 (or higher) and/or Java 9, Java 10, you can edit the vaultpro-cpc.ini file, add the following lines BEFORE the "-data" line:

...
--launcher.XXMaxPermSize
128m
-vm
/path/to/java/8_update151/jdk/bin

-data
...

For example, the vaultpro-cpc.ini ( found in the vaultpro-cpc.app bundle in the ./Contents/MacOS/vaultpro-cpc.ini, so you'll have to use a terminal or 'Show Package Contents' on the vaultpro-cpc.app to access the file ) on a Mac is as follows:

...
--launcher.XXMaxPermSize
128m
-vm
/Library/Java/JavaVirtualMachines/jdk1.8.0_151.jdk/Contents/Home/bin
-data
...


Please note, the instructions above are for Vault Professional, but the instructions for Vault Standard are essentially the same with a couple of exceptions. Instead of vaultpro-cpc.ini, the file name is vault-cpc.ini, and the Mac OS X app bundle is named vault-cpc.app.

The Java 8 Update 151 JDK can be found on this page - http://www.oracle.com/technetwork/java/ ... 77648.html
Jeff Clausius
SourceGear

Locked