I am not able launch JNLP applications using “Java Web Start”?

前端 未结 16 2003
我在风中等你
我在风中等你 2020-12-05 23:29

Up until recently, I was able to launch/open JNLP files in Firefox using Java web start.

Don\'t know what happened all of a sudden JNL

16条回答
  •  余生分开走
    2020-12-06 00:34

    I know this is an older question but this past week I started to get a similar problem, so I leave here some notes regarding the solution that fits me.

    This happened only in some Windows machines using even the last JRE to date (1.8.0_45).

    The Java Web Start started to load but nothing happened and none of the previous solution attempts worked.

    After some digging i've found this thread, which gives the same setup and a great explanation.

    https://community.oracle.com/thread/3676876

    So, in conclusion, it was a memory problem in x86 JRE and since our JNLP's max heap was defined as 1024MB, we changed to 780MB as suggested and it was fixed.

    However, if you need more than 780MB, can always try launching in a x64 JRE version.

提交回复
热议问题