Setting up Environment for Java Card
How Can I setting up the environment for Java Card in Windows XP Platform And where i should write the Environment Variable And please also tell me how can I run sample program from Java Card Development Kid 2_1_2 . please send tutorial diagrammatically.
Please help me.
Thank you very much for your kind help.
[329 byte] By [
khaled200a] at [2007-11-27 5:34:16]

# 1
Hi,
For setting the environment variable and notes for how to program and sample programs are available in the Java card kit itself..
Setting Environment variable in Windows XP
Create Batch file named javacerd_env.bat and type the following in the file and save it.
set JC_HOME=C:\java_card_kit-2_2_2
set JAVA_HOME=c:\j2sdk1.5
set PATH=.;%JC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
Later open command window and run the batch file.
The above are if u install java j2sdk in c:\ and u extracted javacard in c:\java_card_kit-2_2_2..
Else u set the appropriate path where u installed Java and card kit..
Further reference read the manual available in the kit cJDK_Users_Guide