 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Java Espanol section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|

April 18th, 2005, 01:45 PM
|
Authorized User
|
|
Join Date: Dec 2004
Posts: 40
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
how to convert class to java file
dear fellows
some body told me that we can convert he class files to java, can any body tell me that is there any way to convert class file to java file and if it is then how and also tell me that how can i make my files secure.
thanks
HumaMunir
__________________
HumaMunir
|

May 12th, 2005, 01:59 AM
|
Registered User
|
|
Join Date: May 2005
Posts: 1
Thanks: 0
Thanked 1 Time in 1 Post
|
|
hi,
there is a simple way. Use tools like JAVA DJ ( java decompiler ). They can show u the source code of the class files u have.
|
The Following User Says Thank You to angelstrikesback For This Useful Post:
|
|

May 12th, 2005, 12:06 PM
|
Authorized User
|
|
Join Date: Dec 2004
Posts: 40
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
thanks
but can you tell me from where i can download it, i mean the java dj
HumaMunir
|

January 4th, 2006, 02:54 AM
|
Registered User
|
|
Join Date: Jan 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi,
You can use the Java DJ Compiler , its freely available at
http://members.fortunecity.com/neshkov/dj.html
Thanks
-Ibrahim
Ibrahim
|

January 5th, 2006, 02:45 PM
|
Authorized User
|
|
Join Date: Dec 2004
Posts: 40
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thanks :)
HumaMunir
|

March 13th, 2007, 06:01 AM
|
Registered User
|
|
Join Date: Mar 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
You can make it your self just read the book inside java virtual machine. i think it will help. i haven't tried it but i heard about it.
thanks ...
1111
|

April 11th, 2007, 01:58 PM
|
Registered User
|
|
Join Date: Apr 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
hi can anybody tell me how to protect class file decompilation.
|

April 15th, 2007, 07:24 AM
|
Registered User
|
|
Join Date: Feb 2004
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi
For higher security, you can compile your source and make .exe file (instead of bytecode).
Reza Ahmadi
|

January 5th, 2008, 04:41 AM
|
|
Hi,
How can i make exe file
regds
jomet.
---------------------------------------------
Once you start a working on something,
dont be afraid of failure and dont abandon it.
People who work sincerely are the happiest.
|

January 7th, 2009, 11:19 AM
|
Registered User
|
|
Join Date: Jan 2009
Posts: 2
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
Making .EXE file doesn't make any sense. If you do that ,it looses the basic property of Platform in dependency.
You can find some info at the following url
http://www.cs.arizona.edu/~collberg/Research/Students/DouglasLow/obfuscation.html
or
Just google it for "java obfuscation"
Quote:
Originally Posted by jomet
Hi,
How can i make exe file
regds
jomet.
---------------------------------------------
Once you start a working on something,
dont be afraid of failure and dont abandon it.
People who work sincerely are the happiest.
|
|
The Following User Says Thank You to suman124 For This Useful Post:
|
|
|
 |