matheus ribeiro wrote: > Hi all, > > Im trying to use GPShell to load muscleTool applet into an Orga Open > Plataform Pk 32k V2.0 card, but I dont understand what the .bin file is, > and found no documentation about it.
The bin file is an invented file extension by somebody. Usually the extension of the file is ijc, meaning Interoperable Java Card or somethiong like this. This are the contents of the CAP extracted and concatenated in a special order. By the way, if you want to use GPShell in Unix take the latest version. Only the Unix version had a bug. Check out both GPShell and GlobalPlatform from CVS and compile. Windows version are not affected. > How is it generated? I tried > loading the cap file with no success. The delete and list operations > were ok. The CAP file will not work. A CAP file is a zipped file containing the converted classes, something like a Java JAR file. The file is to big to be loaded on card and must be extracted on card. this is too much work for the card, so the above format is taken. Take a look at http://web.inf.tu-dresden.de/~ko189283/MuscleCard/ and download MCardApplet.zip. There are Ant build script in the MCardApplet dir, which you can use. And you can discover how the IJC file is produced. The README is important, as always. Karsten > > Thanks, > Matheus > > > ------------------------------------------------------------------------ > > _______________________________________________ > Muscle mailing list > [email protected] > http://lists.drizzle.com/mailman/listinfo/muscle _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
