I have a classes directory "JNA" contains follwing .class files :
MClass.class
SClass$SC_PROC.class
SClass$S_PROC.class
SClass.class
and then I tried to add this directory in my current project : Java Build Path -> Add external class folder -> class (JNA)folder path -> ok
After this eclipse only adds two .class files :
MClass.class
SClass.class
I tried to put all class files in a jar file and added external jar, still the result is same :(
Please tell me how to add those remaining .class files ? Note : as Eclipse could not add remaining two .class files eclipse is giving an error :
The type SClass$SC_PROC.class cannot be
resolved. It is indirectly referenced from required .class files
I read lot in order to make it run but, nothing could help,
So I just,
NetBeans IDE
(I am using version 8.0),Libraries
folderbin
folder containing all required.dll
toPATH
environmental variableand yay... :) It worked...