answersLogoWhite

0

Of course. A JavaBean is just a specially formatted class. Any Java compiler (or an IDE like BlueJ) will be able to compile it.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How can you become a good java programmer. Using Eclipse or even BlueJ?

It is suggested to take college courses in Java to become a good Java programmer using the programs Eclipse or BlueJ. These courses can be found in-class, or online.


What do you call a Program that runs Java byte code instruction?

Get the JDK & Bluej from net and the rest will be done by them. Java byte codes are stored as *.class ; where "*" represents the class name, in your hard disk. You can download BlueJ as well as JDK from the related link.


What do you need to run blue j on your windows xp computer?

first of all you need java and to have all your computer updated. then you can download the free bluej program that is specially to intruduce java aplication. =P... have fun, u can do many tings with bluej...XD


What is java ide?

Java Integrated Development Environment (IDE) provides an environment to Edit, compile and debug and generate java codeThere are several java IDE like Eclipse, WSAD, BlueJ, JCreator etc


Extension file for Java?

Java source files have the .java extension, compiled Java class files have the .class extension.


What is java virtucal mechine?

That refers to the program that runs the compiled Java program.


In bluej can there be a method within a method?

No, Java only allows a method to be defined within a class, not within another method.


What will java software do for you on your laptop?

The general Java Runtime Environment allows a computer to run Java applets and compiled Java files.


Differences between Java Applet and Java Beans?

Java applet is a program used to run java applications while beans is a compiler used to design java programs (IDE, GUI) :-) GilbertC


What is java class file?

That's the compiled Java file, the one that can be distributed to the end-users.


Why is java known as platform-neutral language?

Because it will work on all platforms because it's code is compiled through it's on Virtual Machine, the JVM (Java Virtual Machine).


Command use on how to run a java program?

You execute it the same way you would on any other OS. As long as you have the Java Runtime Environment installed and the "java" executable is in your path, from the command line you would simply run: java -cp /path/to/file/here com.some.class.to.run.Here