Can not add all the classes files from the JNI folder in Eclipse (JAVA, Windows 7)

前端 未结 1 2003
陌清茗
陌清茗 2020-12-21 18:27

I have a classes directory \"JNA\" contains follwing .class files :

MClass.class
SClass$SC_PROC.class
SClass$S_PROC.class
SClass.class

and

相关标签:
1条回答
  • 2020-12-21 19:15

    I read lot in order to make it run but, nothing could help,

    (Somebody said it is the known bug in eclipse)

    So I just,

    1. ported all the code to NetBeans IDE (I am using version 8.0),
    2. added all the required classes folders and jars to the Libraries folder
    3. added bin folder containing all required .dll to PATH environmental variable

    and yay... :) It worked...

    0 讨论(0)
提交回复
热议问题