Login  Register

Re: Unable to determine GraphicsConfiguration

Posted by Goofyseeker3 on Mar 14, 2024; 4:07pm
URL: https://forum.jogamp.org/Unable-to-determine-GraphicsConfiguration-tp4042444p4043409.html

I do plan using the eclipse jdt jar-in-jar loader for all projects btw.
Yes even if the module support with arguments is added.
I wonder if the bug is in the jar-in-jar loader or somewhere else.
I dont plan to use any arguments in distributable packages.
Distribution packages as full jars without any package external arguments is a must.

Fixing the jar-in-jar support is first priority for me.

There is another possibility but its a bit sketch, which involves extracting jar contents into a mega fat jar,
but in my tests, it did not work for some/most native libraries. having libraries as separate jars in jar
is much better than trying to mix some jar folders into a file structure inside one jar.

As stated the jar's inside jar require separate loader by java spec.

The needed packages (swing-only) are able to load without any parameters, so the inside-jar loading (for linux) is the most critical feature.