Hi ! When Creating  Cap file

Hi !
I am compiling javacard source
but this error
why error ?
Command is
Conveter -config HelloWorld.opt
Error
Warning :Method <init> in class HelloWorld.HelloWorld contain local variables, but not local variable table.
Warning :Method install in class HelloWorld.HelloWorld contain local variables, but not local variable table.
Warning :Method process in class HelloWorld.HelloWorld contain local variables, but not local variable table.
erroer:export file framework.exp of package javacard.framework not found.

First recompile using the -g option ( javac -g .....)
Second, make sure your HelloWorld.opt contains the entry: -exportpath <javacardpath>\api21_export_files

Similar Messages

  • Error while creating cap file

    while creating Cap file through converter , error is coming Class helloworld does not belong to this package while giving the same package path where it is existing physically. i m using javacard version 2.2.1 and J2SE 1.4

    Hi Joseph
    Thanks and accept my regards. Now I am able to create the .cap file. but I am facing another problem. I am developing a sim application but I am not able to find the sim.toolkit libraries. Can you plz guide me, where i would find the libraries.

  • Rapid install gettin error when create control file

    hai all ,
    i faced problem when im install fresh ebs R12
    my environment :
    sun sparc 64 bit
    solaris 11
    this occur when i try to install fresh R12
    using rapidwiz , the error say ORA-00821: Specified value of sga_target 1024M is too small, needs to be at least 2100M
    and when creating control file failed,
    is any clue with this problem ?
    all prerequisite  reference to doc :
    R12.1.1 : Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Oracle Solaris on SPARC (64-bit) (Doc ID 761568.1)
    the detail log below this
    Log file located at /oracle/PROD/db/tech_st/11.1.0/appsutil/log/PROD_SMJKT-PRFND01/ApplyDatabase_11071358.log
    ^M
      |      0% completed       ^M
      /      0% completed       ^M
      -      0% completed       ^M
      \      0% completed       RC-50004: Fatal: Error occurred in ApplyDatabase:
    Control file creation failed
    Cannot execute configure of database using RapidClone
        RW-50010: Error: - script has returned an error:   1
    RW-50004: Error code received when running external process.  Check log file for details.
    Running Database Install Driver for PROD instance
    Connected to an idle instance.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORA-00821: Specified value of sga_target 1024M is too small, needs to be at least 2100M
    ORA-01078: failure in processing system parameters
    CREATE CONTROLFILE REUSE SET DATABASE "PROD"
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    alter database open resetlogs
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0

    hai asif,
    solved my problem , with this doc
    Oracle VM Server for SPARC (previously known as LDoms or Logical Domains) :
    To set the number of VCPUs for a given Logical Domain (LDom), use the 'ldm(1M)' with the 'set-vcpu' option:
    # /opt/SUNWldm/bin/ldm set-vcpu <number> <logical_domain>
    For example to configure eight VCPUs for the Logical Domain named "ebs1":
    # /opt/SUNWldm/bin/ldm set-vcpu 8 ebs1
    Please review the Logical Domains Administration guide for detailed information.
    Users can then revert the number of VPUs to the original or desired values as a post EBS install step.
    thanks a lot..
    regards
    Imrons

  • Error when creating ZIP file (return value 2 when IGS was called)

    Hello All
    I attempted to Schedule a Query to the Portal folders and executes fine.  However when it's scheduled to and email, I am getting this message
    'Error when creating ZIP file (return value 2 when IGS was called)'
    Any ideas?
    Thanks ...BK

    Hello Kai
    Thanks very much for the info.  how would I know what patch the IGS is?
    Thank you.
    Regards..BK

  • Eclipse-jcop project building { create .cap file } problem??????????????

    hello all,
    I am using jcop tool plugin with eclipse and my atr is:-
    --Opening terminal
    /card -a a000000003000000 -c com.ibm.jc.CardManager--Waiting for card...
    ATR=3B E9 00 00 81 31 FE 45 4A 43 4F 50 34 31 56 32    ;....1.EJCOP41V2
        32 A7                                              2.everything is fine with sample applet { it contain a empty process () or gives 90 00 for select applet apdu }
    I am using eclipse ide and jcop plugin, basically my problem is to building project when any changes occoured, initially when i start a new project with steps like:-
    1- java card project
    2-java applet
    3-package id
    4-applet id
    5-basic template of applet
    N- finish
    ok
    then when screen open, at the left side i saw cap file propery window ,and automatically there are cap file in bin folder.
    It means jcop tool used converter to make .cap file, but when i add some lines according to my requirment,
    I am unable to build it again or unable to get a new cap file. May be i need to set some build path , but first time it automatically build so it also indicate that there are no need to set the build path. I am confused in this area.
    Is i need to reference the path of converter.jar { jcdk 2.2.1 }? or jcop plugin also have the required jar for converting .class to .cap , inside it. how i rebuild it and make a new fresh .cap file.
    some jar file which i paste in plugin folder of eclipse are:-
    com.ibm.bluez.jcop.eclipse.demopack_1.0.2.jar
    com.ibm.bluez.jcop.eclipse.perftest_1.0.2.jar
    com.ibm.bluez.jcop.eclipse.signlite_1.0.2.jar
    com.ibm.bluez.jcop.eclipse.targetpack.gemplus_1.0.0.jar
    com.ibm.bluez.jcop.eclipse.targetpack_1.0.3.3.jar
    com.ibm.bluez.jcop.eclipse_1.0.3.3.jar
    com.ibm.bluez.jcop.eclipse_3.1.1.a.jarbefore i was using JCDE plugin for simulation process but here i did not use JCDE, I have only eclipse + jcop plugin
    I tried to tell you, what is my problem, If you still have any doubt , Let me know.
    Waiting for your reply and thanks for your time ............

    Thanks Umer for your suggestion , but i dont need to do this, It was my silly mistake to handle the things properly.
    Initially i was unable to getting the eclipse and JCOP concept, but now i do. now I am able to build the project or eclipse is building it automatically !!!! I faced this problem b'se i am a newbie in java card. but now things going good to me.
    I want to share my getting here:--
    My dout was - Is jcop intially have all the Jar's , converter which is required to create a cap file????
    My ans is - Yes, EVERYTHING IT HAVE INSIDE.
    you just get eclipse ide and get jcop plugin, and paste jcop plugin jar's inside the plugin folder of ecipse and START ECLIPS AGAIN.
    NOW EVERYTHING IS SET FOR YOU,
    NO REQUIREMENT OF JCDE-java card development envoirnment
    no requirement of jcdk- java card development kit ,
    no requirement of set any build path in eclipse. just make your applet , and run with jcop tool.ECIPSE AUTOMATICALLY BUILD OPTION WILL CREATE A FRESH .CAP FILE WHENEVER U MADE A NEW CHANGES
    cheers!!!

  • PDF Bookmarks - Change Default Width When Creating PDF File from InDesign

    When creating a PDF file (from Indesign CS4) I automatically create the PDF bookmarks based on the InDesign document's Table of Contents.
    But by default the width in the bookmarks is always set at "Fit Page".
    Is there a way to change the default to "Fit Width" in Indesign before the PDF is created?
    It's too much trouble to change every bookmark in the PDF after it's created.
    Thanks for any help in advance!

    Thanks, Steve. I have actually previously done what "fogharty" suggests and it does work if I want to set the pages to "fit width" or a variety of other options. However, none of the options is inherit zoom which is what I, and many other from the sound of the thread, need and want. We want to respect our end users--not dictate how they must view our PDFs. Hopefully, Adobe will listen and make this option available soon.

  • "Macros in this project are disabled..." error message when creating PDF files

    The following error occurs when creating a PDF file using a document that was created from a MS Word 2007 templates.
    "Macros in this project are disabled..."
    The security settings are set appropriately - it's not that. I have done everything I can think of including asking Microsoft; they say it's not them. It may not be, but I do not know how to get around it. It did not happen before upgrading my templates to the Office 2007 format.
    Has this happened to anyone else? There is no coding within th etemplates regartding PDFs. We are using Adobe Professional X.  The error only occurs when we use Adobe Pro X.
    One thing I just noticed, our templates get the following message when we go to save as a PDF using Adobe:
    Acrobat PDFMAker needs to save the file before continuing. Do you want PDFMaker to save the file and continue?

    Does it work the first time after you delete your Normal.dotm file? You may be running into the same issue that is detailed in this post Unable to open document. Please check to see if you have read permission for the above file.

  • How to change generated class name when create binding files.

    I have a dtd file, which has lines like this:
    <!ELEMENT rights (
         %plain-text;
         | rights.owner
         | rights.startdate
         | rights.enddate
         | rights.agent
         | rights.geography
         | rights.type
         | rights.limitations
         )*>
         <!ELEMENT rights.type (%plain-text;)*>
    when i use xjc to create binding files, I got an error:
    trying to create the same field twice: value.
    I suspect that the reason is because the name of rights and rights.type.
    so, i'd like to know how can i control the generated class name. for example, i want to generate a class RightTypeEle for element rights.type. how can do that?
    btw, i use latest version of jaxb.
    Thanks in advance.

    hi Vincentq,
    What function are you using to create the attachment?  Have you looked at SAP_WAPI_ATTACHMENT_ADD?
    Cheers,
    Sue

  • Illiustrator CS6 crashes when creating New File

    Hi.
    Im using windows 7 x64. And i have installed both Illiustrators x64 and x32. I can open Illiustrator but when i trying to create new file Illiustrator stop working.
    Windows 7 Hompe premium x64
    procesor i3 4x2.93
    ram : 4gb
    network with printers
    error reaport

    Hi Saras,
    We really apologize for all the inconvenience which has caused you.
    Try the steps below to check the issue.
    1. Try to reset the preferences
    Press Alt-Crtl-Shift on a PC  as soon as you click Illustratir icon to reset the preferences to the factory defaults.
    2. If that doesnt help try removing all the installed printers from the system one by one & check.
    3. Also you can try to put the system in clean boot & check if the AI still crashes if you try to create a file.
    In the meanwhile if these steps doesn't resolve your issues you can contact Adobe support by following the link below:
    http://helpx.adobe.com/contact/
    Thanks
    Mandhir

  • Crash when creating new file

    illustrator crashes when creating a new file or opening existing - no special message. Just "illustrator has stopped working"
    graphics drivers uptodate, tried uninstall, reinstall, tried cleaner, tried sign-out-of creative cloud, nothing works.
    running windows 8 64bit

    If it works on another account, then pretty obviously your permissions are screwed on the other account and you need to fix them...
    Mylenium

  • Missing layouts when creating new file

    Hi All,
    I'm using the current CC version of DreamWeaver. When I go File > New > Blank Page > HTML I only see two layouts in the Layout box:
    2 column fixed, right sidebar, header and footer
    3 column fixed, header and footer
    DreamWeaver help (http://helpx.adobe.com/dreamweaver/using/css-layouts.html) says "You can choose from 16 different layouts."
    Does anyone have an idea as to what happened to the other layouts?
    Thanks,
    Douglas

    Hi Nancy,
    Here's what I do to reach the help page with incorrect info:
    Open DW CC (build 6443)
    Select Help > DreamWeaver Help
    Page at http://helpx.adobe.com/dreamweaver/topics.html opens
    In "Layout and design" section, click "Laying out pages with CSS" link
    Page at http://helpx.adobe.com/dreamweaver/using/css-layouts.html opens
    This is the page that I mentioned in my initial post - the one with the incorrect info on it
    I'm not sure where the problem lies:
    Should DW CC not sent me to the page in item 3?
    Should the page in item 3 clearly warn users that it contains links to pages for various versions of DW?
    Should the page in item 3 not send me to the page in item 5?
    In any case, the current flow is problematic for users. I'll let you folks figure out what should be changed.  
    Or, am I mistaken in assuming that you're with Adobe?
    Regards,
    Douglas

  • When creating pdf file am getting [700]** Message Msg700 not in .ini file ** error

    I am new to adobe output server. Am getting " [700]** Message Msg700 not in .ini file **, [397]** Message Msg397 not in .ini file **, [125]** Message Msg125 not in .ini file ** " while creating pdf file. Please help on this issue.

    Is this a new form, or one that was working before ?  Has something changed on the system ?
    Those errors dont really mean anything, so need to understand more around what is happening - a snippet from the log file just prior to the errors to see what is going on ?

  • How to create CAP file based on a J2ME project ?

    Hi all,
    Recently I need to install a midlet application into the sim card with an applet loader.
    And it requires a java card cap file.
    I already installed:
    1> JAVA Card Kit 2.2.2
    2> JDK 1.6.0_01
    3> J2ME Wireless Toolkit 2.2
    4> Eclipse 3.2
    But I don't know how to generate a cap file from the Eclipse J2ME midlet project.
    Any tips?
    Thank you in advance.

    You cannot install a midlet on a sim card. If it's a Java Card, the format is defined to .cap file. Check out the Java Card VM specification for details. For .cap file creation/installation you can use Sun's Java Card development kit.
    http://java.sun.com/products/javacard/dev_kit.html

  • Creating directory when creating a File?

    In this code example, I was unable to create that file if the directories 'someDirectory1'
    and 'someDirectory2' doesnt exist.
    Does somebody know what I have to do to avoid the FileNotFoundException in the constructor of the
    FileWriter??
    String filePath = volume + "\\" + someDirectory1 + "\\" + someDirectory2 + "\\" + fileName;
    FileWriter outF = new FileWriter(filePath);
    outF.write(someString);
    outF.close();thanks!

    Thank you very much, it works!
    <pre>
    String filePath = volume + "\\" + someDirectory1 + "\\" + someDirectory2 + "\\";
    File dirs = new File(filePath);
    dirs.mkdirs();
    FileWriter outF = new FileWriter(filePath + fileName);
    outF.write(someString);
    outF.close();</pre>

  • Illustrator Crashes when creating new file and opening a file

    Every time I try to create a new file, or even open an existing file Illustrator crashes. I have re-installed illustrator...no luck. I have tried running Illustrator while holding SHIFT...no luck. I am using windows 7, and have no crazy drivers that I believe need to be updated.
    Thank you for your help!
    -Patrick

    Have been Googling like always after Illustrator CC crashes with these specific symptoms (Opening fine, New file of Opening existing file crashes).
    All other threads had no working solution for me and the symptoms seemed little different - Opening the program and keeping it open without opening or creating a file was no problem.
    This was the well-appreciated solution that did the trick for me.
    Re: Illustrator CC 17.1 Crashing on New File or Open File (Win 7) works under a different user?
    (In my case I think my default printer had been changed in the background by using a VPN connection this morning which I hardly use ever. Never had been thinking in that direction of course.)
    Good luck to you all.

Maybe you are looking for