GUI Management Console on Raspbian Buster

Started by tkrumov, March 04, 2020, 03:26:45 PM

Previous topic - Next topic

tkrumov

Hello Team,

On RaspiPi 2 Model B I have install Raspbian Buster with desktop and recommended software.


root@raspberrypi:/home/efellows# cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"



root@raspberrypi:/usr/lib/eclipse# java -version
openjdk version "11.0.6" 2020-01-14
OpenJDK Runtime Environment (build 11.0.6+10-post-Raspbian-1deb10u1)
OpenJDK Server VM (build 11.0.6+10-post-Raspbian-1deb10u1, mixed mode)


I`m following instruction from topic "Successfull Raspberry Pi installation of GUI Managment Console without Wine/QEmu", but for some reason GUI Management Console was not running.
I have installed:
- nxagent version 3.1.274
- eclipse version 3.8.1-11
- nxmc-3.1.260-win32-x64 and from him I copied the following files into /usr/lib/eclipse:
* folders configuration
* folders plugins
* folders p2

When I executed eclipse an error appeared:


efellows@raspberrypi:/usr/lib/eclipse $ eclipse
OpenJDK Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.eclipse.osgi.storage.FrameworkExtensionInstaller (file:/usr/lib/eclipse/plugins/org.eclipse.osgi_3.13.300.v20190218-1622.jar) to method java.net.URLClassLoader.addURL(java.net.URL)
WARNING: Please consider reporting this to the maintainers of org.eclipse.osgi.storage.FrameworkExtensionInstaller
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release


An error has occurred. See the log file
/home/efellows/.eclipse/org.eclipse.platform_3.8_155965261/configuration/1583323993281.log.

I have attached the log file.

Any idea what is missing?

Thanks in advice


Victor Kirhenshtein

Hi,

management console now based on Eclipse 4.11 (2019-03), so you have to use this Eclipse version.

Best regards,
Victor