• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Trying to open .class file from jar in Eclipse

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Please help me on this.

i have a jar file which i have imported in my project reference Library.i can easily see the all .class file in my Jar file
but when i m trying to open any .class file from jar file my Eclipse shows me error."Class File Editor"....source code not found

i have tried this in my Eclipse Juno/Kepler/Indigo but no one works.below is the steps which is followed.

1-Download jad decompiler and put that in location c:\jad\jad.exe
2-Download net.sf.jadclipse_3.3.0 plugin and put this in Eclipse Plugin Folder.
3-went to Eclipse>>Window>>Prefrences>>java>>JadClipse and set the path to Decompiler =c:\jad\jad.exe and set directory from Temporary files=D:\SoftBack\JAVA\eclipse-standard-kepler-SR2-win32- x86_64\eclipse\plugins\net.sf.jadclipse_3.3.0.jar

Also set Eclipse>>Window>>Prefrences>>General>>Editor>>FileAssociation>>AssociatedEditor=Class File Viewer(Default)

Eclipse Kepler---Eclipse Platform 4.2.2
Eclipse Indigo---Eclipse Platfrom 3.7.2

but its still not working.could any one help me on this.


regards
 
Shanu Khan
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Also using this on Windows8.1_64 platform.
 
reply
    Bookmark Topic Watch Topic
  • New Topic