7

I am using JShell to test a library for which I made classes, sources, and javadoc available through the class path like so:

jshell --class-path library-javadoc.jar:library-sources.jar:library-jar-with-dependencies.jar

Still, when double tab after a documented Java identifier I receive:

<no documentation found>

How does JShell expect the documentation?

Jacob G.
  • 28,856
  • 5
  • 62
  • 116
Mario Boley
  • 341
  • 1
  • 8

1 Answers1

6

Seems to be a unresolved issue: https://bugs.openjdk.java.net/browse/JDK-8186876

eckes
  • 10,103
  • 1
  • 59
  • 71