Plz help about,  Running Wallet sample without CAD

I want to run Wallet sample without (CAD)CardReader
1. I have append follwing in the wallet.scr
a. powerup;
b. select instller applet and id as per given in
UserGuide
c. powerdown;
step a and b i have append at the starting of the file
and step c. at the end
2. started cref
3. Run apduttol wallet.scr in other Dos window
It is giving ouput like
establising connection to localhost to port 9025
and other ASCII commands(APDU commands)
But not asking anything to input like debit/credit?
plz, tell me how to run wallet applet without card
Thanks
Pramod

I am running the sample wallet program.
through scriptgen i got wallet.scr file
i added two line at top of the wallet.scr file
powerup;
// Select the installer applet
0x00 0xA4 0x04 0x00 0x09 0xa0 0x00 0x00 0x00 0x62 0x03 0x01 0x0c 0x06 0x7F;
I got this(0xa0 0x00 0x00 0x00 0x62 0x03 0x01 0x0c 0x06) from wallet.opt file i.e. wallet applet id
i appended powerdown;
In one command window i am starting cref
c:\wallet>cref -o wallet.out
another window i am executing apdutool
c:\wallet\javacard>apdutool wallet.scr
Java Card 2.2 ApduTool (version 0.20)
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
Opening connection to localhost on port 9025.
Connected.
Received ATR = 0x3b 0xf0 0x11 0x00 0xff 0x00
Some ASCII text like CLA: .. SW:
cref closed automatically.
i don't know what is happening.
But not asking anything to input like debit/credit?
plz, tell me how to run wallet applet without card
Subhashini

