question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

nd4j not compatibel with java 7

See original GitHub issue

Issue 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:closed
  • Created 3 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
mheck136commented, Mar 25, 2020

Sorry for the mess. I took me some time to create a correctly signed commit.

0reactions
saudetcommented, Mar 26, 2020

@mheck136 No problem! Let us know if you encounter any other such issues with 1.0.0-SNAPSHOT.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found