Click here to Skip to main content
15,888,527 members
Home / Discussions / Java
   

Java

 
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 
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 
I did a little more testing, and it seems that I need the JDK installed in order for it to load the DLL. That DLL only adds the minimize function to an undecorated stage, when clicked on taskbar.
The GUI shows for a split second because the DLL is loaded just after stage.show().
I'm loading and using it with:

System.load(System.getProperty("user.dir") + "\\Data\\Minimize_x" + windowsVersion + ".dll");
addMinimize(Window.getWindows().get(0).getNativeWindow()); //Native function

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 
AnswerRe: Java Heap Space: out of memory Pin
Member 1401730113-Oct-18 7:15
Member 1401730113-Oct-18 7:15 
Questionjava code for hadoop for builting data warehouse Pin
Shivendra chavan19-Aug-18 19:58
Shivendra chavan19-Aug-18 19:58 
AnswerRe: java code for hadoop for builting data warehouse Pin
Richard MacCutchan19-Aug-18 21:27
mveRichard MacCutchan19-Aug-18 21:27 
QuestionJava Pin
Member 1394945814-Aug-18 15:46
Member 1394945814-Aug-18 15:46 

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.