Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions site/en/install/lang_java_legacy.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Install TensorFlow for Java

Warning: TensorFlow for Java is deprecated and will be removed in a future
version of TensorFlow once <a href=/java>the replacement</a> is stable.
version of TensorFlow once [the replacement](https://www.tensorflow.org/jvm) is stable.

TensorFlow provides a
[Java API](https://www.tensorflow.org/api_docs/java/reference/org/tensorflow/package-summary)—
Expand Down Expand Up @@ -40,7 +40,7 @@ add the dependency to the project's `pom.xml` file:

### GPU support

If your system has [GPU support](./gpu.md), add the following TensorFlow
If your system has [GPU support](./pip.md), add the following TensorFlow
dependencies to the project's `pom.xml` file:

```xml
Expand Down Expand Up @@ -171,7 +171,7 @@ Note: On Windows, the native library (`tensorflow_jni.dll`) requires

### Compile

Using the `HelloTensorFlow.java` file from the [previous example](#example),
Using the `HelloTensorFlow.java` file from the [previous example](#example-program),
compile a program that uses TensorFlow. Make sure the `libtensorflow.jar` is
accessible to your `classpath`:

Expand Down