How to convert a package owning 2 applets (AID1 & AID2) for separate instal
843851Feb 12 2008 — edited Feb 13 2008Hello,
I'm currently developping a first applet using several packages. This applet is located in a package (com.toto.pckg.applet1) containing a 2nd applet (com.toto.pckg.applet2) that I'd like to instanciate and delete afterwards, and separately from the 1st one.
This means the strucure of my applet is the following:
com.toto.pckg
- applet1
- applet2
Both applets have an "install" and "uninstall" method for instanciation and deletion purpose, calling respective contructors.
when I compile the whole thing I don't face any problem, however when I want to convert the applet I wonder how to do so.
My questions are then:
- Is it possible to convert such an applet ?
If yes:
- do I have to call the convert twice with the 2 different AIDs ?
- or what are the parameters of the converter to indicate there are 2 applets (2 AIDs) in the package ?
- other solutions ?
Thanks for your help