[Gambas-user] JAVA not Javascript integration

KKing kicking177 at gmail.com
Fri Dec 22 00:33:14 CET 2023


> I don't know how one would even
> use it from the command line.
you can invoke a java program (or class) by simply invoking from command 
line e.g.
     java HelloWorld.java
where HelloWorld.java contains your main module.

So I could just do that with potentially lots of sleeps and waits ...
But I was recently spoilt by having to use the iText lib under C# and 
less clunky, and far easier (for me) to code than Java.
  - - -


More information about the User mailing list