RE: Batik 1.8 - Squiggle hangs when loading
"Jan Tosovsky" <[email protected]> Sat, 10 Dec 2016 12:40:03 +0100
| Newsgroups | gmane.text.xml.batik.user |
|---|---|
| Message-ID | <[email protected]> |
On 2016-12-09 Jan Tosovsky wrote: > On 2016-12-07 Jan Tosovsky wrote: > > > > while Squiggle 1.7 starts almost instantly, in 1.8 it hangs when > > progress bar in splash screen is about 60 %. The only way to stop > > the process is via Task Manager (Win10 64bit). > > > > it works when executed via console using: > > java -jar batik-squiggle-1.8.jar > > But when executed directly, it still hangs at 75% between > documentLoadingCompleted and gvtBuildCompleted. > The above difference led me to check registry what is actually executed when jar file is clicked. I found there is JRE 9 specified (I made some experiments recently). So basically I used different Java versions for direct executing and for executing from the console. In other words, Batik turned out not to be compatible with upcoming JDK 9. Jan