Pacaking

hello friends...
i have made an application of j2me......and i have to give this to my client.......but i don't have to give them source code....how can i do this
.....with the help of jad and jar files?
thanks in advance

hi
firstly create jar , if u have wtk toolkit then it much easier otherwise u have to work for core java technique (jar -cfm .......)
use proguard 2.0.7,or 3.0.1 for obfustcation.(that will encrpt ur code )
note : this is not give u full gurantee bec. many tools available for decrypt such JAVA DCompiler.) but other choices are hard to implement.
regards
akash
Indiagames Ltd
India
[email protected]

Similar Messages

  • MDM Business Pacake for Material Master

    HI All,
    Is there any busniness package exists in MDM for Material Master. Please provide some info on this. I got this requirement from my client team.
    If not provide me some link where i can look for what are differerent modules of SAP MDM business package.
    Thanks
    Supriya.

    Hi Supriya,
    To find the MDM Business Content you will need to go to the [SMP|https://websmp104.sap-ag.de/support] and go to:
    Support Packages and Patches -> Entry by Application Group -> SAP NetWeaver ->  SAP MDM -> SAP NETWEAVER MDM 7.1 -> Entry by Component -> Business Content
    Please note - this is the Business Content for MDM 7.1, for MDM 5.5 go to:
    Support Packages and Patches -> Entry by Application Group-> SAP NetWeaver-> SAP MDM-> SAP MDM 5.5-> Entry by Component-> Master Data Server-> MDM BUSINESS CONTENT 5.5.
    Hope this infromation helps,
    Idan

  • Excise on pacaking

    HI expert
    I have scenario tht i want to map excise if duties on material price + packing.
    Material price = 100
    packing charges=20
    i want the excise to be calculated on on 120
    Regard
    Nabil

    Hi,
    Create condition type ZPAK for packaging and keep condition category BLANK, so that ZPAK will add to NET price in PO which will then transfer to tax procedure to BASB condition type for tax calculation.
    For example (MM Pricing procedure):
    Steps-Couu2014Condition type--Cond Descri--- -
    From -
    TO
    10----0PB00 Material Price--
    20----0R000Discount % on Gross10--
    30----0Subtotal1020-
    40----0---ZPAKPacking Charge30--
    50----0Sub-Total3040-
    60----0ZFREDelivery Cost(%)30--
      Keep accnting & accrual key
    70----0TOTAL5060--
    ****When you will create PO, just keep price in Rs.100 in PB00 and Rs.20 in ZPAK condition type, you will have Rs.120 on NET price of PO which will transfered to tax procedure.
    Regards,
    Biju K

  • Java.lang.NoClassDefFoundError . Please help

    Hi everyone!
    I have this problem...i create a small java program, like "hello world". It is ok to compile and run it. The directory structure is as follows:
    /some/files/mypackage/myclass.java
    if i put in my source pacake mypackage/myclass, then i can compile the program, but when i try to run it i get this error:
    java.lang.NoClassDefFoundError
    Exception in thread "main" java.lang.NoClassDefFoundError: myclass (wrong name: mypackage/myclass)
    Thanks!!!

    You can always search the forum for answers - just put "wrong name" in the search box.
    In your case, you entered "java myclass" but the class that the jvm found was named mypackage/myclass. In other words, the myclass class is defined to be in the mypackage package so the fully qualified name of the class is mypackage/myclass (or mypackage.myclass). Your command needs to be "java mypackage/myclass" Most likely, you need to "cd /some/files/" before entering the command to run it.

  • Deleting Request from cube based on Selection Condition

    HI All,
    I have a scenario where i have three selection condition while i update from ODS to CUBE . I keep getting differnet versions of the file so the latest version should replace the old version , to do this i tired using the option
    Delte Request from Info Cube after Update in the Data Tagets tab
    And the Radio button Overlapping is checked  . ( This is not working )
    The three selection conditions in Info Pacake are
    Reduest id from ODS : 11111
    Cal Month                 : 20072
    File Type                   : B
    The selecion condition for the second Version in Info Pacake of the same file that should replace the first file in cube is
    Reduest id from ODS : 22222  ( The request id is RID in the ODS for second file )
    Cal Month                 : 20072
    File Type                   : B
    so can any one let me know how can i achvie this ........

    Hi Abraham,
       You select the variable deletion conditions when you schedule the InfoPackage that is going to load the new data. On the Data Targets tab page in the Automatic Deletion of Similar/Same Requests from InfoCube column, you click on the pushbutton to go to the Deletion of Requests from the InfoCube After Update dialog box.
    Here you determine under which conditions existing requests are deleted from the InfoCube:
    ·        You can include update modes, InfoSources, DataSources, and source systems for requests.
    Example
    Requests are deleted when the appropriate deletion conditions are met if existing requests and new ones were loaded from the same DataSource.
    ·        You can determine whether the selections for the new request need to be the same as or more comprehensive than the selections of the request that is to be deleted, or whether the selections for the new request need to completely or partially overlap the selections of the request that is to be deleted.
    ·        You can specify deletion restrictions according to date. This means that, when the deletion conditions are met, only those requests that were loaded within a specific time period are actually deleted.
    Example
    If you choose Data for the Request from the Last Seven Days, only those requests are deleted that have been loaded in the last seven days.
    ·        You can specify situations in which a request is not to be deleted, even if the appropriate deletion conditions are in place.
    Example
    If, under Exceptions, you choose the Today is …the Last Day of a Month, existing requests are not deleted, if the new request is loaded on the last day of a month.
    ·        Another option for determining deletion conditions is creating a user routine for the InfoPackage and the InfoCube.  In this routine you can exclude requests from a deletion process or include additional requests for deletion.
    Check conditions again, it will work, if selection and data source is same.
    Hope it Helps
    Srini

  • How to Find BADI for a particular FM

    Dear Abapers,
    How do I find a BADI for a Particular Function Module.
    I did google and found three methods but none helped.
    1) going to Transaction se37 to find your function module.  Locate the function SXV_GET_CLIF_BY_NAME.
    this doesnt help me because i dont want to find badi for a transaction.
    2) got se24 and put a break point in the method of class cl_exithandler. I tried this didnt help.
    3) taking the pacake name and going to se80 and enter it there, you see enhancements. I did this , found the package name of that FM which is WZRE. but there are lots of enhancements and badis. i cant find the related one with discription.
    my FM is IDOC_INPUT_SINGLSETTRQS_CREATE. I really need help to find the correct badi for this.
    any help is appreciated.
    thanks.

    Hi,
         To find a BADI for any enhancement follow these steps,
    1) Put a brak point in method CL_EXITHANDLER=>GET_INSTANCE. This will give you the EXIT_NAME and the implementing class name of the BADI.
    2) Remove IF_EX from the implementing class this provides you the BADI name.
    Regards
    Ram

  • Problem faced while update to spam/saint version 39 basis realease 700

    Hi
    I am a SAP BASIS Administrator at fresher level.My spam/saint version was 22 when i applied SPAM/SAINT version 39 for SAP BASIS 700 , at first time it was not imported and struck at  *Movenamespace with return code zero* phase and the import log showed error at IMPORT_PROPER phase,
    But as described in the SAP note 822379 , i followed the instruction emptied the queue and imported the spam/saint version again
    This time the import was completed and showed a green status. But next time when i wanted to apply SAP_BASIS 10 support pacake immediately it showed an runtime syntax error.
    The error is as follows
    Runtime Errors         SYNTAX_ERROR
    Date and Time          02.03.2011 11:57:31
    |Short text                                                                               
    |    Syntax error in program "CL_OCS_RT_ANALYSIS============CP ".                                 
    |What happened?                                                                               
    |    Error in the ABAP Application Program                                                        
    |                                                                               
    |    The current ABAP program "SAPLSPAM" had to be terminated because it has                      
    |    come across a statement that unfortunately cannot be executed.                               
    |                                                                               
    |    The following syntax error occurred in program                                               
    |     "CL_OCS_RT_ANALYSIS============CP " in include                                              
    |     "CL_OCS_RT_ANALYSIS============CM002 " in                                                   
    |    line 135:                                                                               
    |    "Die Transformation "RTA_TRAFO" hat keine aktive Version."                                   
    |    " "                                                                               
    |    " "                                                                               
    |    " "                                                                               
    |                                                                               
    |    The include has been created and last changed by:                                            
    |    Created by: "SAP "                                                                           
    |    Last changed by: "SAP "                                                                      
    |                                                                               
    |Error analysis                                                                               
    |    The following syntax error was found in the program                                          
    |     CL_OCS_RT_ANALYSIS============CP :                                                          
    |    "Die Transformation "RTA_TRAFO" hat keine aktive Version."                                   
    |    " "                                                                               
    |    " "                                                                               
    |    " "                                                                               
    |Trigger Location of Runtime Error                                                                
    |    Program                                 SAPLSPAM                                             
    |    Include                                 LSPAMU69                                             
    |    Row                                     364                                                  
    |    Module type                             (FUNCTION)                                           
    |    Module Name                             SPAM_PROLOGUE                                        
    |Source Code Extract                                                                               
    |Line |SourceCde                                                                               
    334
    |  335|*       and set default start options according to the new scenario                        
    |  336|        CALL FUNCTION 'OCS_SET_DEFAULT_START_OPTIONS'                                      
    |  337|          EXPORTING                                                                        
    |  338|            iv_ocs_tool = lv_tcode                                                         
    |  339|            iv_scenario = lv_scenario                                                      
    |  340|            iv_save     = on                                                               
    |  341|          EXCEPTIONS                                                                       
    |  342|            OTHERS      = 0.                                                               
    343
    |  344|*       inform the user about the scenario change                                          
    |  345|        MESSAGE i336(tn) WITH lv_inact_scenario lv_scenario                                
    |  346|                         RAISING emergency_stop.                                           
    |  347|      ENDIF.   "sy-saprl(2) < '46'                                                         
    |  348|    ENDIF.                                                                               
    |  349|*   activate all halt points for current transaction                                       
    |  350|    UPDATE patstop SET cont_step = off                                                     
    |  351|                   WHERE ocs_tool = lv_tcode.                                              
    352
    |  353|*   initialize the application specific checks                                             
    |  354|    UPDATE patcheck SET ret_code   = space                                                 
    |  355|                        reason     = space                                                 
    |  356|                        message    = space                                                 
    |  357|                        ign_in_dia = off                                                   
    |  358|                        ign_in_btc = off                                                   
    |  359|                        queue_id   = lv_queue_id                                           
    |  360|                    WHERE ocs_tool = lv_tcode AND                                          
    |  361|                          active   = on.                                                   
    362
    |  363|*   collect some source data for the runtime analysis                                      
    |>>>>>|    CREATE OBJECT lr_rt_analysis                                                           
    |  365|      EXPORTING                                                                            
    |  366|        iv_queue_id = lv_queue_id                                                          
    |  367|      EXCEPTIONS                                                                           
    |  368|        others      = 99.                                                                  
    |  369|    IF sy-subrc = 0.                                                                       
    |  370|      CALL METHOD lr_rt_analysis->collect_conf_data                                        
    |  371|        EXPORTING                                                                          
    |  372|          iv_conf_group = 'ALL'                                                            
    |  373|        EXCEPTIONS                                                                         
    |  374|          OTHERS        = 0.                                                               
    |  375|      CALL METHOD lr_rt_analysis->save                                                     
    |  376|        EXCEPTIONS                                                                         
    |  377|          OTHERS = 0.                                                                      
    |  378|    ENDIF.                                                                               
    |  379|  ENDIF.                               "SY-SUBRC = 0                                       
    380
    |  381|* (5) now start with the application:                                                      
    |  382|* - set the OCS environment                                                                
    |  383|* - read the settings                                                                      
    Can anyone please suggest a bolution on BASIS perspective

    Hi all,
    Not sure if this thread is still active at all, but just to be sure, and to close it once and for all
    to solve this issue :
    Icheck class CL_OCS_RT_ANALYSIS in TA SE24 and go to method GET_XML.
    Search for RTA_TRAFO, jump to object via doubleclick and activate it.
    Afterwards install the latest TP and R3trans tools from sapnet, and SPAM should be working again.
    Best regards,
    Menno van Rooij

  • Can't load Stylesheet while runing application on Web Start

    I've got an error "WARNING: com.sun.javafx.css.StyleManager$2 run Resource "null" not found" while runing application on Web Start.
    It works fine while running on local execution. I've already signed jar files. So, It shoud not have any problem with java security.
    I kept css in the jar fie. The code below is used for loading css file.
    String stylesheetName = "/theme/default.css";
    scene.getStylesheets().add(stylesheetName);There was a guy who had the same problem with me but there was still no solution for this problem yet. Applet and css
    Does anyone know how to fix it?

    Hello User,
    Your path is wrong. It can't be good if your css file is inside your jar. (This is not a javaFx problem)
    If you pacaked your application like that:
    myapp.jar
    -----theme
    ---------default.css
    You should try something like this:
    scene.getStylesheets().add(getClass().getClassLoader().getResource("/theme/default.css").toString());Niculaiu
    Edited by: San Nicula on Jul 27, 2011 12:50 AM

  • Error loading resource

    I have the following code:
    InputStream is = getClass().getResourceAsStream("/data.dat");
    This code worked fine on KToolbar. But when packed into jar file and run with "Run MIDP application", my application hang at that line of code.
    Please tell me what is wrong. Many thanks.

    Im not sure if this is the answer to your question, but i have noticed that if you try to access a file, it has to be in the jar file when its depolyed to teh Palm or device.
    is it in there?, to put it in there, you place it in the 'res' folder and it gets pacaked with the jar folder.
    this may not be a good solution for you.....i know its not for me, but it might help

  • Auto generate report everyday

    Hi All
    How to schedule auto generate report everyday and then csv file should be attach to office email recipient ? for that i want to create SSIS Package. I'm new to SSIS pacake pls help me how to do step by step.
    Many Thanks

    Why do you need SSIS for this? Why not simply set a subscription to deliver reports in csv format through mail?
    http://msdn.microsoft.com/en-IN/library/ms160334.aspx
    http://jesborland.wordpress.com/2010/08/06/the-power-of-reporting-services-subscriptions-for-delivery-e-mail/
    in case you want to use ssis see this
    http://www.travisgan.com/2013/09/ssrs-data-drive-subscriptions-part-3.html
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Encore CS 3.0 does not launch

    Dear Wizards
    I have installed the complete CS3.o pacake and felt the need to do some DVD. So launced DVD encore and it just says encore has quiti.e. application crashes.Same message that do u want to send the error report to microsoft.
    What to do now? I am really stuck.
    What to do now?Is there any preference file that has got corrupted and where do I find those preferences???
    Please suggest
    Thanks to all

    What nobody in hp forum have any clue what to do in this case, except pendrive the usb cant ready any thing not hardrive, ipod nothing. If it doesnt work why it has been put in the first place, for showcasing it ???
    I am pissed with this thing

