Skip to content

Tag: java

How to force control skin to be created so I can use getParent?

In the following minimal example when the parents of tabs and tabs2 are printing out, they are both null. From this question I’ve come to understand because while the two TabPanes have been added to the SplitPane, because the skin of the TabPanes hasn’t been created yet, getScene and getParent wil…

How to read .rpt files in Java and save it as pdf

I have a .rpt file. I want to read it programatically in java and save it in pdf file. I followed the solution multithread pdf conversion My source code provided below After running my code I am unable to read the .rpt file and my pdf file becomes empty. Please help me out. Answer Finally I get a solution usi…

JPackage Wrong Version (%JAVA_HOME% set to correct directory)

Please help. I’m having issues syncing up my JDK and jpackage versions for creating standalone java programs. The JDK version and the runtime version being included with jpackage are mismatched (JDK16 programs being paired with JDK15 runtimes). Typing java -version into the command line, it matches up w…