https://www.jianshu.com/p/446506134564
cat /etc/apt/sources.list deb http://cz.archive.ubuntu.com/ubuntu bionic main universe apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32 apt-get install libwebkitgtk-1.0-0 [root@kettle-vm:~ ]$ java -version openjdk version "1.8.0_362" OpenJDK Runtime Environment (build 1.8.0_362-8u362-ga-0ubuntu1~22.04-b09) OpenJDK 64-Bit Server VM (build 25.362-b09, mixed mode) [root@kettle-vm:~ ]$ [root@kettle-vm:~ ]$ [root@kettle-vm:~ ]$ cat /etc/java-8-openjdk/accessibility.properties # # The following line specifies the assistive technology classes # that should be loaded into the Java VM when the AWT is initailized. # Specify multiple classes by separating them with commas. # Note: the line below cannot end the file (there must be at # a minimum a blank line following it). # assistive_technologies=org.GNOME.Accessibility.AtkWrapper [root@kettle-vm:~ ]$ [root@kettle-vm:~ ]$ [root@kettle-vm:~ ]$ sed -i -e '/^assistive_technologies=/s/^/#/' /etc/java-*-openjdk/accessibility.properties [root@kettle-vm:~ ]$ [root@kettle-vm:~ ]$ cat /etc/java-8-openjdk/accessibility.properties # # The following line specifies the assistive technology classes # that should be loaded into the Java VM when the AWT is initailized. # Specify multiple classes by separating them with commas. # Note: the line below cannot end the file (there must be at # a minimum a blank line following it). # #assistive_technologies=org.GNOME.Accessibility.AtkWrapper [root@kettle-vm:~ ]$
标签:kettle,vm,etc,assistive,Ubuntu22,line,root From: https://www.cnblogs.com/apolloextra/p/kettle.html