matthiasblaesing commented on issue #4575: URL: https://github.com/apache/netbeans/issues/4575#issuecomment-1234700219
So let me summarize: The problem is not the parser, but that you want the JDK classes to be projected into the JS file and manifest a virtual object for it. This is doable - I won't do it (at least right now as I don't have a use-case). I assume, that the direct invocation of Java classes does not work arbitrarily, but for a limited set of classes (rhino has `importPackage` and `importClass`). As for your request in the linked issue in ringo: >o here help me persuading them pls OSS does not work this way. Someone needs to do the work and it is a lot of work - the initial implementation, but also the ongoing maintenance. So don't persuade, but put your work where your use-case is. -- 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
