anyone know how to run this project?
asxushuai opened this issue · 2 comments
can someone give me some instructions about this project?
compile and java -jar blabla.jar
I compile this use mvn install, I use this command "java -jar target\pubg-radar-1.0-SNAPSHOT-jar-with-dependencies.jar" to run it , But I was wrong. Display this information:
Exception in thread "main" java.lang.I1IegaIArgumentException: Error compiling shader:Vertex shader
Vertex shader failed to compile with the following errors:
ERROR:error<#272> Implicit version number 110 not supported by GL3 forward compatible context
ERROR:error<#273> 1 compilation errors. No code generated
Fragment shader:
Fragment shader failed to compile with the following errors:
ERROR:error<#272> Implicit version number 110 not supported by GL3 forward compatible context
ERROR:error<#273> 1 compilation errors. No code generated
......
What's wrong with me?