Menu

#18 Java Web Start packaging

open
Other (46)
6
2003-07-24
2002-02-14
No

Wouldn't it be cool if you could click a link in your
browser and up pops DrJava? I thought so.

Discussion

  • Brian Stoler

    Brian Stoler - 2002-03-05
    • milestone: --> Small (< 1 pair-week)
     
  • Brian Stoler

    Brian Stoler - 2002-03-05

    Logged In: YES
    user_id=343403

    I think this is a pretty small project.

     
  • Peter Centgraf

    Peter Centgraf - 2003-07-19

    Logged In: YES
    user_id=431096

    One of our users has specifically requested this feature, so I'm
    bumping up the priority and assigning it to myself. We are
    pretty flexible with checking for platform issues at runtime, so
    I think our deployment descriptor should be pretty simple.

     
  • Peter Centgraf

    Peter Centgraf - 2003-07-19
    • priority: 3 --> 7
    • assigned_to: nobody --> centgraf
     
  • Charles Reis

    Charles Reis - 2003-07-24
    • priority: 7 --> 6
     
  • Charles Reis

    Charles Reis - 2003-07-24

    Logged In: YES
    user_id=429731

    James and I looked at this a bit, and there seems to be one
    big problem-- once our jar is downloaded and started through
    Web Start, the System classpath does not include the jar
    itself. (It only includes the Web Start jar...) This
    prevents us from starting up a new process with our own jar
    on the classpath, so we can't start the InterpreterJVM.

    If we could figure out the filename of our jar (which is
    cached to a temporary directory), then we could probably get
    this to work. No idea how to do that, though. Perhaps we
    can submit something to the Java forums....

    Charlie

     
  • Charles Reis

    Charles Reis - 2003-07-24
    • summary: Java Web Start pacaking --> Java Web Start packaging
     
  • Nobody/Anonymous

    Logged In: NO

    I was hoping they would make one of these too, because I
    don't have a server I control with webstart on it.