NDerTfr:
>I have a lot java source file in many package.
>
>Is it somehow possible to convert this java source file in html so I can
>browse this source?
[...]
>I hope you understand my question!
javadoc lets you generate source HTML files with the -linksource
option. You can click on a name in the API docs and jump to the
correct position in the source code. But I'm not sure if you can make
javadoc generate clickable type names within the source itself, that's
probably in the docs.
Regards,
Marco
--
Please reply in the newsgroup, not by email!
Java programming tips:
http://jiu.sourceforge.net/javatips.html
Other Java pages:
http://www.geocities.com/marcoschmidt.geo/java.html