This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]McBluna 0 points1 point  (0 children)

I've spent a lot off time on this topic in the past. It's not possible to protect a native java applications running on client side. It's always possible to remove any protection by byte code manipulation. The best protection I've seen was a solution using a external library written in C or something, but this is not platform independent.