Open jeremyherbert opened 2 years ago
Ok, some further points:
applet/src/main/java/main/Run.java
it builds fineapplet/src/main/java/applet/HelloWorldApplet.java
which is used in the run
simulation, it instead builds applet/src/main/java/applet/MainApplet.java
? I'm not sure why it is set up to build two different applets - this was very confusing when I was trying to work out why the applet was not outputting the same as the test. I have confirmed that the output cap
file does execute correctly on a javacard (ACOSJ). In applet/build.gradle
it points to className 'applet.MainApplet'
Hi,
(I'm not very experienced with Java build systems, so perhaps I am doing something obvious wrong)
I have tried to clone this repo and then build the image, but unfortunately it fails on ubuntu 22.04 with
openjdk-11-jdk
installed.Could you please help me understand what I am doing wrong here?
I have included the full log below:
java --version
:Edit: It seems that the test runs ok:
I'm guessing the problem I am seeing is that the applet build is trying to include the simulator run file in the applet - but I have no idea how to change this ;)