Download List

專案描述

WebRun is a single Java class file that implements a remote class loader and application launcher that can be used to distribute Java applications to clients. This drastically reduces the need to continually update each client as only this class file plus the Java environment is needed on the client. WebRun load JAR and CLASS files from URLs plus it supports basic authentication with HTTP URLs.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-08-19 05:22
2.6

Very minor changes and some source code cleanups.
標籤: Minor bugfixes

2001-01-30 15:14
2.3

A change from an Apache-like license to the GNU GPL version 2, and some documentation cleanups.

2001-01-30 15:14
2.0

Support for reading the WebRun command line options from a file loaded from a URL, options are now loaded from an HTML META tag so they can be added to standard Web pages (making setup easier), cleaned-up authentication code, and the ability remember multiple authentication tokens for cases in which different class directories/urls have different authentication needs.

2001-01-30 15:14
1.6

Improved the automatic requester for authentication information, now provides multiple attempts at correctly entering the user name and password, the automatic requester shows the "relm" that the web server is asking for authentication for if the web server provides that information.

2001-01-30 15:14
1.5

Updated WebRun such that it will automatically prompt for a user name and password if needed to access "basic authorization" server based authentication, added a new option to prevent any autorization requests, moved some options into a "hidden" usage display to help reduce possible support issues with users smart enough to use the option but not smart enough to fix it after the fact.

Project Resources