• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

proguard in eclipse java proyect

 
Ranch Hand
Posts: 69
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I would like to obfuscate my java project but I can't
I download proguard and I copy in my project the jar file. I do:

but doesnt works, it says me that dont find the file.
I see in my workspace that the file of the project is .project


Could you help me please?
Many thanks and sorry for my English!
 
Ranch Hand
Posts: 679
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

david luis wrote:it says me that dont find the file.


Doesn't find which file ? Copy and paste the exact error message.
 
david luis
Ranch Hand
Posts: 69
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Stuart A. Burkett wrote:

david luis wrote:it says me that dont find the file.


Doesn't find which file ? Copy and paste the exact error message.



 
Stuart A. Burkett
Ranch Hand
Posts: 679
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
@ is a shorthand form of the -include option, which allows you to specify a file in which more configuration options can be found.
So you are telling proguard to use the configuration options specified in the file para.pro. That's the file it can't find, because as you can see from your directory listing, it doesn't exist.
 
david luis
Ranch Hand
Posts: 69
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Stuart A. Burkett wrote:@ is a shorthand form of the -include option, which allows you to specify a file in which more configuration options can be found.
So you are telling proguard to use the configuration options specified in the file para.pro. That's the file it can't find, because as you can see from your directory listing, it doesn't exist.


Yes, but I dont have any .pro file. I'm working with eclipse.
 
Stuart A. Burkett
Ranch Hand
Posts: 679
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

david luis wrote:Yes, but I dont have any .pro file. I'm working with eclipse.


So don't use that option.
If there's no para.pro file, there's no point in telling proguard to get options from it.
 
What do you have to say for yourself? Hmmm? Anything? And you call yourself a tiny ad.
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic