Joshua Marinacci wrote:
Does anyone know where the javax.jnlp.* package is on OSX? These
are the
Java WebStart extensions. In a Sun JDK they would be in a jnlp.jar
file,
but I can't find it on OSX. I know they are there because if I run
a JWS
app which uses these extensions it works, I just can't find the
jar so I
can compile against it.
It isn't an extension. It's embedded inside the JWS app itself.
The path is currently:
/Applications/Utilities/Java/Java Web Start.app/Contents/MacOS/
javaws.jar
Note the embedded spaces in the pathname.
If you're compiling against a JWS jar, it can be anywhere.
Personally, I
would compile against the JWS jar with the version I was
targeting. The
"javaws.jar" embedded in Java Web Start.app wouldn't necessarily be
the
same version, nor would it have to be.
-- GG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden