how to get the KMC key in JCOP 10

I am new learner in JCOP. When I set the key, it will appear invalid key. So how i get the key?There need calculate the key. Pls help me, pls teach me... Thanks
[174 byte] By [CooLWonga] at [2007-11-27 4:56:08]
# 1
What JCOP version do you have? Can you show the APDU trace?
lexdabeara at 2007-7-12 10:11:15 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 2

I usign Eclipse SDK Version: 3.2.2. I testing the JCOP 10 pre-perso. After i set key, there appear invalid authentication.

set-key 1/1/DES-ECB/40414243...4E4F

set-key 1/2/DES-ECB/40414243...4E4F

set-key 1/3/DES-ECB/40414243...4E4F

I think i set wrong key. So what key i need to use?

CooLWonga at 2007-7-12 10:11:15 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 3
The set-key command has nothing to do with populating the on-card keys. It is a command to initialize the off-card calculation. What you need is the PUT KEY command. JCShell has a help functionality.Reference: The GlobalPlatform 2.1.1 or 2.0.1' specification
lexdabeara at 2007-7-12 10:11:15 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 4
so i need use the PUT-KEY, what the PUT-KEY function?where can i view and download The GlobalPlatform 2.1.1 or 2.0.1' specification ?
CooLWonga at 2007-7-12 10:11:15 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 5
Yes, you need the PUT KEY command. The command is implemented in the JCShell. Read the JCOP Tools User Guide (Eclipse Help).You can download the GP specs at http://www.globalplatform.org/specificationview.asp?id=archived .
lexdabeara at 2007-7-12 10:11:15 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 6
ok... Thank u so much... so i can learn from the HELP... Thank u...
CooLWonga at 2007-7-12 10:11:15 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 7
> ok... Thank u so much... so i can learn from the> HELP... Thank u...Your question is answered. Can't help if you are not willing to get the required information from the user guide and GP spec. .
lexdabeara at 2007-7-12 10:11:15 > top of Java-index,Java Mobility Forums,Consumer and Commerce...