Java application opens fatal application error

Asked By 0 points N/A Posted on -
qa-featured

Hi,

Recently I have experienced lots of errors caused by Java Applications and it seems like I didn’t find the solutions. I updated the application, made a new and clean install, all my drivers are up to date and still. Does anyone have some free time to help me with this ?

Regards !

Fatal Application Error

This Application has Unexpectedly Quit

Invocation of this Java Application has caused an invocation TargetException. This application will now exist (LAX)

SHARE
Answered By points N/A #180264

Java application opens fatal application error

qa-featured

Hello,

Java is a nice programming language that generates great programs from the code into a JAR file which is being run by Java Runtime Environment (JRE) installed on the system. You have to always get the latest JRE installed on your system to have the program run perfectly.

Download Java Runtime Environment. I recommend to download the offline installer. Uninstall the older installation, install the latest one.

Now, try to run the application you’ve got trouble with. If you still face the problem, check the manufacturer’s website to get its latest update.

Related Questions