src/share/classes/com/sun/tools/jdeps/resources/jdeps.properties

Print this page

        

@@ -91,7 +91,13 @@
 err.option.unsupported={0} not supported: {1}
 err.profiles.msg=No profile information
 err.invalid.path=invalid path: {0}
 warn.invalid.arg=Invalid classname or pathname not exist: {0}
 warn.split.package=package {0} defined in {1} {2}
+warn.replace.useJDKInternals=\
+JDK internal APIs are unsupported and private to JDK implementation that are\n\
+subject to be removed or changed incompatibly and could break your application.\n\
+For the most recent update on the replacement for JDK internal API replacements,\n\
+please check: {0}
 
 artifact.not.found=not found
+jdeps.wiki.url=https://wiki.openjdk.java.net/display/JDK8/Java+Dependency+Analysis+Tool