IBMStreams / streamsx.json

Toolkit for working with JSON in SPL applications.
http://ibmstreams.github.io/streamsx.json/
Other
3 stars 19 forks source link

javac: invalid target release: 1.8 #113

Closed xavrr closed 4 years ago

xavrr commented 5 years ago

Running into troubles when trying to run ant in toolkit directory....

rnostream commented 5 years ago

I actually put the master to latest release 1.5.1 which requires IBM Streams 4.3. This was missed so far. If you want the toolkit for a Streams version < 4.3 you need to checkout the maintenance branch 1.4.x_m. The toolkit is build with Java 8 which is also contained in the IBM Streams installation directory. Please check your environment settings for JAVA. e.g. source /home/streamsowner/InfoSphere_Streams/4.3.0.0/bin/streamsprofile.sh

if you use the Java in Streams installation and not the system one

export JAVA_HOME=$STREAMS_INSTALL/java export PATH=$JAVA_HOME/bin:$PATH

rnostream commented 4 years ago

Solution given. Code kept as is.