How to resolve this JNI error when trying to run LWJGL “Hello World”?

前端 未结 2 876
时光取名叫无心
时光取名叫无心 2020-12-16 13:37

I\'m trying to run the sample \"Hello World\" from the LWJGL website

From this link: LWJGL \"Getting Started\"

I\'m trying to do this via the command line, j

2条回答
  •  隐瞒了意图╮
    2020-12-16 14:17

    I had same issue using different dependancy what helped me is to set scope to compile.

    
            javax.servlet
            javax.servlet-api
            3.0.1
            compile
        
    

提交回复
热议问题