Maybe you are looking for

  • What do I do when my app store wont let me go back?

    I was just o  the App Store in the Featured folder when I clicked onto the App I liked. It took me to the page where I Could download it from my iPhone so  I downloaded it. When I went back to the page I was on it wouldn't let me go back to the Featu

  • Having trouble getting into My Real Arcade games

    I have Firefox 3.6.6 and am now having trouble logging into My Real Arcade. I get cannot connect error message. I could get in on Sunday but now I cannot get in all. Please ignore previous question.... == URL of affected sites == http://www.gamehouse

  • OOTB Fact table contains Employee detailed Dates

    Hi Experts, we Have 4 date columns (pos_entry_dt, grade_entry_dt etc) in HR Fact out of Box fact table(W_WRKFC_EVT_MONTH_F_SNAPSHOT) which are not populated into presentation layer or BMM Layer and is not linked with day dimension. but the dates are

  • Automatic adjustements to RAW image?

    Hi, I am fairly new to using Lightroom and I wondered if someone might be able to help.... I notice that when i import RAW images  into Lightroom and open them up, they immediately become dull, less vibrant and very different o the in-camera image. I

  • Is Oracle free download version restricted?

    I know Oracle allow us free download. But i also know Oracle for Enterprise version is expensive. Then , is any difference between Enterprise Release version and Free Download version? Is free downloaded restricted?