-1

Inside jogamp.opengl.Debug, propertyAccess.addTrustedPrefix is called with the arguments string,class and it returns a "no such method error" because addTrustedPrefix only takes one argument, a string. Is there a jogamp jar that doesn't do this/any fixes for this?

petfrank
  • 3
  • 3

1 Answers1

0

You're talking about that. It's not a bug. What are you trying to do? Would you like to use different properties to do exactly the same thing? As long as you use the supported properties, it works as expected. Sorry to repeat that but most of JogAmp maintainers except me don't come here, it would be better if you contacted us on our official forum.

I'm almost sure that this line is written with a security concern in mind.

gouessej
  • 3,640
  • 3
  • 33
  • 67