After installing isCOBOL 2020R1 or earlier with JDK 7 you may get a compiler warning such as the following:
warning: javalangObject.class(javalang:Object.class): major version 51 is newer than 50, the highest major version supported by this compiler.This happens when there is a tools.jar file from JDK 6 in CLASSPATH before the one from JDK 7.
C:\Program Files\Veryant\isCOBOL2012R1\lib\*; C:\Program Files\Java\jdk1.6.0_26\lib\tools.jar; C:\Program Files\Java\jdk1.7.0_03\lib\tools.jarTo fix this problem:
Article ID: 192
Created: March 20, 2012
Last Updated: March 27, 2024
Author: Support KB Author
Online URL: https://support.veryant.com/phpkb/article.php?id=192