Using Maven/Gradle would fetch sources and Javadoc automatically via
IDEs like Eclipse, IntelliJ, etc.

If you really want to import the JARs manually, you can get Javadoc from
Maven repo [1]. Indeed, you have to do it for each module, e.g. "core",
"arq", etc. in your classpath

[1] http://central.maven.org/maven2/org/apache/jena/jena-core/3.8.0/

> The download page says the distribution includes the API, but I cannot
> find a javadoc folder in the jars.  Is there some way to get this short
> of standing up a source build myself?
>
> (I'm putting the jars in an Eclipse plugin so Jena is conveniently
> available to multiple other plugins, and it is nice for developers to
> attach the javadoc API.)
>
> Thanks.
>
>
>
-- 
Lorenz Bühmann
AKSW group, University of Leipzig
Group: http://aksw.org - semantic web research center

Reply via email to