Similar Messages

  • Plz help to run the web service

    I have developed one web service & also deployed on tomcat 5.0 using Axis1.1. I have checked the wsdd & wsdl files in the browser.
    It is all ok.
    when sending some request from web service client
    by the following method & parameters
    SDNScan(java.lang.String,java.lang.String,double)
    It goes to the server end & also perform scanning from the database.
    but while sending List[] object back from web service server to the client it displays following message on the browser
    (500)Internal Server Error
    I am using Tomcat5.0 & Apache Axis with j2sdk1.4
    Is there any deployment problem I am facing..
    Plz hel me.
    The full stack trace is given below:
    AxisFault
    faultCode: {http://xml.apache.org/axis/}HTTP
    faultSubcode:
    faultString: (500)Internal Server Error
    faultActor:
    faultNode:
    faultDetail:
    {}string: return code: 500
    <html><head><title>Apache Tomcat/5.0.27 - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>type</b> Exception report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The server encountered an internal error () that prevented it from fulfilling this request.</u></p><p><b>exception</b> <pre>java.io.IOException: No serializer found for class biz.infrasofttech.aml.database.DatabaseDynaDAO in registry org.apache.axis.encoding.TypeMappingImpl@18bdc7a
    org.apache.axis.AxisFault.makeFault(AxisFault.java:129)
    org.apache.axis.SOAPPart.writeTo(SOAPPart.java:272)
    org.apache.axis.SOAPPart.getAsString(SOAPPart.java:483)
    org.apache.axis.SOAPPart.getAsBytes(SOAPPart.java:375)
    org.apache.axis.Message.getContentType(Message.java:399)
    org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:887)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
    org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:339)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    </pre></p><p><b>note</b> <u>The full stack trace of the root cause is available in the Apache Tomcat/5.0.27 logs.</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/5.0.27</h3></body></html>
    (500)Internal Server Error
    at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:630)
    at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:128)
    at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
    at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150)
    at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120)
    at org.apache.axis.client.AxisClient.invoke(AxisClient.java:180)
    at org.apache.axis.client.Call.invokeEngine(Call.java:2564)
    at org.apache.axis.client.Call.invoke(Call.java:2553)
    at org.apache.axis.client.Call.invoke(Call.java:2248)
    at org.apache.axis.client.Call.invoke(Call.java:2171)
    at org.apache.axis.client.Call.invoke(Call.java:1691)
    at biz.infrasofttech.aml.processes.SDNSearchWSSoapBindingStub.performSDNScanWeb(SDNSearchWSSoapBindingStub.java:233)
    at biz.infrasofttech.aml.processes.SDNSearchWSProxy.performSDNScanWeb(SDNSearchWSProxy.java:51)
    at org.apache.jsp.sampleSDNSearchWSProxy.Result_jsp._jspService(Result_jsp.java:142)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
    at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
    at java.lang.Thread.run(Thread.java:534)
    I am not getting any thing.
    Is there any other tool for creating a web service
    Plz help.
    Thanx in advance

    Plz Tell me how I get the HTML Tag through the java code.

  • Help! Run AIR Applications without Adobe AIR.

    Hello, I wanted to ask that is there any way to run AIR applications without having Adobe AIR in the computer. It's really annoying when you have to give someone your application to use and then the person needs Adobe AIR to run it. Any suggestions?

    Where to start...
    AIR is a lot like Java in the sense that it requires a run-time engine to be installed. This engine has all "things" required to for the application to run. In a similar way, applications such as 3DMax or Word require that the operating system be present for them to run. Those programs are written using API calls that are present within the target operating system. Likewise, AIR and Java apps are written using API calls that are present within their run-time. To bring it full circle, AIR is an application written in C, that uses APIs for the target operating system. So, when you perform certain functions within AIR, it then knows how to execute needed operating system functions (as needed). AIR also provides a lot of higher level functionality and management that make your life as a programmer a lot simpler.
    Looking at iOS or Android, we have the same thing happening. Some developers are writing apps using Objective-C (iOS) or Java (Android) that are using APIs specific to those operating systems. This is the same as writing your app in C like 3DMax.

  • Plz Help About Apple TV 2

    Dear Team Today I update my Apple TV2 ios 5.1
    complete the updation some app not show only Setting Or Computers (home Sharing ) Show
    plz help what i do i update 3 time but no result
    My country is India Delhi

    Welcome to the Apple Community.
    Try restarting the router, checking you are connected to the internet and that your iTunes store location is set correctly.
    If your problem persists get yourself a micro USB cable (sold separately), you can restore your Apple TV from iTunes:
    Remove ALL cables from Apple TV. (if you don't you will not see Apple TV in the iTunes Source list)
    Connect the micro USB cable to the Apple TV and to your computer.
    Open iTunes.
    Select your Apple TV in the Source list, and then click Restore.

  • Help about running Java Card developement Kit Demo

    I am following the Java Card development kit step by step. I have set all environments but I could not run the demo at all. D:\JAVACARD\SAMPLES\SRC\DEMO>
    if I type "jcwde jcwde.app" at the demo directory, it tells me that, jcwde is not an intenal or batch file command. when I copied the jcwde.bat from bin directory to demo directory, it run but a lot of erros.
    I will be glad if somebody can help to overcome this initial and very important steps in my adventure to smart card.
    Thanks

    Thanks everybody for their contribution and suggestion. I have been able to make the demo works apart from demo1 which still give problems.
    if I type jcwde jcwde.app, it gives me the following errors.
    Java Card 2.2 Workstation Development Environment (version 0.18).
    Copyright 2002 Sun Microsystems, Inc. All rights reserved.
    jcwde is listening for T=0 Apdu's on TCP/IP port 9,025.
    Exception in thread "main" java.lang.IllegalAccessError: class javacard.framewor
    k.JCWDEDispatcher cannot access its superclass javacard.framework.Dispatcher
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:509)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:12
    3)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:246)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:54)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:193)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:265)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:262)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:322)
    at com.sun.javacard.jcwde.Main.run(Main.java:77)
    at com.sun.javacard.jcwde.Main.main(Main.java:141)

  • Plz help:[unable to  deploy sample content]

    please help me ,i want to deploy sample content for portal but following error arise
    C:\Program Files\Sun\JavaES5\share\ant\bin>ant -buildfile "C:\Program Files\Sun\
    JavaES5\portal\samples\portals\build.xml"
    Buildfile: C:\Program Files\Sun\JavaES5\portal\samples\portals\build.xml
    community:
    getConfigLocation:
    [echo]
    [echo] Please enter the directory where the following files will be fou
    nd:
    [echo]
    [echo] input.properties
    [echo] password.properties
    [echo] comms.properties (optional: required only when configuring com
    munications channels)
    [echo]
    [echo] For example on solaris: /var/opt/SUNWportal/tmp
    [echo]
    [echo]
    [input] Please enter the samples configuration location:
    C:\Program Files\Sun\JavaES5\temp
    setInstallationProperties:
    [echo] Setting installation properties
    setOS:
    setSparcProperties:
    setLinuxProperties:
    setHpuxProperties:
    setUNIXProperties:
    setWindowsProperties:
    [echo] Setting properties specific to Windows platform
    checkForUpgrade:
    checkForNoUpgrade:
    [echo] am.request.portal.id: portal1
    setUpgradeProperties:
    setProperties:
    setLocalUNIXProperties:
    setLocalWindowsProperties:
    setLocalProperties:
    init:
    BUILD FAILED
    C:\Program Files\Sun\JavaES5\portal\samples\portals\build.xml:16: The following
    error occurred while executing this line:
    C:\Program Files\Sun\JavaES5\portal\samples\portals\community\build.xml:48: java
    .io.FileNotFoundException: C:\Program Files\Sun\JavaES5\portal\samples\portals\c
    ommunity\${ps.data.location}\tmp\password869091403 (The system cannot find the p
    ath specified)

    Hi Shailendra,
    Please make sure the "ps.config.location" setting in your C:\Program Files\Sun\JavaES5\temp\input.properties file is correct. On Solaris, this setting defaults to /etc/opt/SUNWportal and on Windows it will need to be changed to the appropriate directory.
    The error you are seeing is most likely caused by the "ps.config.location" being inaccurate and the sample config is not finding the PSConfig.properties file.
    Hope that helps. thanks ,dean.

  • Plz help about JAVA

    I am trying to print coupons from red plum and other manufactures site's i have installed java 50 + time's also have tested java and it says it is working just fine. i close all tabs as it says to do reopen page i was trying to print from and still i keep getting
    Want to Print Coupons?
    Using the latest version allows for secure printing of coupons. Java is 100% safe! Read our FAQ for more information and click the Java icon below to install:
    OK i do this over and over again how do i fix this to get java to print for me. I have also e-mailed all manufactures and they keep saying it's not us it's this site ECT if you can help it would be nice thank you in advance.
    Edited by: 979401 on Jan 1, 2013 5:50 PM
    Edited by: 979401 on Jan 1, 2013 6:16 PM

    As I told a friend of yours with the very same question yesterday:
    there's a white text field to the left. Type "USB" there. Hit Enter or click the ">>" button.

  • Help in running the sample code given in site.

    Hi all,
    I am new to RMI.I followed each line of the doc given and was able to successfully compile the files..
    I started the rmiregistry in the folder where my code was present...
    in my hostname field i gave localhost and the one given in the documentation.
    i got this stacktrace...
    ComputeEngine exception:
    java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
         java.net.SocketTimeoutException: Read timed out
         at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:274)
         at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171)
         at sun.rmi.registry.RegistryImpl_Stub.rebind(Unknown Source)
         at engine.ComputeEngine.main(ComputeEngine.java:32)
    Caused by: java.net.SocketTimeoutException: Read timed out
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:235)
         at java.io.DataInputStream.readByte(DataInputStream.java:241)
         at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:215)
    Any idea why this is happening...Any remedies?
    am in urgent need of a remedy..
    if someone can give it i would be happy...

    Hello!
    I also encountered that exception on my RMI application.
    Have you figured out the cause of problem for that exception? What did you do to solve it? Hope you can reply.
    Thanks!

  • Plz Help About Router

    Hi Im With The Post Office And Want to Move To Sky BroadBand Unlimied What I Need to Know Would A MBox Connected To Sky Router then to The Tv.As It Doesnt On Post Office Zyxel Router as Its Old.Mr Thompson.

    Ok My Router Is With The Post Officethe Link Is Here And Will Show U the Router Im On Now ftp://ftp.zyxel.com/P-660HW-T1_v2/quick_start_guide/P-660HW-T1%20v2_1.pdf First Would A MBOX XPRO WORK FOR THIS ROUTER SEND YOU LINK TO MBOX   http://www.amazon.co.uk/Android-Upgraded-AirPlay-Streaming-Internal-MXpro/dp/B00LX40HW8 If Not Would A Sky Router work Im New To All This but Really want a Mbox To get Free Sky Sports etc

  • Plz help me about my Iphone  5s battary life is so bad without using in the night keep on after 6 hours  morning when i open battary  % lose 60 percentage  with out using

    Plz help me about my Iphone  5s battary life is so bad without using in the night keep on after 6 hours  morning when i open battary  % lose 60 percentage  with out using plz help me..

    Maximize iPhone Battery (iOS7):
    1) Turn off Airdrop: Control Center >AirDrop > Off
    2) Limit background app refresh. Turn it off for applications such as Google/Facebook.Settings > General > Background App Refresh
    3) Turn off automatic updates: Settings > iTunes & App Store >  Updates and Apps (off)
    4) Unneccessary Location Services: Settings > Privacy > Location Services > System Services > Off (uncheck as needed)
    5) Turn off Paralax: Settings > General > Accessibility > Reduce Motion
    6) Siri, and her 'raise to speak.' Turn it off: Settings > General > Siri > Raise to Speak
    7) Exclude items from Spotlight search as needed: Settings > General > Spotlight Search
    8) Remove unneccessary notifications: Settings > Notification Center > None (per app basis)
    9) Make sure auto-brightness is on, or reduce the brightness to 25% or less if desired.Settings > Wallpapers & Brightness
    10) Use Still backgrounds only: Settings > Wallpapers & Brightness> Choose Wallpaper
    11) Fetch email instead of "Push":  Settings > Mail, Contacts, Calendar > Fetch New Data >Push(off) & Fetch every 15 minutes
    12) Disable LTE if needed: Settings > Cellular > Enable 4G/LTE (OFF)
    13) Reduce Autolock: Settings > General > Auto-Lock > 1 Minute
    14) Disable Vibrations with Ring: Settings > Sounds > Vibrate on Ring (off)
    15) Close Applications regularly: Double Tap Home Button > Swipe up on App to close

  • Hii i m frm BGD. I m using iphone 5. My carrier BGD ROBI AXIATA. When it was ios 6 it works better . But i recently upgrade to ios 7 and i facing the little problem. One of the ussd call. Plz help or suggest ir doing better about itz as soon as possible.

    Hii i m frm BGD. I m using iphone 5. My carrier BGD ROBI AXIATA. When it was ios 6 it works better . But i recently upgrade to ios 7 and i facing the little problem. One of the ussd call. Plz help or suggest ir doing better about itz as soon as possible.

    I'm not trying to minimize your issues, but I have an iPhone 5S and find that I have not had these types of problems on AT&T. I'm wonding if something has gotten stuck in a loop that is continually trying to use data. If you make a good backup of your phone, try restoring it as new, and do not add anything to the phone right away. Let the device run like this for a little while and see what kind of usage you have. You report you phone is showing usage of 21GB. Did you rese this setting on the phone to begin at your billing period? The reason I ask this is some people believe this setting resets on its own with your billing period, it does not. This has to be manually reset by the user, so it might not be that accurate depending on the last time that you reset it.
    If the phone seems to not use so much extra data during the period the device does not have extra apps on it, then try restoring from your backup and see what happens. If this increases your data usage quite fast again, then there is probably something corrupt in the backup that is causing this issue.

  • A javaScript code that runs fine in IE but not in other plz help

    Hello friends,
    plese help me in getting the code for Opera and Mozilla browsers. The following code runs fine in IE but not in other browsers. it show titlebar in other browsers. What to do disable titlebar in other browsers? plz help
    <html>
    <head>
    <script>
    //Frameless Banner Popup
    // Set the url of the banner popup window page
    //var theURL = "index.htm";
    var theURL = "/cgi-bin/login";
    // Set the title of the popup window
    var title = "Login"
    // Set the size of the popup window
    var windowWidth = 350; // cannot be less than 100
    var windowHeight = 350; // cannot be less than 100
    //var windowWidth = window.screen.width; // cannot be less than 100
    //var windowHeight = window.screen.height; // cannot be less than 100
    // Set the position of the popup window
    var windowX = ((window.screen.width/2) - 175);
    var windowY = ((window.screen.height/2) - 175);
    // Set true to auto-center (positions will be ignored)
    var autocenter = false;
    // Set true for popup to close when launch page does
    var autoclose = false;
    var s="width="+windowWidth+",height="+windowHeight;
    var beIE=document.all?true:false;
    var done=new Object("no");
    if(autocenter){
    windowX = (window.screen.width-windowWidth)/2;
    windowY = (window.screen.height-windowHeight)/2;
    function doAgilePopup(){
    if (beIE){
    agilePopper = window.open("","popAgile","fullscreen,"+s);
    agilePopper.blur();
    window.focus();
    agilePopper.resizeTo(windowWidth,windowHeight);
    agilePopper.moveTo(windowX,windowY);
    var frameString=""+
    "<html>"+
    "<head>"+
    "<title>"+title+"</title>"+
    "</head>"+
    "<frameset rows='*,0' framespacing=0 border=0 frameborder=0>"+
    "<frame name='top' src='"+theURL+"' scrolling=no>"+
    "<frame name='bottom' src='about:blank' scrolling='no'>"+
    "</frameset>"+
    "</html>"
    agilePopper.document.open();
    agilePopper.document.write(frameString);
    agilePopper.document.close();
    }else{
    agilePopper=window.open(theURL,"popAgile","scrollbars=no,"+s);
    agilePopper.blur();
    window.focus();
    agilePopper.resizeTo(windowWidth,windowHeight);
    agilePopper.moveTo(windowX,windowY);
    agilePopper.blur();
    if (autoclose){
    window.onunload = function(){agilePopper.close();}
    done="okay";
    </script>
    </head>
    <BODY onLoad="doAgilePopup(),top.window.close()">
    </body>
    </html>

    missing semicolon in end of the variable frameString ,
    better write the string in single line thats easy to find the bugs like this.
    var frameString=""+
    "<html>"+
    "<head>"+
    "<title>"+title+"</title>"+
    "</head>"+
    "<frameset rows='*,0' framespacing=0 border=0 frameborder=0>"+
    "<frame name='top' src='"+theURL+"' scrolling=no>"+
    "<frame name='bottom' src='about:blank' scrolling='no'>"+
    "</frameset>"+
    "</html>"

  • Plz help????????????tell me about the oracle project as i am new to oracle

    plz tell me how i can get oracle project i.e sample project or demo projects
    so that i can have an idea...............
    plz help....................
    thanks

    This is your 4th or 5th post in which you are using subject like this and I guss you might have been told to write in a decent manner. Havnt you learned anything about being bit decent ?
    Why you think that these hell lot of question marks are going to make it more important than other posts. If you want to ask something, just be polite and give some good subject to the post.
    BTW why you are looking for ready made demo projects ? Want for some assignment ? If you are new, think, make a project and learn. There is no tablet that can help you in learning Oracle.
    Sidhu
    http://amardeepsidhu.blogspot.com

  • Plz help!!! GUI samples

    I am looking for sample codes or hints to let a java card applet communicate with an applet at the level of the host. I've tested successfully my card applet using the sun's simulator (jcwde). I thaught about using system call from my host applet to run the jcwde and then read the outputed file but it doesn't work, in addition my host applet is using j2sdk1.4 and as far as I know this version is not supported by sun's simulator ( which works with jdk1.3).
    please save my life!!
    Truly,
    JCbeginner

    I don't know about saving your life. I haven't seen the specifications >for that yet. What's the APDU for it ? I am sorry if the words I used were not appropriate but it is really important for me to finish off this work in the following couple of days. My english is not good since it is not my mother-tongue language.
    I posted this request because I found that there were some posted messages where a developper called "DNeelesh" was providing some simple gui code.
    Why would you want to simulate to the JCWDE ? It doesn't enforce JC >because it runs the Java VM not a Java Card VM. unfortunately, I didn't understand what you mean :(
    my aim is to run my applet at the client side and be able to run the simulation from it and parse the output of the simulation ( jcwde.out) before displaying it in the gui interface.
    I also didn't understand how the offcard communication can help me, all my concern is about running my simulation from within the host applet,
    thanks in advance for any clarification

  • My new iphone is running extremley slow, internet takes ages to load, apps take ages to install and has trouble connecting to app store. and the apps dont work properly like ebay wont open or refresh items, plz help

    my new iphone is running extremley slow, internet takes ages to load, apps take ages to install and has trouble connecting to app store. and the apps dont work properly like ebay wont open or refresh items, plz help
    my iphone4 is 10 times faster
    i have backed up on itunes and restored but still no luck
    even siri is lagging

    my new iphone is running extremley slow, internet takes ages to load, apps take ages to install and has trouble connecting to app store. and the apps dont work properly like ebay wont open or refresh items, plz help
    my iphone4 is 10 times faster
    i have backed up on itunes and restored but still no luck
    even siri is lagging

Maybe you are looking for