|
|
|
|
On Linux Mint, not so much [message #1826101 is a reply to message #1826099] |
Sun, 19 April 2020 15:21 |
Windy Player Messages: 17 Registered: April 2020 |
Junior Member |
|
|
Didn't work on Linux.
Installed the default java that comes with Linux Mint 19.3.
Here's what I got. Any idea what's wrong?
~/Downloads$ java '/home/darrell/Downloads/WBTutorial_05.jar'
Error: Could not find or load main class .home.darrell.Downloads.WBTutorial_05.jar
Caused by: java.lang.ClassNotFoundException: /home/darrell/Downloads/WBTutorial_05/jar
As a reminder, the same jar file ran just fine on Windows 10.
Thanks.
Oh. Maybe this helps Tree of the jar file when it's unpacked. Of course I'm trying to run it all packed up.
darrell@LM19VB:~/Downloads/WBTutorialJarFiles$ tree
.
├── com
│ ├── jgoodies
│ │ └── forms
│ │ ├── builder
│ │ │ ├── AbstractBuilder.class
│ │ │ ├── AbstractButtonPanelBuilder.class
│ │ │ ├── AbstractFormBuilder.class
│ │ │ ├── ButtonBarBuilder.class
│ │ │ ├── ButtonStackBuilder.class
│ │ │ ├── DefaultFormBuilder.class
│ │ │ ├── I15dPanelBuilder.class
│ │ │ ├── ListViewBuilder.class
│ │ │ └── PanelBuilder.class
│ │ ├── debug
│ │ │ ├── FormDebugPanel.class
│ │ │ └── FormDebugUtils.class
│ │ ├── factories
│ │ │ ├── Borders$1.class
│ │ │ ├── Borders.class
│ │ │ ├── Borders$EmptyBorder.class
│ │ │ ├── CC.class
│ │ │ ├── ComponentFactory.class
│ │ │ ├── DefaultComponentFactory$1.class
│ │ │ ├── DefaultComponentFactory.class
│ │ │ ├── DefaultComponentFactory$FormsLabel$AccessibleFormsLabel.class
│ │ │ ├── DefaultComponentFactory$FormsLabel.class
│ │ │ ├── DefaultComponentFactory$ReadOnlyLabel.class
│ │ │ ├── DefaultComponentFactory$TitledSeparatorLayout.class
│ │ │ ├── DefaultComponentFactory$TitleLabel.class
│ │ │ └── Forms.class
│ │ ├── FormsSetup.class
│ │ ├── internal
│ │ │ └── FocusTraversalUtilsAccessor.class
│ │ ├── layout
│ │ │ ├── BoundedSize.class
│ │ │ ├── CellConstraints$1.class
│ │ │ ├── CellConstraints$Alignment.class
│ │ │ ├── CellConstraints.class
│ │ │ ├── ColumnSpec.class
│ │ │ ├── ConstantSize$1.class
│ │ │ ├── ConstantSize.class
│ │ │ ├── ConstantSize$Unit.class
│ │ │ ├── FormLayout$1.class
│ │ │ ├── FormLayout$CachingMeasure.class
│ │ │ ├── FormLayout.class
│ │ │ ├── FormLayout$ComponentSizeCache.class
│ │ │ ├── FormLayout$LayoutInfo.class
│ │ │ ├── FormLayout$Measure.class
│ │ │ ├── FormLayout$MinimumHeightMeasure.class
│ │ │ ├── FormLayout$MinimumWidthMeasure.class
│ │ │ ├── FormLayout$PreferredHeightMeasure.class
│ │ │ ├── FormLayout$PreferredWidthMeasure.class
│ │ │ ├── FormSpec$1.class
│ │ │ ├── FormSpec.class
│ │ │ ├── FormSpec$DefaultAlignment.class
│ │ │ ├── FormSpecParser.class
│ │ │ ├── FormSpecParser$FormLayoutParseException.class
│ │ │ ├── FormSpecParser$Multiplier.class
│ │ │ ├── FormSpecs.class
│ │ │ ├── LayoutMap.class
│ │ │ ├── PrototypeSize.class
│ │ │ ├── RowSpec.class
│ │ │ ├── Size.class
│ │ │ ├── Sizes$1.class
│ │ │ ├── Sizes.class
│ │ │ └── Sizes$ComponentSize.class
│ │ └── util
│ │ ├── AbstractUnitConverter.class
│ │ ├── DefaultUnitConverter.class
│ │ ├── DefaultUnitConverter$DialogBaseUnits.class
│ │ ├── FormUtils.class
│ │ ├── LayoutStyle.class
│ │ ├── MacLayoutStyle.class
│ │ ├── UnitConverter.class
│ │ └── WindowsLayoutStyle.class
│ └── ww
│ ├── appcode
│ │ ├── package-info.class
│ │ ├── ShowRunnerEvents$1.class
│ │ └── ShowRunnerEvents.class
│ ├── resources
│ │ └── package-info.class
│ └── views
│ ├── FirstWbGui$1.class
│ ├── FirstWbGui.class
│ ├── HelpDialog$1.class
│ ├── HelpDialog.class
│ └── package-info.class
└── META-INF
├── ECLIPSE_.RSA
└── MANIFEST.MF
14 directories, 77 files
[Updated on: Sun, 19 April 2020 15:28] Report message to a moderator
|
|
|
|
|
Re: On Linux Mint, not so much [message #1826120 is a reply to message #1826103] |
Sun, 19 April 2020 21:01 |
Windy Player Messages: 17 Registered: April 2020 |
Junior Member |
|
|
The fun never stops.
After trying to install
jdk-14.0.1_linux-x64_bin.tar.gz on Linux Mint 19.3
It came up with a white box with <OK> and the license agreement.
There is no way to click or ENTER or anything to dismiss this. At least that I could find. So CTRL/C as a final resort. and FAIL big time.
The software dpg or something was hosed, the system would not reboot. Finally by trying to install other packages dpkg or apt get or something was helpful with a command to clear some cache or other, but it still won't work. I can now reboot, but software UPDATE is hosed and there is no way to reinstall [due to OK error] or remove the package that was partially installed.
So I have to get stuff out of this VM and then trash it. AND build a whole new VM to try again this time with
openjdk-14+36_linux-x64_bin.tar.gz
I guess. Maybe it won't have the same final ACCEPT THE BLOODY license screen with the "OK THAT SHALL NOT BE PRESSED".
But looks like the java jar problem is solved.
Oh, and yes, I saw AWT and SWT both mentioned in the panels and I'm pretty sure I mixed them, but not sure.
Anyway, my original error was picking the "Latest Stable Release" of java for my Windows 10 Eclipse Install, so now I'm stuck with Java 14 unless I downgrade that system to Java 11 and then rebuild. Hummmm ?? Does latest eclipse run on Java 11? Not sure. Anyway, I'll try the Open version above on Linux first and see if that installs.
[Updated on: Sun, 19 April 2020 21:05] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.08953 seconds