nudge4j icon indicating copy to clipboard operation
nudge4j copied to clipboard

Not usable to inspect a running application - no non-JVM classes seems to be available

Open nordfalk opened this issue 4 years ago • 0 comments

I have tried a lot but I can't access any of my own classes from nudge4j.

That makes it useless to inspect a running application - which is what I got the impression would be possible.

Even though I have lots of classses available on the class path: http://localhost:5050/js?code=java.lang.System.getProperty(%27java.class.path%27)

I still cant instantiate them, and the (repaired) 'get all classes (exclude JDKs)' links http://localhost:5050/js?code=load(%27https%3A%2F%2Florenzoongithub.github.io%2Fnudge4j%2Ftwigs%2Fdump.all.classes.js%27)%3BdumpAllClasses(%7BskipJDK%3Atrue%7D)

returns [Total:0]

nordfalk avatar Apr 12 '20 14:04 nordfalk