Downloading Applets

I am doing a final year project on smart cards at Northumbria University in the UK. The University have purchased a Gemplus GEMPC-410 smart card reader and Gemplus GemXpresso 211/PK smart cards. They cannot afford the RAD III development kit. Does anyone know if it is possible to use the IBM JCOP platform in the absence of the RAD III kit to download applets, using the aforementioned cards and reader.

It might work on recent models according to IBM:
From: Michael Baentsch [[email protected]]
Sent: 30 January 2003 18:49
Subject: Re: JCOP and GEMPC410
the GPC410 should work OK with the JCOP Tools
(if the reader is a recent make): Old ones had
some problems with EMV-compliance (just like the
Gemplus cards :)

Similar Messages

  • Problem downloading applet in W2K with SP4.

    Hi,
    We are using a Security Applet in our web application for validation purposes. We were using W2K Professional / W2K Server with SP3 and Sun JRE 1.3.x. The application was working as expected.
    We are now testing with W2K Server with SP4 (to upgrade to SP4). The current testing environment is W2K Server with SP4 and Sun JRE1.3.x. Now with the setup, we are facing a problem in downloading the applet (Security Applet). The downloading applet fails and the subsequent loading as well.
    Please advice. Does it requires any particular settings to be done at Client?
    The specs are
    Windows 2000 Server, SP4
    IE 6 SP1
    Sun Jre 1.3.x
    Problem:Downloading applet fails.
    PS: When we test with SP3, we can see the applet downloaded (CAB File), with SP4 it was not found.
    Thanks in Advance,
    Prakash

    Does the w2k sp4 server host your pages and applet?
    If yes then why install the SUN JRE 1.3 on the server, doesn't the client need this?
    Is the cab format supported by SUN jre or is it meant for msjvm and if so why is the client trying to open
    the cab with sun jre?
    http://java.sun.com/j2se/1.4.2/docs/guide/deployment/deployment-guide/upgrade-guide/article-02.html
    What's on the server doesn't have anything to do with the applet. The server is
    just serving it. Forcing the client/consumer of the html page with the applet is trying to open an applet
    with sun jre while the applet is ment for msjvm causes the error.
    The client can fix this by opening IE and check under tools -> internet options -> advanced -> UNCHECK
    the use sun jre ... for <applet tag. For the XP machine you might have a problem. Some of the don't have
    the msjvm at all so there is nothing to run the <applet, I tried to download it at microsoft but was unable
    to find it.

  • Another one question about how to download applet (not using external tool)

    Hi
    i write tool for downloading applet on card. I use apdu trace from NXP eclipse plugin as source of information and i read also about cap-file format in Java Card Virtual Machine specification. And i have questions about data transferred by LOAD command.
    As example - from apdu trace i see that transferred data are "C4820E33 DATA1 DATA2". Full length of transferred data is 0x2EE2.
    C4 - OK, this is "Load File Data Block" tag as specified in Global Platform
    820E33 - OK, this length of tag, =0x0E33
    DATA1 - sequence of cap-file components: Header.cap, Directory.cap, Import.cap, Applet.cap, Class.cap, Method.cap, StaticField.cap, ConstantPool.cap, RefLocation.cap. Length of DATA1 is 0x0E33, i.e. DATA1 = 'C4'-tag value.
    DATA2 - sequence of two cap-file components: Descriptor.cap and Debug.cap. These components are out of 'C4'-tag.
    the questions mentioned above... here they are:
    1. Global Platform does not define any data in LOAD command except 'E2' and 'C4' tag. Why DATA2 is transferred out of any tags?
    2. Whether the sequence of cap-file components is important? i.e. Can i load Header.cap, Directory.cap etc. in other order than i see in DATA1 field from apdu-trace?
    3. Debug.cap seems to be optional component. And what about Descriptor.cap component? Need i load it on card?

    666 wrote:
    1. Global Platform does not define any data in LOAD command except 'E2' and 'C4' tag. Why DATA2 is transferred out of any tags?Because the components are either optional or only required when communicating with a JCRE that has debugging capabilities. I assume you ran the project in JCOP Tools in debug mode against the simulator? If you did this against a real card it would fail as it does not have an instrumented JCRE capable of debugging code. You could try running the project as opposed to debugging to see the difference.
    2. Whether the sequence of cap-file components is important? i.e. Can i load Header.cap, Directory.cap etc. in other order than i see in DATA1 field from apdu-trace?Yes it is. It is defined in the JCVM specification available from the Oracle website.
    3. Debug.cap seems to be optional component. And what about Descriptor.cap component? Need i load it on card?No, it is optional and is not referenced by any other CAP file component.
    Cheers,
    Shane

  • How to download applet for offline viewing!!

    How to download applet for offline viewing!!

    View source on the web page containing the applet. It will point ot a file.class
    Then change your URL to that file and it should download it.
    Lucas

  • How does client download Applet dependencies jar files?

    I made an Applet which dependencies on several jar files. I think when client browser access this applet, it will download these dependencies. I want to know where these dependencies are located in client machine, will these dependencies are downloaded once. If so, how does the browser handle duplicated downloaded issue.
    thanks.

    It is no business of client code (read 'your applet') to know the location where it is downloaded. The browser will often cache the dependant Jar's, but that is up to the browser and its settings.
    For more reliable caching, launch the applet using webstart (either embedded, in 1.6.0_10+ JRE, or free floating).

  • Java Plug-In1.3.1_03 and downloading applets

    hey,
    Following is the detail of my problem with Java 1.3.1_03 Plug-In:
    I have a java applet written using Microsoft SDK 4.0 in Java 1.1.
    This applet is downloadable from the browser. When I have the Java Plug-In enabled to load applets (in my Browser - options - advanced) - the applet gets downloaded fine but, does not find the cab file that has been downloaded. If this Java Plug-In option is not ticked in my browser then, the applet works fine and the cab file could be found.
    Help will be much appreciated. Thanks.
    -Tanvi

    hello,
    Actually, i think the Java Plug-In writes the path of the directories and the Java VM elsewhere in the registry and the browser is set to look it up in the usual Microsoft->JavaVM place in the registry. But, I cant seem to find the key that it puts the path in. If you have any leads, do fill me in. Thanks.
    - Tanvi

  • Help: how to download applet by script file (generate by SCRIPTGEN)

    hi all,
    My card have Javacard 2.1.1, GP 2.0.1. I built a CAP file and generate to SCRIPT file by SCRIPTGEN tool.
    This is my script:
    0x80 0xB0 0x00 0x00 0x00 0x7F;
    // javacard/Header.cap
    0x80 0xB2 0x01 0x00 0x00 0x7F;
    0x80 0xB4 0x01 0x00 0x13 0x01 0x00 0x10 0xDE 0xCA 0xFF 0xED 0x01 0x02 0x04 0x00 0x01 0x06 0x11 0x22 0x33 0x44 0x55 0x66 0x7F;
    0x80 0xBC 0x01 0x00 0x00 0x7F;
    // javacard/Directory.cap
    0x80 0xB2 0x02 0x00 0x00 0x7F;
    0x80 0xB4 0x02 0x00 0x20 0x02 0x00 0x1F 0x00 0x10 0x00 0x1F 0x00 0x0A 0x00 0x0B 0x00 0x1E 0x00 0x0C 0x00 0x3D 0x00 0x0A 0x00 0x0B 0x00 0x00 0x00 0x4D 0x00 0x00 0x00 0x00 0x00 0x00 0x01 0x7F;
    0x80 0xB4 0x02 0x00 0x02 0x01 0x00 0x7F;
    0x80 0xBC 0x02 0x00 0x00 0x7F;
    // javacard/Import.cap
    0x80 0xB2 0x04 0x00 0x00 0x7F;
    0x80 0xB4 0x04 0x00 0x0E 0x04 0x00 0x0B 0x01 0x00 0x01 0x07 0xA0 0x00 0x00 0x00 0x62 0x01 0x01 0x7F;
    0x80 0xBC 0x04 0x00 0x00 0x7F;
    // javacard/Applet.cap
    0x80 0xB2 0x03 0x00 0x00 0x7F;
    0x80 0xB4 0x03 0x00 0x0D 0x03 0x00 0x0A 0x01 0x06 0x11 0x22 0x33 0x44 0x55 0x67 0x00 0x08 0x7F;
    0x80 0xBC 0x03 0x00 0x00 0x7F;
    // javacard/Class.cap
    0x80 0xB2 0x06 0x00 0x00 0x7F;
    0x80 0xB4 0x06 0x00 0x0F 0x06 0x00 0x0C 0x00 0x80 0x03 0x00 0xFF 0x00 0x07 0x01 0x00 0x00 0x00 0x1C 0x7F;
    0x80 0xBC 0x06 0x00 0x00 0x7F;
    // javacard/Method.cap
    0x80 0xB2 0x07 0x00 0x00 0x7F;
    0x80 0xB4 0x07 0x00 0x20 0x07 0x00 0x3D 0x00 0x01 0x10 0x18 0x8C 0x00 0x01 0x7A 0x05 0x30 0x8F 0x00 0x06 0x3D 0x8C 0x00 0x05 0x18 0x1D 0x04 0x41 0x18 0x1D 0x25 0x8B 0x00 0x02 0x7A 0x02 0x7F;
    0x80 0xB4 0x07 0x00 0x20 0x21 0x18 0x8B 0x00 0x03 0x60 0x03 0x7A 0x19 0x8B 0x00 0x04 0x2D 0x1A 0x04 0x25 0x73 0x00 0x09 0x00 0x00 0x00 0x00 0x00 0x0F 0x11 0x6D 0x00 0x8D 0x00 0x00 0x7A 0x7F;
    0x80 0xBC 0x07 0x00 0x00 0x7F;
    // javacard/StaticField.cap
    0x80 0xB2 0x08 0x00 0x00 0x7F;
    0x80 0xB4 0x08 0x00 0x0D 0x08 0x00 0x0A 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x7F;
    0x80 0xBC 0x08 0x00 0x00 0x7F;
    // javacard/ConstantPool.cap
    0x80 0xB2 0x05 0x00 0x00 0x7F;
    0x80 0xB4 0x05 0x00 0x20 0x05 0x00 0x1E 0x00 0x07 0x06 0x80 0x07 0x01 0x06 0x80 0x03 0x00 0x03 0x80 0x03 0x02 0x03 0x80 0x03 0x03 0x03 0x80 0x0A 0x01 0x06 0x00 0x00 0x01 0x01 0x00 0x00 0x7F;
    0x80 0xB4 0x05 0x00 0x01 0x00 0x7F;
    0x80 0xBC 0x05 0x00 0x00 0x7F;
    // javacard/RefLocation.cap
    0x80 0xB2 0x09 0x00 0x00 0x7F;
    0x80 0xB4 0x09 0x00 0x0E 0x09 0x00 0x0B 0x00 0x00 0x00 0x07 0x05 0x06 0x04 0x0A 0x07 0x07 0x13 0x7F;
    0x80 0xBC 0x09 0x00 0x00 0x7F;
    0x80 0xBA 0x00 0x00 0x00 0x7F;
    So, when download into card, what would we do?
    In my investigate, something must do in below:
    1) //select INSTALLER
    0x00 0xA4 0x04 0x00 0x08 0xA0 0x00 0x00 0x00 0x03 0x00 0x00 0x00 0x7F;
    2) //set key to open a secure channel
    set-key 255/1/DES-ECB/404142434445464748494a4b4c4d4e4f 255/2/DES-ECB/404142434445464748494a4b4c4d4e4f 255/3/DES-ECB/404142434445464748494a4b4c4d4e4f
    ==> real APDU of this command? plz suggest me!
    3) // init-update 255
    0x80 0x50 0x00 0x00 0x08 0x9A 0xE5 0x80 0x27 0x9D 0x71 0xE9 0x98 0x00
    // ext-auth plain
    0x84 0x82 0x00 0x00 0x10 0x81 0x49 0x27 0xBE 2E 54 AF 17 26 17 14 1C B0 77 E6 15
    4) // upload CAP file
    5) // install CAP file
    ** In step (2), that means data must be ecrypt before download, it's true?*
    So, when i check in SCRIPT file and CAP file, i saw that data didn't encrypt yet
    ==> what tool could I use to encrypt and these step were full?
    Edited by: hoaibaotre on Mar 2, 2011 9:23 AM

    safarmer wrote:
    As above, CAP files do not get encrypted. The LOAD and INSTALL commands are outlined in the GP card spec. You can also use GPShell to do this for you (including the INIT UPDATE and EXT AUTH steps).So, I understood we needn't ecrypt data. Thank so much. And some questions for you:
    When I use GPShell, my script likes that:
    enable_trace
    establish_context
    mode_201                    // add this line for JCOP 3.1
    enable_trace
    establish_context
    card_connect
    select -AID a000000003000000
    open_sc -security 1 -keyind 0 -keyver 0 -mac_key 404142434445464748494a4b4c4d4e4f -enc_key 404142434445464748494a4b4c4d4e4f // Open secure channel
    delete -AID D0D1D2D3D4D50101     // delete instance applet AID
    delete -AID D0D1D2D3D4D501          // delete instance package AID
    delete -AID D0D1D2D3D4D50101
    install -file path\to\helloworld.cap -sdAID a000000003000000 -priv 2          // create new instance
    card_disconnect
    release_context
    In open secure channel line:
    open_sc -security 1 -keyind 0 -keyver 0 -mac_key 404142434445464748494a4b4c4d4e4f -enc_key 404142434445464748494a4b4c4d4e4f // Open secure channel
    Format: open_sc -security  (channel number) -keyind (key index) -keyver (key set version) -mac_key (MAC key) -enc_key (Encrypt key)
    After that, I thought we must give a secure channel for transfer data.
    So, in my script file, need I add a command for that? If it's true, what APDU?
    Thanks,
    HoaND
    Edited by: hoaibaotre on Mar 2, 2011 11:01 AM

  • Browser downloads applet two times. Is this a bug?

    Hi,
    this is the sample applet code:
    package galinga;
    import javax.swing.JApplet;
    public class OyunParki extends JApplet {
        private static final long serialVersionUID = 3011198028121980L;
        public OyunParki() {
    }and this is the Console output.
    basic: Loading applet ...
    basic: Initializing applet ...
    basic: Starting applet ...
    basic: completed perf rollup
    network: Connecting http://localhost/galinga/op/dist/OyunParki.jar with proxy=DIRECT
    network: Connecting http://localhost/galinga/op/dist/OyunParki.jar with cookie "GalingaAuth=0c40f4b37772fe723ef3ce8aa6257265"
    network: Downloading resource: http://localhost/galinga/op/dist/OyunParki.jar
         Content-Length: 817
         Content-Encoding: null
    network: Wrote URL http://localhost/galinga/op/dist/OyunParki.jar to File /home/pismikrop/.java/deployment/cache/6.0/54/7ec36cf6-1e191632-temp
    network: No certificate info for unsigned JAR file: http://localhost/galinga/op/dist/OyunParki.jar
    network: Connecting http://localhost/galinga/op/dist/OyunParki.jar with proxy=DIRECT
    network: Connecting http://localhost/galinga/op/dist/OyunParki.jar with cookie "GalingaAuth=0c40f4b37772fe723ef3ce8aa6257265"
    network: Downloading resource: http://localhost/galinga/op/dist/OyunParki.jar
         Content-Length: 817
         Content-Encoding: null
    network: Wrote URL http://localhost/galinga/op/dist/OyunParki.jar to File /home/pismikrop/.java/deployment/cache/6.0/54/7ec36cf6-562ed099-temp
    network: No certificate info for unsigned JAR file: http://localhost/galinga/op/dist/OyunParki.jarand also this is the Apache access log:
    127.0.0.1 - - [29/Aug/2007:14:32:49 +0300] "GET /galinga/op/dist/OyunParki.jar HTTP/1.1" 200 817 "-" "Mozilla/4.0 (Linux 2.6.20-16-generic) Java/1.6.0"
    127.0.0.1 - - [29/Aug/2007:14:32:49 +0300] "GET /galinga/op/dist/OyunParki.jar HTTP/1.1" 200 817 "-" "Mozilla/4.0 (Linux 2.6.20-16-generic) Java/1.6.0"JRE version 1.6.0
    what should i do?

    Is that the actual applet code? Only, it looks like it's starting the applet and then downloading the Jar.
    Are you using Class.getResource() or similar to obtain resources (eg images)?

  • Downloadable applet on local PC

    I have http:// www.mywebsite.com/NewJApplet.html which run applet on the web. Is there any way so that users can run this applet from there own PC instead of loading my.jar everytime from my website?
    thnx

    Sure, launch it using web start*, and specify the
    offline-allowed element in the JNLP launch file.
    * e.g. http://www.physci.org/jws/#jtest

  • Display splash screen while downloading applet jar file

    I've tried to search the forums, but most results I get are how to display a splash screen while the classes are loading. Unfortunately, the classes do not begin loading until after the jar file has been downloaded. How does one go about showing as splash screen as the jar file containing the classes is downloaded?
    Thanks for the help!

    "Java 5 provides a capability in this area"- Unfortunately, due to circumstances out of our control we are stuck on java 1.4.x.
    "How you do that is your problem."- I'm so glad I can count on the helpful java community. Thanks.
    Since it appears that "warnerja" is discusted by my question (mabye had a bad day) and is leaving me out in the cold, does anyone have any ideas on how I can implement her/his suggestion. I can break my jar file into multiple seperate jars and as each one loads I can update a progress bar. Unfortunately, I do not know where to begin with this code wise nor do I know if this is the best solution to this problem. I would think this to be a common problem.
    Thanks for your help!

  • How to avoid the JRE dialogbox if downloading applet from secured site

    If that applet makes contact with that site again it ask the username and password, can this be avoided? I had allready logged in with the browser.

    i have the same problem , not solved yet ...

  • Unable to download images in a swing applet (1.3.1) behind proxy

    Hi
    One of my client have a proxy server and firewall and when they try to access my webserver
    then all the AWT applet are downloaded and rendered on client properly. However, the swing applet written
    using JDK 1.3.1 is downloaded and rendered but it doesn't display anything properly as images
    are not down loaded. I have used media tracker to add images to it like oMediaTracker.addImage( oImage, index );
    and then oMediaTracker.waitForAll();
    Java console display at client looks as follows:
    Java(TM) Plug-in: Version 1.3.1
    Using JRE version 1.3.1 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\toy
    Proxy Configuration: no proxy
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Applet Initialization start...
    Applet Image Initialization start...
    Trace level set to 5: basic, net, security, ext, liveconnect ... completed.
    Opening      http:MyServer/24/x.gif
    Connecting     http:MyServer/24/x.gif with no proxy
    Connecting
    http:MyServer/24/x.gif with cookie "ASPSESSIONIDGQGQQVWC=DLNBDAOABFANEPJFFIGOOIPG;
    JSESSIONID=25Ais2tF1eBkevUhAa2akocfShzNdzyL7yC1I7UhJl7Z6BLZrnQK!
    -1149265879"
    Opening      http:MyServer/40/y.gif
    Connecting      http:MyServer/40/y.gif with no proxy
    Connecting      http:MyServer/40/y.gif with cookie "ASPSESSIONIDGQGQQVWC=DLNBDAOABFANEPJFFIGOOIPG;
    JSESSIONID=25Ais2tF1eBkevUhAa2akocfShzNdzyL7yC1I7UhJl7Z6BLZrnQK!
    -1149265879"
    Opening     http://MyServer/sun/beans/infos/PanelBeanInfo.class
    Connecting     http://MyServer/sun/beans/infos/PanelBeanInfo.class with no proxy
    Connecting http://MyServer/sun/beans/infos/PanelBeanInfo.class with cookie "ASPSESSIONIDGQGQQVWC=DLNBDAOABFANEPJFFIGOOIPG;
    JSESSIONID=25Ais2tF1eBkevUhAa2akocfShzNdzyL7yC1I7UhJl7Z6BLZrnQK!
    -1149265879"
    Opening http://MyServer/java/awt/ContainerBeanInfo.class
    Connecting http://MyServer/java/awt/ContainerBeanInfo.class with no proxy
    Connecting http://MyServer/java/awt/ContainerBeanInfo.class
    Client machine tries to access these images but i never receive a call at web server end when i see
    IIS log.
    CLient environment:
    -Windows 2000/XP/NT
    -Internet explorer 6.0 SP1 or IE 5.5 SP2
    with connection->LAN Setting->Use Automatic configuration script(only checked)
    -Java Plugin configured like proxies->Use Browser Setting
    -JDK 1.3.1 plug in at client(downloaded and Installed automatically on demand)
    -Object tag used to download applet and plugin
    -Firewall and proxy(i don't know about vendor)
    My webserver environment
    Windows 2000/iis 5.0 with anonymous authentication and
    cache-control header set to no-store (so that proxy doesn't cache anything)
    QUESTIONS:
    ~~~~~~~~~
    Q.1. When i try from home network that has a proxy then everything works fine. At client site everything except
    image download works fine. I mean jars are downloaded and i can see anything drawn using JAVA API.
    When i try from home i see following java console trace
    Java(TM) Plug-in: Version 1.3.1
    Using JRE version 1.3.1 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\wuko
    Proxy Configuration: Automatic Proxy Configuration
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Trace level set to 5: basic, net, security, ext, liveconnect ... completed.
    Applet Initialization start...
    Applet Image Initialization start...
    Opening http://MyServer/24/connec.gif
    Connecting http://MyServer/24/connec.gif with proxy=197.168.1.100:808
    Connecting http://MyServer/24/connec.gif with cookie "ASPSESSIONIDQQGQQCYU=GBJFAOABCJFPDMGFHEKLDACA; JSESSIONID=26yu5m1b4upVuXoAoDmtMbWXQmetQpyzqjFANszo9vFubujT4qGX!-1149265879"
    Opening http://MyServer/24/cool.gif
    Connecting http://MyServer/24/cool.gif with proxy=197.168.1.100:808
    Connecting http://MyServer/24/cool.gif with cookie "ASPSESSIONIDQQGQQCYU=GBJFAOABCJFPDMGFHEKLDACA; JSESSIONID=26yu5m1b4upVuXoAoDmtMbWXQmetQpyzqjFANszo9vFubujT4qGX!-1149265879"
    etc
    I can't set the plugin at client to use automatic script just like IE browser uses. This option is not supported in JRE1.3.1. Looks to be supported in JRE1.4.1. My client doesn't want to set manual proxy ip and port in plugin as they don't want to reveal this info to everyone within the company for security reason.
    Q.2. Why some classes like PanelBeanInfo.class, JAppletBeanInfo.class are downloaded
    from my server while it doesn't exist at my webserver. Any thing stupid IE or plugin doing
    at client. Any Idea?
    Thanks in advance for any help.
    Ratan

    Thanks to Mike and other friends who already replied on this topic.
    Here is my research analysis:
    Answer to Question 1:
    ~~~~~~~~~~~~~~~~~~~~~
    The solution is to bundle all the images with JAR. Bundle with jar whichever needs it. However, it might require duplicacy.
    Image img = null;
    try
    img = Toolkit.getDefaultToolkit().getImage(getClass().getResource(fileName));
    catch (Exception e) { }
    In this case make sure that you have image at the same location where you access it. For example if you have to access an image in package class com.awt.ui.MyClass then your image should also be at location ..\com\awt\ui
    Note: It will require image duplicacy in your JAR but it solves the problem. It gives the advantage of fewer download from server.
    Answer to Question 2:
    ~~~~~~~~~~~~~~~~~~~~~
    IE treats applet as an active-X and try to look for these classes in your JAR. SUN has stopped its support in JDK1.3.1 and plus. What one can do is to create dummy classes with these names and bundle it with your JAR. You have to create these dummy classes if you enable Basic authentication on your web server then browser will try to look for these classes on the server and continue to prompt you for login and password. It might bother your customer un-necessarily to enter login and password too many times prompted by plug-in (plug in).
    --Ratan                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How do I clear all of the java applets that have been downloaded?

    I migrated firefox and other applications to my new mac so that I would not to reenter all of my passwords saved by firefox. However, it appears that the java applets were also transfered and one of these applets does not work with the new intel mac. I was able to get the same applet to work in safari, and I was able to delete the applet from safari as well, but was unable to do so in firefox.
    So, how do I clear all of the previously downloaded applets, or even better, just the one I want to? Clearing all of the recent history didn't work.
    Here is the site:
    http://www.mdbg.net/chindict/chindict.php
    == This happened ==
    A few times a week

    I did that already, and it cleared the applets for Safari, but not for Firefox.

  • "Internet Explorer 6.0 has encountered a problem and must close" when trying to download of Adobe Re

    I've used a long time the Adobe Reader 6.0, but lately it could not open in the browser many pdf files written with the new Acrobat applications. Then I tried to download Adobe Reader 8.1.3 from the Adobe site, understanding that Reader 9 still has some bugs, and I got really stuck...
    It seems that the root of the problem lies in an Active X add-on for IE (gp.ocx , published by Adobe Systems Incorporated).
    After releasing a lot of security limitations on the browser, I've finally got:
    "IE has encountered a problem with an add-on and needs to close".
    The following add-on was running when this problem occurred:
    File: gp.ocx
    Company Name: Adobe Systs. Inc.
    Description: Adobe DLM
    I have verified that this ActX add-on appears as Enabled in the list of IE add-ons, but I could not update it (may be it is old or rough enough to stop IE 6.0 in a XPpro sp 2 environment. An intent to disable it caused another Installation failure. A trial to update it resulted in an announcement that it is not clear where to update it, if any.
    Does anyone have any idea how to solve or at least skirt this problem?
    I shall more than appreciate it very much !!!
    Thanks in advance!

    Thanks for the reply.
    The problem occurs during installation.
    At the first stage, short download installs the GetPlus
    DLM (Download Manager). I can see it installed in
    Settings --> Control Panel --> Add or Remove Programs.
    Then it leaves a shortcut with the Adobe icon in my Desktop
    reading "Resume Adobe Downloads".
    When I press it (shortcut to "C:\Program Files\Internet Explorer\IEXPLORE.EXE" AND ALSO TO "C:\Documents and Settings\All Users\Application Data\NOS\nosget_start_manager_15235.html")
    the real download of the files should begin.
    It just opens the downloading applet and before downloading anything
    I am getting this "Internet Explorer has encountered a problem with the said add-on, and must close... Send notification/Do not send (you know)"

  • How to download the cap file to the smartcard with my own program

    good morning | afternoon | evening my friends,
    I can download applet with JCop now, but I have to do it with my program,can someone tell me how to do it,especially the steps.
    Allen,

    In case you are using JCOP tools plug-in in Eclipse, choose: Help -> Help Contents->JCOP tools user guide -> Reference -> Offcard API's. There you will find all the java API's necessary for wrtiting java program, that enables to upload, install applet, get info about the card and work with your proper applet installed.
    If you look through the older post, you'll also find several samples of off-card java terminal program code.
    P.S. Another choice would be java 6 smart card I/O.
    Some of us still trying to use OCF technologies. But i advice you not to use it, because this technology is dead.
    Best regards,
    Eve

Maybe you are looking for

  • Pls tell me how to upload from excel file to database.

    hello,experts, I want to upload data from excel local file to database table created by myself.when I use function CALL FUNCTION 'GUI_DOWNLOAD' the data in the internal table just become error code data that can not understand. who can help me out? t

  • Bad video thumbnails in iPhoto

    Hi gang, When I take video on my camera, I use Image Capture to get stuff off of my camera. If I have a video that's flipped 90 degrees, I use Quicktime (Movie Properities) to flip it upright. However, when import videos that I've flipped, the thumbn

  • Type size short cut not working in CS6

    Hello everyone. I've recently upgraded to CS6 and the up and down arrows in the type size box are greyed out and unclickable. Does anybody know why this is so? Many thanks!

  • Another installation?

    Hi iTunes was working fine up until today - I clicked on the icon this morning and the Windows installer came up and then another window appeared, headed 'Problem with Shortcut' - the warning message ran 'Another installation is already in progress.

  • HT1430 Can't remember my lock code for iPad

    I forgot my lock code to get in my iPad and what can I do to change it or reset it to factory settings and restart