javacard
how to complie a java card programwhen used the command javac -g -d -it doesnt produced any class fileolz help us
Why would you think this has to do with the java card java file ? Javac is the J2SE compiler that is used for all java files, not specific to Java Card files. Aside from that, Javac works flawlessly. maybe you just don't know where your class files are.