Re: Poll: does anyone using java3d use the J3DBuffer API?
Posted by
gouessej on
Oct 29, 2013; 12:36pm
URL: https://forum.jogamp.org/Poll-does-anyone-using-java3d-use-the-J3DBuffer-API-tp4028335p4030406.html
zohanx747 wrote
Is it difficult to get a Java API packaged for a Linux distro?
What do you expect exactly? Providing an OS-specific packaging for Java-based APIs isn't something common even though some package maintainers do so, this is absolutely unnecessary. Why not using JARs? It's a more flexible solution, you can use any version of a library, it requires no effort to wrap JARs into something else, you don't modify your environments to use a library, you can have a very precise management of versions, classpaths, etc... Just use JARs and set your classpath correctly.