Re: [Openjnlp-devel] Question about OpenJNLP
Brought to you by:
kherr
From: Kevin H. <ke...@na...> - 2001-12-14 20:42:07
|
On Thursday, December 13, 2001, at 03:28 , Daniel Hoppe wrote: [...] > 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. [...] Thanks for the feedback, there is definately a bug with OpenJNLP, your <property> tags should parse fine. I've already identified the problem and will get a fix done ASAP. The <property> and <nativelib> tags are parsed but do not have any effect when launching. Arguments are handled correctly. Properties can be added simply, I'll see if I can get nativelibs working. Look for these things in a new release early next week. |