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

아주 사소한 변경과 일부의 소스 코드를 정리.
Tags: Minor bugfixes
Very minor changes and some source code cleanups.

2001-01-30 15:14
2.3

아파치에서 변경은 GNU GPL 버전 2 라이센스처럼, 일부 문서를 정리.
A change from an Apache-like license to the GNU GPL version 2, and some documentation cleanups.

2001-01-30 15:14
2.0

그래서 그들은 표준 웹 페이지 (설정을 쉽게) 만들기, 청소에 추가될 수있는 인증 코드를, 그리고 파일의 URL에서 로드된에서 WebRun 명령줄 옵션을 읽기위한 지원 옵션을 이제는 HTML 메타 태그에서 읽어들이는 능력을 기억하고 어떤 다른 클래스 디렉토리 / URL에 다른 인증이 필요한 경우도 여러 인증 토큰.
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

인증 정보를 자동으로 requester 개선, 이제 정확하게 사용자 이름과 비밀 번호를 입력하면 여러 시도를 제공하는 경우 웹 서버에 정보를 제공, 자동 requester "relm"는 웹 서버에 대한 인증 요청을 보여줍니다.
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

만약 "기반 인증"서버에 기본 인증에 액세스하는 데 필요한 업데이 트와 같은 WebRun 그것을 자동으로 사용자 이름과 암호, 새 옵션은 모든 autorization 요청을 막기 위해 추가 프롬프트 것이다 "숨겨진"사용 가능한 디스플레이로 줄일 수있는 몇 가지 옵션으로 이동 사용자가 충분히 영리를 지원하는 문제를 충분히 영리하지만 사실은 후에 수정하지 옵션을 사용할 수있습니다.
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