craftleft.gif (3002 bytes)QuickTable
Home | API | Tutorial | Download | Support | Contact topblack.gif (108 bytes)


QuickTable User Cp  |  Register  |  Members  |  Search  |  Help
    |- QuickTable Discussion Forums > General QuickTable Support/Help Post New Topic   Post A Reply
diffuse quicktable printer friendly version
next newest post | next oldest post
Author Messages
infow
Unregistered
Edit or delete this message Reply w/Quote
Posted Sunday, January 29, 2006 @ 08:24:39  

hi, i have made some change in quicktable source code for my application.
Now i want to diffuse my application but not with your source.
I 'm not sure you want to ... ;-)

How can i make a library for your quicktable ? (who can not be uncompiled)

i would like something like your demo.

Admin
Board Owner

Gender: Unspecified
Location:
Registered: Jul 2003
Status: Offline
Posts: 9

Click here to see the profile for Admin Send email to Admin Send private message to Admin Find more posts by Admin Edit or delete this message Reply w/Quote
Posted Sunday, January 29, 2006 @ 22:15:06  

You need to use an obfuscator to prevent the code from decompiling.

There are lot free java obfuscators available. You can search the internet and choose one of them.

If you are using ant scripts to build your project, then you can use obfuscate ant task provided by yguard (http://www.yworks.com/en/products_yguard_about.htm) to obfuscate the code

sample ant task

Code:

<obfuscate mainclass="com.mycompany.myapp.Main"
replaceclassnamestrings="true"
logfile="log.xml.gz">
<inoutpair in="classes.jar" out="classes_obf.jar"/>
<inoutpair in="utils.jar" out="utils_obf.jar"/>
<!-- don't let the obfuscator remove the "Deprecated" -->
<!-- attributes from the .class file entries -->
<expose>
<class classes="protected"
methods="protected"
fields="protected"/>
<attribute name="Deprecated"/>
</expose>
</obfuscate>

Post New Topic   Post A Reply Jump to:
Contact Us | QuickTable - A Java DBGrid | Privacy Policy All times are GMT -5 Hours.
Welcome to QuickTable Forums, Guest!  
Login
Username :
Password :
In order to fully utilize the abilities of this board, you are required to register as a member. Registration is free, and allows you to do lots of things including turning on or off certain features of this board. Register now!
Powered by CuteCast v2.0 BETA 2
Copyright © 2001-2003 ArtsCore Studios