-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathrunbsh.html
48 lines (39 loc) · 1.77 KB
/
runbsh.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<h1>BeanShell Applet</h1>
<em>Note: bsh requires a Java 1.1 compliant web browser such as
<a href="http://java.sun.com/">HotJava 1.0 or 1.1</a>,
Netscape Navigator 4.03 or 4.04 with the
<a href="http://developer.netscape.com/software/jdk/download.html">
<strong>additional final 1.1 support patch</strong></a>, or the JDK 1.1.x
appletviewer. I haven't seen the applet work with Netscape 4.05, MSIE 4.0+,
or the JDK1.2 betas.
</em>
<p>
Remember that as an applet bsh is limited by the applet security model.
For full access to system resources you should
<a href="download.html">download bsh</a> and run it stand-alone.
<p>
Tip: You can get a console window in an external frame at any time by typing:
console() at the prompt. Use the editor() command for an editor window.
<p>
<applet height=300 width=600 code="bsh.BshApplet" archive="bsh.jar">
</applet>
<p>
<hr>
<p>
If you haven't already done so, please take a second to add your name as a user:
<form method="POST" action="/cgi-sys/formmail.pl">
<input type=hidden name="recipient" value="[email protected]">
<input type=hidden name="subject" value="Beanshell Automail">
<input type=hidden name="redirect" value="http://www.beanshell.org/mailresponse.html">
<p>
<strong>BeanShell Announce</strong> -
This list is only for announcements about major new releases.
To subscribe, please send a message to:<br>
<a href="mailto:[email protected]">[email protected]</a>,
or submit your email address below:<br>
<input size=20 name="subscribe-announce"><input type=submit value="subscribe">
<p>
</form>
<hr>