View Single Post
Old 03-16-2026, 09:19 AM   #1
hbvit
Member
hbvit began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Mar 2026
Device: Kindle PW1
Using Java language in development process for kindle

I registered today on forum. Good day.

I used kterm and vi (from busybox) for development.
I am coding on Java language almost 13 years.

I got Java Development Kit (JDK) and Java Runtime Environment (JRE) from arhive debian repository.

Then I write console "Hello World" application which print greeting in console, compile and run in kterm successfully.

But when I use awt or swing libraries to get GUI application, compile and run they (awt Frame and swing Jframe) their windows don't apeear.

I might check they are running with using command `ps aux | grep java' or `wmctrl -x -l` (I got wmctrl binary from correcponding package from debian archive repository).

Are there somebody, who might help me?

If you need I might prepare kual extension to distribute and testing.
hbvit is offline   Reply With Quote