CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2008
    Posts
    32

    Setting up Webstart server

    Don't know the first thing about web stuff. Unfortunately I need to test a modified jar file which is part of a program that relies on Webstart. The jnlp files are downloaded from clicking on a button on the website and it supposedly downloads all the relevant jar files and resources. The client sends the information back to the server (Ubuntu) which uses a cgi file to handle the request

    I'm running Windows Xp and Win7. Where would I look to easily set up a virtual environment so I could test the program on my computer without the hassle of setting up an additional physical server or actually running everything over the net?

    Thanks

  2. #2
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: Setting up Webstart server

    Where would I look to easily set up a virtual environment so I could test the program on my computer without the hassle of setting up an additional physical server or actually running everything over the net?
    I believe Netbeans has built in support for WebStart and Eclipse has a free plugin for WebStart. Both IDE's allow the local testing of WebStart applications.
    Posting code? Use code tags like this: [code]...Your code here...[/code]
    Click here for examples of Java Code

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured