Re: RenderDoc - how?
Posted by
gouessej on
Oct 16, 2023; 7:54pm
URL: https://forum.jogamp.org/RenderDoc-how-tp4043038p4043069.html
Thank you for your feedback. Keep in mind that I'm trying to solve your problem step by step. Your latest reply confirms the root cause and a possible (perfectible) fix.
I agree with you, those command line arguments aren't very user-friendly. By the way, distributing your software as a JAR is a bad idea anyway as it requires to install a compatible Java Runtime Environment on the operating system, which few end users do nowadays but we can try to solve your current problem before going further. Have you tried my suggestions about module-info.java? If it worked, you wouldn't need any other command line arguments.