OZ1SEJ
Educator
- Joined
- Jun 20, 2016
- Messages
- 13
- Reaction score
- 1
I have Ubuntu 18.04. The guide on https://wiki.openrocket.info/Downloading_&_Installing says to install using
which I did. This seems to have gone okay, except for
and
and
The guide now says "To start OpenRocket, simply select it from the Applications menu." Which I can't, since it's not in my applications menu.
Now, since this didn't work, I just downloaded the jar file. But when I run
I get this:
I tried to file a bug report, but the bug reporting tool returns 404. Running it with sudo gives the same result.
Please help if you can.
Code:
$ sudo apt install openrocket
Code:
head: can't open '/etc/ssl/certs/java/cacerts' for reading: No such file or directory
Code:
downloading navbar_download_button
https://github.com/openrocket/openrocket/releases/download/release-15.03/OpenRocket-15.03.jar...
--2019-01-31 12:21:26-- https://navbar_download_button/
Resolving navbar_download_button (navbar_download_button)... failed: Name or service unknown.
wget: can't resolve host address 'navbar_download_button'
Code:
ERROR: wget failed to download
The guide now says "To start OpenRocket, simply select it from the Applications menu." Which I can't, since it's not in my applications menu.
Now, since this didn't work, I just downloaded the jar file. But when I run
Code:
$ java -jar OpenRocket-15.03.jar
Code:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$2 (file:/home/steen/Programmer/OpenRocket-15.03.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$2
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
I tried to file a bug report, but the bug reporting tool returns 404. Running it with sudo gives the same result.
Please help if you can.