Skip to main content
0 votes
1 answer
74 views

I have never used JavaFX before and I am trying to get it running in VS Code using the basic Maven project build tools and it creates the project just fine. I then go in and update all the version in ...
Mike Allen's user avatar
1 vote
2 answers
115 views

I wish to determine if absolute path to java executable is from a JDK or JRE. I tried the below command on bin/java under JDK as well as JRE /bin/java -XshowSettings:properties -version But the output ...
Ashar's user avatar
  • 3,195
0 votes
0 answers
103 views

I have a question. I have written a program that sends me an SMS as soon as something specific does not appear in a log. However, it is about this method: private static void sendWarningSMS() { ...
Sandro's user avatar
  • 1
1 vote
1 answer
11k views

I am using mac and inside mac using Android Stuidio, I have done all setup and now My project requires Java version 11 but currently I have Java version 17. I have checked Java version with this ...
Jaimin Modi's user avatar
1 vote
0 answers
104 views

I am trying to build a Cordova App to test on my Android device but get the following error: * Where: Build file 'C:\tm470\karate\platforms\android\app\build.gradle' line: 20 * What went wrong: A ...
David Herbert's user avatar
1 vote
1 answer
1k views

I am trying to create an android application utilizing the yolov5 model from TFlite. My custom detector will detect one class in real-time. As well as this app was built into my device, but after 2-3 ...
Md Mahadi Hasan Sany's user avatar
0 votes
0 answers
20 views

I am trying to use RNetlogo so that I can run a global sensitivity analysis on my model using the Sobol method but I am running into an error when I run the NLStart command (see below for code and ...
Kate's user avatar
  • 1
0 votes
1 answer
88 views

I was trying to execute simple java program to calculate result with expression as: v^2 - u^2 / 2as that is v*v - u*u / 2*a*s code is in java 11 int v=16; int u =5; int a = 7; int s = 9; int res1 = v*...
Anjaneekumar Singh's user avatar
0 votes
2 answers
947 views

i'm trying to run a project from Spring Initializr and I am getting the error java.lang.UnsupportedClassVersionError when I try to run the Main. The complete error is java.lang....
Ruliam's user avatar
  • 5
3 votes
1 answer
1k views

Related to this post, but I do not have enough reputation to post a comment there. The problem: SQL Workbench J fails to use Java on my machine. Steps I took: Installed SQLWorkbenchJ with brew ...
dlaz's user avatar
  • 53
0 votes
0 answers
50 views

I've made a game, have already exported it from eclipse to a .jar file, but none of my friends could open the file. "java virtual machine launcher: a java exeption has occured" appeared to ...
Hugo Henrique's user avatar
1 vote
2 answers
923 views

I get the error: (Exception in thread "main" java.lang.Error: Unresolved compilation problem: The method traceMethodCalls(boolean) is undefined for the type Runtime) when I run the code ...
Oluwaseun Adesina's user avatar
2 votes
0 answers
1k views

I would like to know how to use the command line to run the Java single-file-source code. I know that I cannot refer to outside classes per rules. But I saw an YouTube video. The author is able to use ...
CoolJetdi's user avatar
0 votes
1 answer
442 views

When I try to download CPLEX no-cost academic edition from the IBM website, the download does not automatically start and it states "If Download Director does not start install / re-install ...
user avatar
0 votes
1 answer
277 views

i am programming an app for desktop targeting only windows, i would like a way to install the JVM automatically but with an additional option, i want the JVM to be a part of the app which mean you ...
adamizzo's user avatar

15 30 50 per page