module path jars not included on runtime by default [message #1863627] |
Fri, 16 February 2024 22:48 |
Tapio Palomäki Messages: 20 Registered: November 2023 |
Junior Member |
|
|
it should be by default that everything in the build module path section also loads fully during the run button press. currently you have to twice configure the same library to run from the runtime settings (why these are even separate at all) by setting dependencies -> the "add modules" setting from "---" to "MODULE PATH".
Also run time settings dont update with project file structure changes and fail to run -> manual editing of the run configuration.
ps. someone broke variable high-lighting for large .java files during some last update.
ps. when making a javafx runnable jar with packaged jar libraries, the jar will not run in oracle jdk 21 (in java-17 compatibility mode).
[Updated on: Fri, 16 February 2024 23:15] Report message to a moderator
|
|
|
|
Re: module path jars not included on runtime by default [message #1863632 is a reply to message #1863629] |
Sat, 17 February 2024 11:34 |
Tapio Palomäki Messages: 20 Registered: November 2023 |
Junior Member |
|
|
I dont want to use maven, only IDE. I'm not using any build tool other than IDE. I upgraded to java-21, why did not eclipse find it out automatically even if it was installed on the system.
eclipse does not package native dlls into the runnable jar by default, even if they are specified as native directory in the user library.
ps. run configurations do not match what they are configured for, I had to delete every configuration and make a new one to make things work again.
[Updated on: Sat, 17 February 2024 11:38] Report message to a moderator
|
|
|
|
Re: module path jars not included on runtime by default [message #1863810 is a reply to message #1863633] |
Wed, 28 February 2024 05:27 |
Tapio Palomäki Messages: 20 Registered: November 2023 |
Junior Member |
|
|
yeah the jdk should have been there by default and I added it already before coming here. no assistance needed there. just wondering why its not automatic. I think the helping proposal computer is broken.
I just wanted to point out what would be the better ui solution. not asking for help how to do it. thats simple. making ui have automated essential and otherwise nice seems to be hard for most. minimum tutorials and help from forums please thanks. the better the ui and otherwise the less questions have to be asked or road blocks to be dodged while using a program.
this is just basic ui design principles to make all things better. no "learn to use" excuses please thanks.
another issue is with org.eclipse.mylyn.ava.ui.javaAllCompletionProposalComputer and org.eclipse.jdt.ui.TemplateProposalComputer that throw runtime exception when trying adding period after dim in the following:
javafx.scene.shape.Cylinder linecylinder = new javafx.scene.shape.Cylinder(vlinecyl.dim., double height, int divisions);
in the statement the vlinecyl variable is of same named but different package class than then javafx Cylinder class. just reporting the error.
edit: ps, what is the use of IDE if you still have to do things manually by hand. beats me. I then just confess I do things by hand and not use an IDE at all.
[Updated on: Wed, 28 February 2024 07:51] Report message to a moderator
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03768 seconds