-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathnetbeans.html
68 lines (61 loc) · 1.84 KB
/
netbeans.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BeanShell - BeanShell in NetBeans/Forte</title>
<link rel="shortcut icon" href="favicon.ico">
<link href="css/my_styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<aside>
<nav>
<ul class="menu">
<li><a href="home.html">Home</a>
</li>
<li><a href="intro.html">Intro</a>
</li>
<li> <a href="docs.html">Docs</a>
</li>
<li> <a href="download.html">Download</a>
</li>
<li> <a href="contact.html">Contact</a>
</li>
<li> <a href="https://github.com/beanshell/beanshell/wiki">
Community Wiki</a>
</li>
<li> <a href="developer.html">Developer</a>
</li>
<li> <a href="license.html">License</a>
</li>
<li> <a href="beany.html">Beany</a>
</li>
<li> <a href="http://www.amazon.com/exec/obidos/ASIN/0596002858">
<img alt="Learning Java" src="images/lj2.png" width="100"> <br>
<span class="small"> Check out my book:<br>
Learning Java,<br>
O'Reilly & Associates </span>
</a>
</li>
</ul>
</nav>
</aside>
<article>
<h1>BeanShell in NetBeans/Forte</h1>
<section>
<h2>Upgrading BeanShell in NetBeans/Forte</h2>
<p>If you use BeanShell in the NetBeans IDE and wish to upgrade the version of BeanShell,
you simply have to replace the bsh jar file in the <b><em>modules\ext</em></b>
directory with the new version. e.g.</p>
<pre>
// NetBeans
c:\netbeans\modules\ext\bsh-1.01.jar
// Forte
c:\forte4j/lib/ext/bsh-1_0-fj.jar
</pre>
<p>The only catch is that may have to rename the new jar file to the "bsh-1.01.jar"
name, because it is hard-coded in the modules\scripting.jar manifest classpath.
I hope they will make this more flexible in the future.</p>>
</section>
</article>
</body>
</html>