Click here to Skip to main content
15,867,453 members
Home / Discussions / Java
   

Java

 
QuestionHow to add a toolbar to JInternalFrame ? Pin
Withanam5-Sep-18 0:42
Withanam5-Sep-18 0:42 
AnswerRe: How to add a toolbar to JInternalFrame ? Pin
Richard MacCutchan5-Sep-18 0:50
mveRichard MacCutchan5-Sep-18 0:50 
QuestionJavaFX DatePicker update value to null [SOLVED] Pin
Valentinor3-Sep-18 1:11
Valentinor3-Sep-18 1:11 
AnswerRe: JavaFX DatePicker update value to null Pin
Valentinor29-Sep-18 6:53
Valentinor29-Sep-18 6:53 
QuestionJava cv Pin
Member 1391875527-Aug-18 17:53
Member 1391875527-Aug-18 17:53 
AnswerRe: Java cv Pin
Richard MacCutchan27-Aug-18 22:01
mveRichard MacCutchan27-Aug-18 22:01 
AnswerRe: Java cv Pin
GiteHrudaya25-Nov-18 22:15
GiteHrudaya25-Nov-18 22:15 
QuestionJavaFX program exit without Java JDK installed [SOLVED] Pin
Valentinor25-Aug-18 9:22
Valentinor25-Aug-18 9:22 
Hi,

On my workstation the program I made is running well, but here I have Java JDK installed.
When I was done and tried to run it on a different machine, the program starts, and for a split second the GUI shows then the whole program closes itself. After some testing, I found out that the problem somehow is Java JDK.
If I install Java JDK on the testing machine, the program runs fine, even if I uninstall Java JDK after that, the program still runs, which makes me think it might add additional jars in Java folder. If I uninstall Java, and reinstall only java, the program again won't work unless I install Java JDK too.
Did anyone encountered this problem too, or knows a fix for it? Am I right about JDK actually adding additional jars in Java folder, which remain there even after JDK is uninstalled?

Here is a list of libraries my program uses, I marked them at the end with [] because I'm using multiple classes from them and the list would have been way too long if I was to add all of them:

import com.sun.glass []
import java.awt []
import java.io []
import java.net []
import java.text []
import java.time []
import java.util []
import javafx []

Also, I'm using a DLL file, but from my testing that one isn't the problem, as I said, the JDK is somehow.
Hope I explained the problem well enough, if not, I'll happily answer any other questions.
OS: Windows 10 x64 Pro on both machines.
QuestionRe: JavaFX program exit without Java JDK installed Pin
Richard MacCutchan25-Aug-18 1:33
mveRichard MacCutchan25-Aug-18 1:33 
AnswerRe: JavaFX program exit without Java JDK installed Pin
Valentinor25-Aug-18 3:06
Valentinor25-Aug-18 3:06 
GeneralRe: JavaFX program exit without Java JDK installed Pin
Richard MacCutchan25-Aug-18 3:17
mveRichard MacCutchan25-Aug-18 3:17 
AnswerRe: JavaFX program exit without Java JDK installed Pin
Valentinor25-Aug-18 3:18
Valentinor25-Aug-18 3:18 
GeneralRe: JavaFX program exit without Java JDK installed Pin
Richard MacCutchan25-Aug-18 3:28
mveRichard MacCutchan25-Aug-18 3:28 
GeneralRe: JavaFX program exit without Java JDK installed Pin
Valentinor25-Aug-18 3:42
Valentinor25-Aug-18 3:42 
GeneralRe: JavaFX program exit without Java JDK installed Pin
Valentinor25-Aug-18 4:19
Valentinor25-Aug-18 4:19 
GeneralRe: JavaFX program exit without Java JDK installed Pin
Richard MacCutchan25-Aug-18 5:47
mveRichard MacCutchan25-Aug-18 5:47 
GeneralRe: JavaFX program exit without Java JDK installed Pin
Richard MacCutchan25-Aug-18 4:35
mveRichard MacCutchan25-Aug-18 4:35 
GeneralRe: JavaFX program exit without Java JDK installed Pin
Valentinor25-Aug-18 4:55
Valentinor25-Aug-18 4:55 
GeneralRe: JavaFX program exit without Java JDK installed Pin
Richard MacCutchan25-Aug-18 6:12
mveRichard MacCutchan25-Aug-18 6:12 
GeneralRe: JavaFX program exit without Java JDK installed Pin
Valentinor25-Aug-18 7:24
Valentinor25-Aug-18 7:24 
GeneralRe: JavaFX program exit without Java JDK installed Pin
Richard MacCutchan25-Aug-18 8:29
mveRichard MacCutchan25-Aug-18 8:29 
GeneralRe: JavaFX program exit without Java JDK installed Pin
Valentinor25-Aug-18 8:46
Valentinor25-Aug-18 8:46 
AnswerRe: JavaFX program exit without Java JDK installed Pin
jschell25-Aug-18 4:50
jschell25-Aug-18 4:50 
QuestionJava Heap Space: out of memory Pin
Member 1395683321-Aug-18 8:04
Member 1395683321-Aug-18 8:04 
AnswerRe: Java Heap Space: out of memory Pin
Richard MacCutchan21-Aug-18 21:23
mveRichard MacCutchan21-Aug-18 21:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.