nd4j not compatibel with java 7
See original GitHub issueIssue Description
The official description of nd4j states that it is compatible with java 7. We are running on a quite old tech stack and updating to a newer java version is an ongoing process which will take a few additional months from now. If it is possible to reintroduce compatibility with java 7, we’d really appreciate that.
Expected behavior:
The following code snippet runs on java 7 without exceptions:
INDArray x = Nd4j.zeros(3,4);
Actual behavior:
An exception is thrown. See gist: https://gist.github.com/mheck136/91e2e10ba61a7db77b7b96055bf9bec1
Version Information
- nd4j version: 1.0.0-beta6
- Platform information: Windows Server 2016, Oracle Java 1.7 Update 80
Additional information:
I already opened a thread here: https://community.konduit.ai/t/java-7-compatibility-issues/306
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
nd4j not compatibel with java 7 · Issue #8806 - GitHub
The official description of nd4j states that it is compatible with java 7. We are running on a quite old tech stack and...
Read more >Java 7 compatibility issues - ND4J - Eclipse Deeplearning4j
The nd4j getting started guide states that jdk 1.7 is the minimum version, but the error states that the class has been compiled...
Read more >Deeplearning4J nd4j-native.properties cannot be opened ...
When I used DL4J(version 1.0.0-M1.1) on android studio, it says that "nd4j-native.properties cannot be opened because it does not exist".However ...
Read more >eclipse/deeplearning4j - Gitter
I'm working on a ImageJ plugin using ND4J. ... So I put a known activation for import and then reset activation with the...
Read more >JDK Releases - Java
Date Type Version Other Information
2024‑10‑15 CPU 23.0.1, 21.0.5, 17.0.13, 11.0.25, 8u431
2024‑09‑17 Feature 23
2024‑07‑16 CPU 22.0.2, 21.0.4, 17.0.12, 11.0.24, 8u421
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sorry for the mess. I took me some time to create a correctly signed commit.
@mheck136 No problem! Let us know if you encounter any other such issues with 1.0.0-SNAPSHOT.