Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User naneziris's Avatar
    Join Date
    Mar 2005
    Posts
    38
    hi i have made a project and it is working fine.the problrm is that when i give someona the jar file ,if he tries to extract it he is able to watch all the code.how can i prevent this from happening?does " deploy" have sth to do with it?if not what is "deploy"?thanks

  2. #2
    Nokia Developer Champion njzk2's Avatar
    Join Date
    Mar 2005
    Location
    Paris
    Posts
    814
    what you are looking for is called 'obfuscation'
    it's a process that changes the classes, variables and methods names into things like a, b, c, ... that are not easily readable (and also that take way less space in the jar), and then insert pieces of more or less eroneous code, that is well understood by the VM, but not by the decompiler. Therefore, a project obfuscated is rather unusable for most of the programmers that will try to read it -- except spending months on it.
    a good tool for doing that is proguard

    deploy simply means pass from the 'developpement' phase to the 'production' phase, and install the program for real on a device

Similar Threads

  1. [newbie here] Link error
    By xitpu in forum Symbian C++
    Replies: 3
    Last Post: 2007-01-24, 16:53
  2. Tips on using NDS 1.1
    By mitts in forum Symbian Tools & SDKs
    Replies: 7
    Last Post: 2006-01-18, 16:07
  3. problem in adding project to Visual Source Safe.
    By abhinav in forum Symbian Tools & SDKs
    Replies: 0
    Last Post: 2005-04-01, 13:43
  4. Replies: 0
    Last Post: 2005-02-17, 19:01
  5. Replies: 6
    Last Post: 2004-09-17, 14:04

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved