 |
(Java Sources Browser) |
- About
- Description
- Installation
- JSBrowser commands
- Questions and known problems
- Versions history
- Registration and licensing
Prerequisites
Server side
The Java(TM) 2 SDK, Standard Edition Version 1.3.0 is needed on the server.
You can download it at: http://java.sun.com/products, select Java 2 SDK, Standard Edition v1.3
Minimum Requirement:
- 64 Mo of RAM (128 recommended)
- 140 Mo of Disk (4 Mo after the installation, 35 Mo after a start since it decompress the src file of the jdk, 140 Mo after the javadoc generation if no external javadoc is used)
Client side
A HTTP browser supporting cookies is needed.
JSBrowser supports Internet Explorer 5.0 and 5.5, Netscape Communicator 4.61 and higher.
Installation on server side
- On Windows
- Execute the
"JSBrowserV2_2.exe"
- After the
"JSBrowserV2_2.exe"
installation, edit the file "InitJSBrowser.bat"
which has been installed in the directory you have selected during the installation procedure (default is "c:\Program Files\JSBrowser") and set the value of the JDK_HOME_INIT variable to the path where the Java(TM) 2 SDK, Standard Edition Version 1.3.0 is installed.
- Launch
"InitJSBrowser.bat"
- On Unix/Linux
- Log as root user
- Execute
"gunzip JSBrowserV2_2.tar.gz"
- Execute
"tar -xvf JSBrowserV2_2.tar"
- Execute
"cd JSBrowserv2.2"
- Edit the
"InitJSBrowser.sh"
and set the value of the JDK_HOME_INIT variable to the path where the Java(TM) 2 SDK, Standard Edition Version 1.3.0 is installed.
- Execute
"./InitJSBrowser.sh"