This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Java in General and the fly likes ? running on client Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "? running on client" Watch "? running on client" New topic
Author

? running on client

Yu Chen
Greenhorn

Joined: Dec 03, 2001
Posts: 28
I want to run a program on a client, but I don't want the user to have any way of knowing what the program does, by decompiling it, etc.
Are there (free) obfuscators out there that allow this to be done?
Is there any other way to do this? Somehow 'loading' a class remotely, but having it actually run within the client environment? It looks like RMI only runs on the remote (server side).

Thanks,
-yu chen


SCJP2<br />SCWCD
Cindy Glass
"The Hood"
Sheriff

Joined: Sep 29, 2000
Posts: 8521
There are several obfuscators out there that are free. Just do a google search.


"JavaRanch, where the deer and the Certified play" - David O'Meara
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: ? running on client
 
Similar Threads
steps to run an applet
simple socket programming
classpath
How to get Mac Id of my client machine
How can we know if JVM has been installed on a machine?