Java Runtime Fatal Error when debugging app - java

So I have been trying to run my Java application in IntelliJ for a while now. Every time I do, I receive
I thought maybe it was my app at first but I've tried a few Java apps that I found on Github and I receive the same error. I have updated both my Java and JDK to the latest versions but to no avail.
I'm still somewhat new to Java, so looking at this log file has confused me. The log file can be found here: https://cdn.mrboolean.com/hs_err_pid22108.log

Related

java answer exec-maven-plugin:1.2.1 in Netbeans

I'm running a program in Java JDK 8.2 using Netbeans but there is an error that says the maven link failed to be download or something, when I searched for the problem they said I should change all URLs from HTTP to HTTPS but I don't know where exactly I should change it.
so my question is where should I change the UMLs or what files should I download?
here are pictures of the article explaining what to do and the error occurring in Netbeans:
the atricle
The error

Eclipse not working on Mac, Java application is missing somehow

so here is the thing, I accidentally deleted Xcode completely and honestly, I don't know if this has to do anything with my problem.
Today I tried to launch Eclipse but then I got an alert saying "failed to create the java virtual machine". I checked my applications and I found out that Java application is missing.
I did install Java again and launched Eclipse, this time eclipse worked but right away two problems occurred (see the attached photos)enter image description hereenter image description here.
Can someone PLEASE tell me what is going on and how to fix such a thing?
Read the Eclipse bug report and upgrade to the latest version of Eclipse.

Unable to access modules in netbeans; says I need to download JDK

I have been doing a java course from https://java-programming.mooc.fi/ using net beans and the application called tmcbeans it made me download. However, a couple days ago I updated my MAC software to Mac OS Big Sur and I have been getting an error that says
"The JDK is missing and is required to run some NetBeans modules Please use the --jdkhome command line option to specify a JDK installation or see http://wiki.netbeans.org/FaqRunningOnJre for more information"
I tried going to the website listed but I was unable to find a link to download the full JDK and I tried downloading through https://netbeans.apache.org/ but I am still recieving the same errror.
Any feedback is helpful, I am very new to coding and would like to get back to it as soon as I can.
Thank you!
Below is an image of the error I recieve

Using JavaFX13 with Java 13/8 and have JNI error?

Error: A JNI error has occurred, please check your installation and try again.
Eclipse states: test has been compiled by a more recent version of the Java Runtime (class file version 56.0), this version of the Java Runtime only recognizes class file versions up to 52.0.
I had the problem referenced at this question: "Could not find or load main class" while trying to use JavaFX in Eclipse When using JDK13 and JavaFX13. All solutions pointed to downgrading to Java 8.
I installed Java 8, updated the build path, and it built fine. But now I get the error I am using Eclipse 2019-06 (4.12.0), JavaFX13, and JDK 1.8.0_231.
I researched the answer but the two questions that come didn't help. One was for an IntellJ solution and the other had a package I am unfamiliar with, and the error had to do with that package.
I simply don't know how to correct the build path or dependencies to fix this issue. It appears I need a lower version of the JVM, but cannot seem to locate it. Am I right, or can you please help?
Well, I have dropped back to JDK 8 and the built in JavaFX. Despite my best efforts, I cannot get JDK13 and JavaFX 13 to work without receiving the error "Could not find or load main class" (see link in post). Since there is no solution to that problem yet that works for me, I can bypass my error on this request all together and just use much older packages.

I just installed eclipse, why won't eclipse run any of my code?

I cannot get eclipse to run any code whatsoever. I have just begun using eclipse and think I may not have installed the jre/jdk properly because I have tried running different code and always get the same error. This is the error message I got as soon as I opened the workbench and tried to run something the first time:
Error occurred during initialization of boot layer
java.lang.module.FindException: Module tutorial1 not found
Everything appears to be there in my file system, but then again I have never done a successful build so I'm not entirely sure how it should look. I'm just getting started learning java development and this is rather discouraging. Why won't eclipse run any code? Are there other steps I should have taken before installing eclipse?
I have tried running different code and always get the same boot layer message. I have also tried installing multiple versions of the jre, jdk, and eclipse and it still doesn't work.

Categories

Resources