Eclipse error installed on Deepin linux

Asked

Viewed 108 times

1

My eclipse is showing an error on the console screen, despite running blz the program. I am using Deepin linux 15.5 and Eclipse Oxygen.3a Release (4.7.3a).

The mistake:

print da tela do eclipse com um simples Hello World

2 answers

0

It is a Warning that takes place in Deepin after the installation of java, I decided to put in the file /home/user/.profile the following commands.

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

Reload . profile with command source .profile

0

This is not a mistake.

As the red text in the console suggests, it is a "warning" that you have found a java option, which in this case seems to be using a specific font configuration.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.