View Issue Details

IDProjectCategoryView StatusLast Update
0006030Kali LinuxKali Package Bugpublic2025-07-14 09:38
ReporterAryan Maury Assigned Torhertzog  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version2019.4 
Summary0006030: There is a bug in java package in All the kali 2019.4
Description

In this bug there is a ERROR in Java package

Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true

it occures when the java commond is used in the system any where

at the time of java compilation

Attached Files

Activities

lwczzhiwu

lwczzhiwu

2020-01-26 15:09

reporter   ~0011962

I found it defined in /etc/environment.d/95kali-themes.conf.bak

QT_QPA_PLATFORMTHEME=gtk2
_JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true"

you can silence that message by delete the second line or set an alias

_SILENT_JAVA_OPTIONS="$_JAVA_OPTIONS"
unset _JAVA_OPTIONS
alias java='java "$_SILENT_JAVA_OPTIONS"'

rhertzog

rhertzog

2020-01-27 13:56

administrator   ~0011965

AFAIK this is not an error message, it's just an informational message.

Issue History

Date Modified Username Field Change
2020-01-26 04:57 Aryan Maury New Issue
2020-01-26 04:57 Aryan Maury File Added: Screenshot from 2020-01-26 10-27-53.png
2020-01-26 15:09 lwczzhiwu Note Added: 0011962
2020-01-27 13:56 rhertzog Assigned To => rhertzog
2020-01-27 13:56 rhertzog Status new => closed
2020-01-27 13:56 rhertzog Resolution open => no change required
2020-01-27 13:56 rhertzog Note Added: 0011965
2025-07-14 09:36 g0tmi1k Priority high => normal
2025-07-14 09:38 g0tmi1k Severity crash => minor