GUI development tools for Jetson Xavier AGX

Please provide the following info (check/uncheck the boxes after creating this topic):
Software Version
DRIVE OS Linux 5.2.6
DRIVE OS Linux 5.2.6 and DriveWorks 4.0
DRIVE OS Linux 5.2.0
DRIVE OS Linux 5.2.0 and DriveWorks 3.5
NVIDIA DRIVE™ Software 10.0 (Linux)
NVIDIA DRIVE™ Software 9.0 (Linux)
other DRIVE OS version
other

Target Operating System
Linux
QNX
other

Hardware Platform
NVIDIA DRIVE™ AGX Xavier DevKit (E3550)
NVIDIA DRIVE™ AGX Pegasus DevKit (E3550)
other

SDK Manager Version
1.7.0.8846
other

Host Machine Version
native Ubuntu 18.04
other

Hi everyone,
My institute has purchased a Jetson Xavier AGX board from a retailer. Currently, we are developing a GUI application on it, and we are wondering that it can support a Java apps or not?

  • If yes, are there any Java installation guidelines for developing this GUI?
  • If not, are there any GUI tools that are appropriate? (Qt or something like that)

Thank you so much.

Moving to Jetson AGX Xavier forum.

1 Like

We don’t have any recommended GUI development tool.
Some users shared Qt before. Maybe you can search those posts first.

1 Like

If there is enough memory I wouldn’t expect Java to be any different than any other language, but you might need to install something. Just to explore, check this command out for listing software from the public repositories:
apt search java | less -i
(the “less” is a pager, the “-i” makes this case-insensitive, e.g., once less is open search for “java” via “/java”…the “/” says that what you type next is a regular expression search term)

Note: I’ve also seen a lot of people use QT. I would thing this would also have a smaller footprint than Java, but that’s just a guess.

1 Like

Thank you for your information, @linuxdev.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.