Closed GoogleCodeExporter closed 9 years ago
I'm a bit confused by what you're trying to do. Javadocs are included with the
zip distribution. If you want to
generate commented javadocs, you can check out the Objectify source code and
either run "ant javadoc" or do a
File->Export->Javadoc on the project.
You can't generate proper, commented javadocs from the jar file.
Original comment by lhori...@gmail.com
on 4 May 2010 at 3:50
Sorry. You're right, I was unclear.
I'm trying to export the javadoc of my own project, but it throws the error
related to Objectify when I try to do so.
Original comment by maceache...@gmail.com
on 4 May 2010 at 4:11
It looks like a JDK/JRE version issue. The Objectify class is compiled by Java 6
(Version 50.0) but you're attempting to read it with Java 5 (Version 49.0).
Which JRE
are you running Eclipse with?
Original comment by leve...@gmail.com
on 4 May 2010 at 4:38
Ahh yes. I was using Java 6 for my development, but javadocs was still using
1.5. Fixed now. Thanks a lot!
Original comment by maceache...@gmail.com
on 4 May 2010 at 5:34
Sounds like this can be closed
Original comment by lhori...@gmail.com
on 30 Jun 2010 at 1:55
Original issue reported on code.google.com by
maceache...@gmail.com
on 4 May 2010 at 2:56