Do JDK versions have to be the same on DS and our local machines when building a BSSV package?
Hi all,
We've encountered an error message when we were trying to build a BSSV package.
The error message is shown below:
[echo] Nov-18-2015 04:16:05:622 CST
[javac] Compiling 2486 source files to \E910\PY910\package\PY15BS005\java\wls\classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
[javac] \E910\PY910\package\PY15BS005\java\wls\source\oracle\e1\bssv\J5542156\testTMallFileProcessor.java:3: error: package com.rsa.cryptoj.c does not exist
[javac] import com.rsa.cryptoj.c.D;
We believed that the messages in red was telling us that some class could not be found in JDK1.6,