licel / jcardsim

https://jcardsim.org
222 stars 123 forks source link

Support of JCSystem.makeGlobalArray() call #178

Closed gahcep closed 2 years ago

gahcep commented 2 years ago

Hi, all.

I'm using jcardsim-3.0.4-SNAPSHOT.jar version for running tests via Maven.

My code has two applets that work on a real hardware (Infineon), but don't work in the simulator.

My investigation ended up pretty soon - I found out that the problem was in the JCSystem.makeGlobalArray(...,....) API call. Return value is always null.

Can someone shed some light on whether jcardsim supports working with GlobalArray?

P.S. Checking the SimulatorSystem page shows no mention of the makeGlobalArray API call.

Thanks!

licel commented 2 years ago

180