Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Java extlibs #18

Open
keskiju opened this issue Dec 29, 2015 · 4 comments
Open

Support for Java extlibs #18

keskiju opened this issue Dec 29, 2015 · 4 comments

Comments

@keskiju
Copy link
Owner

keskiju commented Dec 29, 2015

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 keskiju changed the title Support for JDK extlibs Support for Java extlibs Dec 29, 2015
@danjaredg
Copy link

Can't autocomplete class on jars in .classpath file

@keskiju
Copy link
Owner Author

keskiju commented May 11, 2016

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

@keskiju
Copy link
Owner Author

keskiju commented May 11, 2016

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

@keskiju
Copy link
Owner Author

keskiju commented May 11, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants