The Artima Developer Community
Sponsored Link

Java Answers Forum
Jar file obfuscation

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
raghu

Posts: 1
Nickname: raghu
Registered: Mar, 2002

Jar file obfuscation Posted: Mar 13, 2002 9:01 PM
Reply to this message Reply
Advertisement
Hi All,
I have written a java library for third party
use. All the class files are in a single jar file.
I don't want the class files to be decompiled easily.
But most of the Obfuscation tools(i have come across) change the class names, methods names.
If the class names, method names get changed Applications using the library will not be able to access the classes, methods. Are there means of obfuscating the jar files in such a way that decompilation is useless and at the same time Applications still be able to use the library.
Are any other alternate solutions available??
Awaiting replies.

Thanks and regards,
raghu

Topic: Classpath? Previous Topic   Next Topic Topic: Which Database Oracle, DB2 or SQL Server ?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use