Re: Help - How to: Build an executable JAR with SBT+JOGL+Scala
Posted by GiGurra on Jan 11, 2015; 9:30am
URL: https://forum.jogamp.org/Help-How-to-Build-an-executable-JAR-with-SBT-JOGL-Scala-tp4033830p4033833.html
One way would be if we could modify how jogl/gluegen natives are named at the moment, giving them all unique names,
(Such as -x64.dll and so on). I managed to get sbt assembly temporarily working for a single platform by telling it to only package x64 windows dlls, but thats not really a solution, since I want my jar must run on any platform
If there's anything I can do to help out in this I'll do it :).
This could make it a lot easier for any scala users out there who want to use jogamp (as sbt assembly is the preferred scala/sbt way to package executables).
I will see if I can find you on irc.