[Openjnlp-devel] Question about OpenJNLP
Brought to you by:
kherr
From: Daniel H. <ho...@si...> - 2001-12-13 21:29:36
|
Hi JNLPlers, I've got a question regarding the status of OpenJNLP. I've got an application which uses WebStart so far and I just found the message announcing OpenJNLP on theserverside.com. I decided to give it a try, = sounds quite interesting. Right now I've got the problem that it tells me that there is a "problem Retrieving - unknown start tag property" when I try = to launch my application. Does it mean the <property> tags in my JNLP = file? I'm using quite a complex jnlp file (see below), with a bunch of jars, a nativelib, properties and arguments. Are these already supported? It = would be nice if someone could give me some kind of status on what is = supposed to work so far. Please copy me directly, I'm not subscribed to the list = yet. Cheers, Daniel <?xml version=3D"1.0" encoding=3D"utf-8"?> <jnlp spec=3D"1.0" codebase=3D"..." href=3D"fbs_cc_3_0.jnlp"> <information> <snipped marketing blabla /> </information> <security> <all-permissions/> </security> <resources> <j2se version=3D"1.3+" initial-heap-size=3D"99m" max-heap-size=3D"256m"/> <jar href=3D"fbs_cc_ice_wl61.jar" main=3D"true"/> <jar href=3D"saxon.jar" download=3D"eager"/> <jar href=3D"werken.opt.jar" download=3D"eager"/> <jar href=3D"log4j.jar" download=3D"eager"/> <jar href=3D"jbcl3.1.jar" download=3D"eager"/> <jar href=3D"jdom.jar" download=3D"eager"/> <jar href=3D"werken.xpath.jar" download=3D"eager"/> <jar href=3D"HIGLayout.jar" download=3D"eager"/> <jar href=3D"weblogic.jar" download=3D"eager"/> <jar href=3D"jakarta-regexp-1.1.jar" download=3D"eager"/> <nativelib href=3D"futuna_native.jar" download=3D"eager"/> <property name=3D"javax.xml.transform.TransformerFactory" value=3D"com.icl.saxon.TransformerFactoryImpl"/> <property name=3D"javax.xml.parsers.DocumentBuilderFactory" value=3D"weblogic.apache.xerces.jaxp.DocumentBuilderFactoryImpl"/> <property name=3D"javax.xml.parsers.SAXParserFactory" value=3D"weblogic.apache.xerces.jaxp.SAXParserFactoryImpl"/> <property name=3D"fbs.assystemname" value=3D"wl61"/> <property name=3D"fbs.strategy" value=3D"default"/> <property name=3D"fbs.deployment" value=3D"ice"/> </resources> <application-desc main-class=3D"de.sitewaerts.futuna.cc.application.Start"> <argument>--sid</argument> <argument>ice</argument> <argument>--url</argument> <argument>...</argument> </application-desc> </jnlp> <<<<<<<<<<<<<<<<<<<<<<<<<<< sitewaerts GmbH Hebelstra=DFe 15 D-76133 Karlsruhe Tel: +49 (721) 920 918 0 Fax: +49 (721) 920 918 29 http://www.sitewaerts.de >>>>>>>>>>>>>>>>>>>>>>>>>>> |