Page 1 of 1

Debug info to console

Posted: Mon Aug 07, 2023 3:50 am
by vicoandrej
Hello,

I'm developing applet in JCIDE. Sometimes I need to make output to debug window. How to achieve this? In Java we have:

Code: Select all

System.out.println("Hello, world.");
I see some debug information that I suppose come from libraries:
Image

Re: Debug info to console

Posted: Fri Oct 20, 2023 4:12 am
by jennyvenus
JCIDE is a java smart card development environment. The java supported is a subset of standard smart cards. To develop using this JCIDE, you must comply with the java card development requirements.