Webstart JLNP and Java3D

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Andre Bonin

    #1

    Webstart JLNP and Java3D

    Hello,
    I have an application that uses Java3D and I would like it to make
    webstart-enabled.

    Which tags (or how do i go about) stating the dependancy of the Java3D
    api within my application's JLNP file?

    Thank you for your time.
  • Andre Bonin

    #2
    Re: Webstart JLNP and Java3D

    Andre Bonin wrote:[color=blue]
    > Hello,
    > I have an application that uses Java3D and I would like it to make
    > webstart-enabled.
    >
    > Which tags (or how do i go about) stating the dependancy of the Java3D
    > api within my application's JLNP file?
    >
    > Thank you for your time.[/color]

    I found a solution, just FYI.
    A project seems to have been put foward to do exactly what i wanted, you
    can view it here.


    All you have to do is add an external reference to
    https://j3d-webstart.dev.java.net/re....3-latest.jnlp and
    everything works.

    Webstart rules (too bad you can't control the classpath though :) )

    Comment

    Working...