File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
SAS_Base_OpenSrcIntegration Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,6 @@ To accompany "Open Source Integration Using the Base SAS Java Object"
29
29
paper is provided (SAS_Base_OpenSrcIntegraion.pdf).
30
30
31
31
32
- Paper and code is also available at:
33
-
34
- https://communities.sas.com/docs/DOC-10746
35
-
36
32
37
33
These examples were tested in the following environment:
38
34
@@ -46,4 +42,12 @@ Anaconda Python 2.7
46
42
47
43
R 3.1.2
48
44
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
+
You can’t perform that action at this time.
0 commit comments