pedro-w commented on issue #7244:
URL: https://github.com/apache/netbeans/issues/7244#issuecomment-2063052346

   I think this may be unrelated, but that's only a guess without seeing more 
code.
   
   > Caused by: java.lang.NoClassDefFoundError: IllegalName: 
nttcad/nttcad/resources/RB
   
   That name should be a class name, not a path, so it should look more like 
`nttcad.nttcad.resources.RB`, see for example 
[here](https://bugs.openjdk.org/browse/JDK-4986512). Have a look at 
`nttcad.common.util.RBObject` specifically around the call to `getBundle`.
   
   This might be better on the mailing list, have you subscribed to it?
   
   The issue you reported at the top is a bug in NB, I believe, the the JDK 
itself does not have a problem with `!` in the path.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to