-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no lwjgl in java.library.path #7
Comments
Hi Karlotcha! If I understand right, you need to change maven property "os.type" from This file is in .gitignore so it is not commiting to repositories. As some If you are familiar with maven you can explore pom.xml to understand things Im very glad you try Scage! Feel free to ask any further questions. Best regards,
|
Hi Andrey, thank you for your answer! =] Well actually I am on mac, not windows, what shall I do? :/ And I am not familiar at all with maven in fact. I started understanding pom.xml though since I spent some time in it but I don't know very well all the java environment, so I am very sorry if some of my questions can be a bit novice :/ Thank you very much for your help, Best regards, Karlo |
Hi! On Mac please try os.type=macosx or os.type=macos Best regards,
|
You are welcome) Nice gifs) |
Hi, I'm having the same issue running on windows. Changing the os.type value didn't fix. Using IDEA, 64bit. |
Hello, JXUrist! Are you trying to launch from IDEA? You need to change os.type to windows, than run mvn clean package - this will download and add native libraries to "target" directory. After that from IDEA create launch configuration and add to VM Options: And than try to run it. Should work. |
Hey, thanks for the reply, turns out there was a fair bit wrong with the maven plugin, fixing that and re-packaging worked. Thanks for the great framework! |
Ok, you're welcome) If any questions, please ask) |
Hi,
When I try to run
mvn clean test
I get this error:I tried to fix it but didn't succeed :(
By the way,
http://scala-tools.org/repo-releases
is dead, but I fixed this using your slick =]The text was updated successfully, but these errors were encountered: