⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.html

📁 JBuilder里监控内存使用情况的插件
💻 HTML
字号:
<html>

	<head>
		<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
		<title>JBuilder Memory Monitor OpenTool</title>
		<style type="text/css"><!--
			body { font-family: "times new roman", serif }
			h1 {FONT-SIZE: 20pt; COLOR: green; FONT-FAMILY: sans-serif}
			h2 {FONT-SIZE: 18pt; COLOR: green; FONT-FAMILY: sans-serif}
			h3 {FONT-SIZE: 16pt; COLOR: green; FONT-FAMILY: sans-serif}
			a {COLOR: green}
			a:link {COLOR: green}
			p { margin-left: 2em }
			p.example { font-family: monospaced; margin-left: 4em }
			p.url { margin-top: 5; margin-left: 5em }
			span.jb { text-decoration: underline }
			span.name { color: black; font-style: italic; font-family: "Comic Sans MS", Arial, sans-serif }
			span.ui { font-weight: bold }
			table.files { background-color: #e0e0e0; margin-left: 2em }
			tr.files-header { background-color: #b0d0e0 }
			ul { margin-left: 3em }-->
		</style>
	</head>

	<body>
		<center>
  <h1>JBuilder <img src="memmon.gif" width="16" height="16">Memory Monitor&nbsp;OpenTool</h1>
</center>
		<p>
		<hr>
Copyright &copy; 2001-2003, KyrSoft 
<hr>
		<!---------------------------------------------------------------------------->
		<p></p>
		
<h2>Contents</h2>
		
<ul>
  <li><a href="#Overview">Overview</a> 
  <li><a href="#Installation">Installation and Usage</a> 
  <li><a href="#Uninstall">Uninstall</a> 
  <li><a href="#Documentation">Documentation</a> 
  <li><a href="#Compatibility">Compatibility</a> 
  <li><a href="#Contacts">Contacts</a> 
</ul>
<p>
		<hr>
		<!---------------------------------------------------------------------------->
		<a name="Overview"></a><p></p>
		
<h2>Overview</h2>
		
<p>The Memory Monitor&nbsp;OpenTool is an add-on module for the Borland JBuilder 
  IDE, which offers: </p>
<ul>
  <li> the continiously dynamic inspection of the JBuilder IDE's memory consumption 
  </li>
  <li>the <font color="#FF0000"><i><font color="#000000">automatic</font></i></font> 
    and <i>forced</i> execution of garbage collection for the JBuilder IDE</li>
  <li>the popup of a setable <i>warn memory indication </i>message for the JBuilder 
    IDE</li>
  <li>the individual settup of the Memory Monitors sampling rate</li>
  <li>the logging of the actually used heap Memory to the JBuilder message view 
    or standard output</li>
  <li>to startup automatically when JBuilder launches </li>
  <li>to customize it's options and used colors <br>
  </li>
</ul>
<p>The Memory Monitor offers <i>four</i> different build in method show up representations: 
</p>
<ul>
  <li>a Memory Monitor in it's own always stay on top dialog window</li>
  <li>a Memory Monitor in a frame window which can be covered or hidden </li>
  <li>a Memory Monitor which shows up the in JBuilder's message view </li>
  <li>and finally a status view Memory Monitor </li>
</ul>
<p>Thus you always have the choice to select and use the one you prefer, or to 
  switch to another representation via the JBuilder10 <i><b>Tools|Preferences...</b> 
  Memory Monitor</i> option pane.</p>
<p>
  <!---------------------------------------------------------------------------->
  <a name="Installation"></a></p>
<h2>Installation and Usage</h2>
		
<p><b>IMPORTANT NOTE:</b> don't use this JB Memory Monitor together with the separate 
  <i>standalone</i> <i><b>Status Memory Monitor</b></i>, they will possibly conflict. 
  Further it won't be needed to also use the seperate Status Memory Monitor, since 
  this Memory Monitor is it's big brother which already has it build in!</p>
<p>In order to install the Memory Monitor, first delete any previous versions 
  from your <i><b><code>&lt;JBuilder&gt;</code></b></i><code><i>/<b>lib</b>/<b>ext</b></i> 
  directory and also delete any previous <i>memmon.properties</i> files from your 
  <i><b>%USERPROFILE%</b>\<b>.jbuilder10</b>\</i> directory. Under Windows you 
  can delete any previous Memory Monitor version properties file this way from 
  a DOS shell:</code></p>
		
<p> del &quot;%USERPROFILE%\.jbuilder10\memmon.*&quot; </p>
		
<p>Alternatively you can also use the distributions supplied <i>deloldprops_jb<b>10</b>.bat</i> 
  file for this task.</p>
		<p>Now to install this distribution's Memory Monitor, copy it's JAR file into the OpenTools related directory under your JBuilder installation directory.</p>
		<p>In the following table, <i><b>&lt;JBuilder&gt;</b></i> refers to the root directory of the JBuilder installation.</p>
		<table class="files" border="1" cellpadding="5">
			<tr class="files-header">
				<td>File to copy</td>
				<td>Target directory</td>
			</tr>
			<tr>
				<td><code>jbmemmon.jar</code></td>
				<td><i><b><code>&lt;JBuilder&gt;</code></b></i><code>/lib/ext</code></td>
			</tr>
		</table>
		<p></p>
		<p>After copying the Memory Monitor jar file to it's location, you must restart JBuilder! Now there are several ways available to start the Memory Monitor:</p>
		<p></p>
		<ol>
			
  <li>you can press the <img src="memmon.gif" width="16" height="16"> icon button 
    from the far right side of the JBuilder toolbar.<br>
			<br>
			
  <li> instead you can also select the <img src="memmon.gif" width="16" height="16"><b>Tools|Memory 
    Monitor...</b> menu entry to start the memory monitor.<br>
			<br>
			
  <li>and finally, you can access the memory monitor also from the project views 
    top node context menu.<br>
		</ol>
		<p></p>
		
<p>All of the above shown invocation methods should start one of the following 
  Memory Monitor views, depending on which one you have setup or selected under 
  the <b>Tools|Preferences...</b> <i>Memory Monitor</i> pane.<a name="options"></a></p>
		<h2>Uninstall</h2>
		
<p>To uninstall the Memory Monitor&nbsp; just delete the JAR file from your JBuilder 
  OpenTools installation directory. Then restart JBuilder. 
  <!---------------------------------------------------------------------------->
  <a name="Documentation"></a></p>
<h2>Documentation</h2>
<p>The Memory Monitor documentation is available from the JBuilder10 <b>Tools|Preferences...</b> 
  properties page, by pressing the Help button on the Memory Monitor pane. To 
  read the documentation without running JBuilder, you may extract the documentation 
  from inside of the distributions <i>manual.zip</i> archive file. When you have 
  done this, open the file memmon.html from inside the doc directory by using 
  your favorite web browser. <a name="Compatibility"></a><br>
</p>
<h2>Compatibility</h2>
		
<p>The JB Memory Monitor&nbsp;OpenTool has been tested with versions of JBuilder 
  9 and 10 Enterprise and the JDK 1.4 running under Windows 2000 SP4. This version 
  might <b>not</b> work with earlier JBuilder versions. 
  <!---------------------------------------------------------------------------->
  <a name="Contacts"></a></p>
		
<h2>Contacts</h2>
		
<p>If you have problems with the installation of the Memory Monitor&nbsp;or support 
  questions, you are welcome to contact</p>
<p> <img src="logo.gif" width="151" height="47"> </p>
<p>via email: <a href="mailto:vkyriakides@web.de">vkyriakides@web.de</a>.</p>
<p>For any other questions regarding the operation of JBuilder, or any general 
  Java questions you are encouraged to visit the appropriate newsgroups on the 
  Borland news server. There you will find many good people who are willing to 
  help others with technical problems. You will likely find the author of this 
  program as well there.</p>
		<p>Information on the Borland JBuilder newsgroups is available at:</p>
		<p class="url"><a href="http://www.borland.com/newsgroups/#jbuilder">http://www.borland.com/newsgroups/</a>.</p>
		<p>
		<hr>
Copyright &copy; 2001-2003, KyrSoft 
</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -