B4J Question jdk 1.8.0_451 (SOLVED)

BeneBarros

Active Member
Licensed User
Longtime User
After the automatic update of jdk 1.8.0_451 all my .jar applications stopped working. I compile again, and it runs in Release mode. but running the .jar file directly does not work.
 

kohle

Active Member
Licensed User
Longtime User
On the computer of my clients is only the runtime : was jre1.8.0_441 and now jre1.8.0_451, no jdk.
If I check from the command line, it says JavaFx is no longer part, ok.
My question is, how can I update the client computers without compiling and installing a new jar.
I downloaded the openfx and extracted it to the java folder, but it doesnt work.

I know I can reinstall 441 but what I have to do that 451 runs with m old jar files ?
 
Upvote 0

aminoacid

Active Member
Licensed User
Longtime User
On the computer of my clients is only the runtime : was jre1.8.0_441 and now jre1.8.0_451, no jdk.
If I check from the command line, it says JavaFx is no longer part, ok.
My question is, how can I update the client computers without compiling and installing a new jar.
I downloaded the openfx and extracted it to the java folder, but it doesnt work.

I know I can reinstall 441 but what I have to do that 451 runs with m old jar files ?

Did you try @teddybear 's suggestion in Post#13 ?
 
Upvote 0

kohle

Active Member
Licensed User
Longtime User
Hi,
you mean:
2.Or copy all relevant JavaFX files from the old jdk to the new jdk folder.

What specific "relevant" files I have to copy from location to what location? Thanks.
 
Upvote 0
Top