Skip to main content
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
1 answer
226 views

I am working on a Java project that utilizes OpenCV 4.1.2 for image processing. However, I'm encountering an error when using the Imgproc class. The specific error message I'm receiving is: java: ...
SAF12's user avatar
  • 7
0 votes
0 answers
96 views

I am using windows. When I type in the cmd cordova requirements I get the following message: Java JDK: not installed I have tried the following: -I have installed the JDK both version 8 and 16 -I ...
Itai Elidan's user avatar
0 votes
1 answer
216 views

I have a project, that includes jni.h and jvmti.h files here theese files are stored in jdk8 folder (already installed on my pc) here but the main problem - i dont know how can i correctly link jdk ...
nAsral3000's user avatar
0 votes
1 answer
564 views

I want to update a table view after that row has been updated in the database. Product Controller :- package Controllers; import CustomObjects.Product; import Models.ProductModel; import javafx....
Nipuna C's user avatar
0 votes
2 answers
1k views

I converted my first java swing app to exe using advanced installer and inno setup(Tried both no result). Considering Inno Setup : on double clicking nothing happens Considering : Advanced Installer -...
user13163886's user avatar
0 votes
0 answers
78 views

I just installed react-native today, i dont have any prior knowledge was following tutorial and when i tried to run the app it keeps showing the error. screenshot of the error message screenshot of ...
Ajnas_77's user avatar
0 votes
0 answers
107 views

I have installed the java-jdk(according to oracle instructions). And I have changed the environment path variable(path option)_ as well according to oracle. But still the command javac gives "not ...
SouravKumar's user avatar
0 votes
2 answers
2k views

public static void setupInitialContext() { try { System.out.println("Loading Initial Context"); NamingManager.setInitialContextFactoryBuilder(new InitialContextFactoryBuilder() { ...
faizan saifi's user avatar
4 votes
1 answer
6k views

- Background information: I have recently started learning the basics of Java programming language. To run my program at the command prompt, I downloaded the java development kit also known as JDK, ...
Agent 0's user avatar
  • 411
1 vote
0 answers
734 views

I have designed a JavaFX application I would like to make accessible from my web server. It is coded in Java, uses JavaFX, and I have attempted to make it accessible here: bencitrin.com. I tried ...
Benjamin Citrin's user avatar
1 vote
0 answers
82 views

I have a MacBook Pro and I am trying to update to the latest JDK (1.8) so that I can run Android Studio. I currently run 1.7 but need it updated to the latest, 1.8. I have all of my OSX software up to ...
tccpg288's user avatar
  • 3,382
-2 votes
2 answers
954 views

http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html This link contain java development toolkit. Question is: Difference between Java JDK 8u91 AND JDK 8u92 ? Which ...
ABHIJIT's user avatar
  • 689
0 votes
1 answer
332 views

I would like to get rid of Java Deployment Toolkit when running applets. Actually my customer doesn't want to click activate in applet before it start running. It happens if the JRE has installed the ...
Gee's user avatar
  • 102
4 votes
0 answers
1k views

Using the Deployment Toolkit, is it possible to launch a Java Web Start application through the function deployJava.launchWebStartApplication. I would like to pass one additional dynamic information ...
Ivan Leonardi's user avatar

15 30 50 per page