Re: Implement a Java Card Virtual Machine
Posted By:
rashid_ahmad
Posted On:
Tuesday, April 9, 2002 01:08 PM
Hi,
well this looks like a very old post, any ways here it goes. this patricular project is not really very diffcult - i thought so too in the very beginnign and as i worked my way through things became much more clear and i managed to finish it. though i cannot go into the details of the implementation i would suggest that u look into teh specification of JCVM from the JVM point only then will things make any sense. so to begin with get to know the JVM very well and then go on to JCVM. hope it helps.
rashid
Re: Implement a Java Card Virtual Machine
Posted By:
Joseph_Smith
Posted On:
Monday, January 21, 2002 07:59 AM
If you are trying to do this on a card, DON'T ! It's a level of complexity you don't want to get into.
If you want to try to create a simulator, look at the code from the Java Card kit.