I followed this instruction to build jar instruction. I added it to another project by adding library in Idea 14 CE. When I'm trying to create instance of some class from library I didn't got any autocomplete as I expected. What is the problem? All classes in my library are public.
Asked
Active
Viewed 50 times
0
-
I don't think that your library is the problem. Maybe you want to check the configuration of your IDE. – Turing85 Apr 18 '15 at 15:30
-
Do you want to build a jar or add dependency? – user2418306 Apr 18 '15 at 15:31
-
Is your lib is referenced in the classpath correctly? Or forget to add your lib in some "lib"/"libs" directory? – Olli Zi Apr 18 '15 at 16:21