Kindles have a Java Virtual Machine located at /usr/java/bin/cvm, so i'm doing some investigations ;):
I'm able to run a java (non kindlet) textual app with the command:
or
but, if i try to run a (non kindlet) swing app i get this error:
if include in the classpath the /usr/java/lib/agui.jar (which contains the java/awt/Component), i get:
if i try to launch a kindlet:
(yes, i know that i can also use the command:
but i'd like a more "direct" way: launching kindlets via lipc hides for example all System.out.println messages)
if i include the java/awt/Component:
there is any way to launch a swing app or a kindlet via cvm? :chinscratch:
I'm able to run a java (non kindlet) textual app with the command:
Code:
/usr/java/bin/cvm -jar FileName.jar
Code:
/usr/java/bin/cvm -cp FileName.jar ClassName
Spoiler:
if include in the classpath the /usr/java/lib/agui.jar (which contains the java/awt/Component), i get:
Spoiler:
if i try to launch a kindlet:
Spoiler:
(yes, i know that i can also use the command:
Code:
lipc-set-prop com.lab126.appmgrd start file:///mnt/us/documents/Test.azw2
if i include the java/awt/Component:
Spoiler:
there is any way to launch a swing app or a kindlet via cvm? :chinscratch: