Chartnexus.jnlp

They don’t update it anymore, I need to run this file only.

It is running properly on one Manjaro installation (as I reported above)

On my second Manjaro installation (on a different machine of identical brand, configuration) , it is the same Manjaro version , but the jnlp is not working.

Icedtea webstart issue? Some extra parser required for this jnlp? It’s an old jnlp that was written in 2014-2016

Contents of the JNLP FILE:

```<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.5+"
	codebase="http://www.chartnexus.com/products/"
	href="chartnexus.jnlp">

<information>
	<title>ChartNexus</title>
	<homepage href="http://www.chartnexus.com/" />
	<vendor>ChartNexus Pte. Ltd.</vendor>
	
	<description>ChartNexus comes complete with a comprehensive list of popular indicators and offers 3 years of market data for free! Chart your success with ChartNexus today!</description>
	<description kind="short">Your Personal Charting Software</description>
	<description kind="tooltip">ChartNexus Charting Software</description>
	
	<icon href="cnx64.png"/> 
	
	<offline-allowed/>
	 <shortcut>
        <desktop/>
        <menu submenu="ChartNexus"/>
    </shortcut>
</information>

<security>
	<all-permissions/>
</security> 

<update check="background" policy="prompt-run"/> 

<resources>
	<j2se version="1.5+" initial-heap-size="128M" max-heap-size="1024M" java-vm-args="-Dsun.java2d.d3d=false -Dsun.java2d.noddraw=true" />
	<jar href="http://www.chartnexus.com/products/jars/cnx_launcher_20140530_signed.jar" />
</resources>

<application-desc main-class="LauncherFrame">
</application-desc>

</jnlp>