autocomplete-java icon indicating copy to clipboard operation
autocomplete-java copied to clipboard

Support for Java extlibs

Open keskiju opened this issue 10 years ago • 4 comments

Some extra libraries like jfxrt.jar are on Java default classpath, but are not currently loaded by autocomplete-java. Load also them after class loading has been optimized (issue #13).

NOTE FOR USERS: Current implementation of autocompele-java will load extlibs if you just add them to your classpath (.classpath file).

keskiju avatar Dec 29 '15 19:12 keskiju

Can't autocomplete class on jars in .classpath file

danjaredg avatar May 10 '16 23:05 danjaredg

Did you wait patiently for class scanning to finish? See readme: https://github.com/keskiju/autocomplete-java/blob/master/README.md

keskiju avatar May 11 '16 07:05 keskiju

You also have to run refresh manually if you modify .classpath after classes have already been scanned.

keskiju avatar May 11 '16 07:05 keskiju

Are you using windows? Could you copy paste your .classpath file contents here. There might be some problems with syntax, especially on windows.

keskiju avatar May 11 '16 07:05 keskiju