Getting Started With the NetBeans IDE BlueJ Plugin


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris BigAdmin RSS Getting Started With the NetBeans IDE BlueJ Plugin
# 1  
Old 11-12-2008
Getting Started With the NetBeans IDE BlueJ Plugin

The NetBeans BlueJ plugin tool helps create a smooth migration path for students learning the Java programming language from beginner's stage through to the use of professional development tools.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Fedora

Installing netbeans

How can I install netbeans on Solaris. Is there a package manager like yum for Fedora. I have tried pkg install netbeans, doesnt find it. Already preformed pkg install slim_install and it installed the jre. However if I run the sh file downloaded for netbeans it says no compatible JDK found. Now... (2 Replies)
Discussion started by: Fingerz
2 Replies

2. Programming

Netbeans ide can't display chinese character in linux

When i write the source code in netbeans environment,if the source code,there are chinese characters,chinese characters will be displayed as box,how to solve this problem?please (2 Replies)
Discussion started by: fang_xiaoan
2 Replies

3. Filesystems, Disks and Memory

shift hard disk from primary IDE channel to secondary IDE channal

Wellcomes All, some times ago I 've installed a Debian ditribution on an Hard Disk who was set as Primary Master. Few days ago, I 've decided to install another Hard Disk with a different Operating System. When I did that, I turned off the old hard disk, and I mouted the new one on the Primary IDE... (1 Reply)
Discussion started by: thekarsillo
1 Replies

4. HP-UX

netbeans IDE on Hp-UX

Can netbeans IDE be installed and used on hp-ux? Sorry I know this is more java specific but does anybody have any experience with this? There does not seem to be any specific installation or support from netbeans. (0 Replies)
Discussion started by: domestos
0 Replies
Login or Register to Ask a Question
Plugin(3pm)						  LogReport's Lire Documentation					       Plugin(3pm)

NAME
Lire::Config::Plugin - Value object for plugin configuration. SYNOPSIS
use Lire::Config::Plugin; DESCRIPTION
This configuration object hold the name of a selected plugin as well as its options. get_plugin() Returns the currently selected plugin. set_plugin( $plugin ) Changes the selected plugin. If the selected plugin is changed, a new property set will be created from the plugin's defined properties. get_properties_spec() Returns the TypeSpec that is used to specify the plugin's properties. This method will return an empty RecordSpec when the plugin didn't define any properties. One can also use the has_properties() method to check if the Plugin defined configuration properties. has_properties() Returns a boolean value indicating whether the current plugin is configurable. get_properties() Returns the Lire::Config::Dictionary object which hold the plugin configuration. as_value() Returns an hash reference with two keys : 'plugin' which contains the selected plugin and 'properties' which is an hash reference containing the plugin's properties. get( $name ) Delegates to the Dictionary which contains the plugin's properties. set( $name, $value ) Delegates to the Dictionary which contains the plugin's properties. is_set( $name ) Delegates to the Dictionary which contains the plugin's properties. Lire 2.1.1 2006-07-23 Plugin(3pm)