Skip to content

Commit 52bdae5

Browse files
p hallp hall
authored andcommitted
adding Java 8 note
1 parent 963bf60 commit 52bdae5

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

SAS_Base_OpenSrcIntegration/README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ To accompany "Open Source Integration Using the Base SAS Java Object"
2929
paper is provided (SAS_Base_OpenSrcIntegraion.pdf).
3030

3131

32-
Paper and code is also available at:
33-
34-
https://communities.sas.com/docs/DOC-10746
35-
3632

3733
These examples were tested in the following environment:
3834

@@ -46,4 +42,12 @@ Anaconda Python 2.7
4642

4743
R 3.1.2
4844

49-
Oracle JDK 1.7.0_25
45+
Oracle JDK 1.7.0_25
46+
47+
NOTE: This project was compiled with Oracle JDK 1.7.0_25. We highly recommend using Java 7 to compile the java files in this project.
48+
When class files generated by some versions of Java 8 are used, the Base SAS Java Object fails with the following error:
49+
50+
ERROR: Could not find class dev.SASJavaExec at line 35 column 20. Please ensure that the CLASSPATH is correct.
51+
ERROR: DATA STEP Component Object failure. Aborted during the EXECUTION phase.
52+
java.lang.UnsupportedClassVersionError: dev/SASJavaExec : Unsupported major.minor version 52.0
53+

0 commit comments

Comments
 (0)