Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Viewing proxies via jd-eclipse #26

Open
kilokahn opened this issue Feb 5, 2014 · 1 comment
Open

Viewing proxies via jd-eclipse #26

kilokahn opened this issue Feb 5, 2014 · 1 comment

Comments

@kilokahn
Copy link

kilokahn commented Feb 5, 2014

I am not really sure if this is really an issue. I have managed to create a jar of a bunch of classes. Some of these classes are proxy classes that have fully qualified names of style "com.sun.proxy.$Proxy1" and "com.sun.proxy.$Proxy2" and so on. Now when this JAR is put on the classpath of one of my eclipse projects, I am able to examine the non-proxy classes, but all proxy classes are missing (though the package com.sun.proxy shows up). Is there some check that doesn't allow classes that begin with weird symbols, like $ to show up?

image

I confirmed the presence of the classes by looking at the contents of the jar
image

As a final workaround, I pasted one of the classes into the target folder of the project and tried to view its decompiled output - but it was not able to decompile. I am using 0.1.3 of JD-Eclipse plugin.

image

Any help would be greatly appreciated - thanks!

@kilokahn
Copy link
Author

kilokahn commented Feb 5, 2014

Correction: I am using 1.1.2 of JD Eclipse (Realign Edition)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant