• 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

New project in eclipse with a Jar file

 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!.
this is my problem.
I have a .jar file, I need to create a new java proyect (eclipse) whit this jar. I need to convert .class to .java and create the proyect to obtein the code.
For convert .class to .java I have JAD. but, I don't know how can I create a proyect whit packages etc.
help please.

 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Packages are nothing but directories into which your source files are organized. After you de-compiled, did you get the directories with source files?
PS. If you are going to de-compile, it might be a very good idea to see if you are allowed to do so. The license agreement/file will have information about this.
 
reply
    Bookmark Topic Watch Topic
  • New Topic