Enable/disable features in the IDE
Add a line of code to the <code>jbuilder.config</code>
 file in the JBuilder <code>bin</code>
 directory to enable and disable features found in Personal and Professional. This is useful when you're developing OpenTools and you want to be sure they work in the JBuilder edition you're targeting. <span class = "sku-pro"></span>
&nbsp;<span class = "sku-ent"></span>
For Personal, add this line of code: 
<pre>vmparam -Dcom.borland.jbuilder.sku=&quot;personal&quot;</pre>
For Professional, add this line of code: <pre>vmparam -Dcom.borland.jbuilder.sku=&quot;pro&quot;</pre>
