score:0

you have to tell your ormlite jar-file, where its javadoc is.

you can do this like shown in the picture below:

  • in your package explorer: right click on the ormlite-core-x.xx.jar
  • select "properties"
  • go to the "javadoc location" tab
  • enter the location of your ormlite-core-x.xx-javadoc.jar
  • click [ok] -> done, you should now see the javadoc on hovering

screenshot of the necessary properties settings

score:1

try this question

in your project add a folder libs and copy required ormlite libraries in that folder


Related Query

More Query from same tag