The new Net Beans IDE Java developer software. Good in theory

From: Francis M (francisardi_at_yahoo.com)
Date: 02/24/04


Date: 24 Feb 2004 06:51:59 -0800

Nowadays when you obtain the SDK form java.com
you get a new interactive programming environemt
much like the Borland C++ IDE.

Up to now I've been developing applications "the old way"
using the operating system command line method.
that is, javac MyApp.java

Then my computer at home crashed and I decided to install the
JDK on my office computer. This was when I got the new
Net Beans IDE. It all seemed good in theory, having eveything
conveniently in one package, the editing, compiling and
executing of your program. It even promised a way to assemble
Jar files.

The problem is that application programs which compiled just fine
using the Command line compiler (javac MyApp.java) seemed to generate
numerous "Cannot Resolve Symbol" errors on this new IDE thing.
This is despite I had all necessary classes in the same directory.

Another thing, I cannot make Jar files for my applets.
I also han do problems with the command line method.

I just don't understand. What's worse is that there are no readily
available online resources to address such issues.

Thank goodness I didn't have to pay for this thingy.

What did these super-qualified programmers employed by Sun Microsystems
lear in college?

I finally got my home computer up and running again and
I so happend to have an SDK (command line java compiler) from a CD I got
with a Java textbook.

I loaded it onto my computer and I am back in business again.

Francis



Relevant Pages

  • Re: PIC Development Help - compiler and IDE
    ... >> IDE, then switch to the basic PIC programming to write the file. ... > You can use MPLAB SIM in the IDE to simulate your code. ... If you want a C compiler for that particular chip, ...
    (comp.arch.embedded)
  • Re: PIC Development Help - compiler and IDE
    ... >PICKit 2 and the MP Labs IDE. ... then switch to the basic PIC programming to write the file. ... You can use MPLAB SIM in the IDE to simulate your code. ... The HI-TECH PICC-Lite compiler was purposely crippled so it could be ...
    (comp.arch.embedded)
  • Re: K&R 1.5.1 exercise
    ... > the EXE file and run it by hand in a standalone console window. ... > The C beginner using K&R2 is better served by a command line compiler than ... > by any kind of IDE. ... > with a command line environment in mind. ...
    (comp.lang.c)
  • Using the Net Beans IDE for Java program development.
    ... using the operating system command line method. ... Net Beans IDE. ... I so happend to have an SDK (command line java compiler) from a CD I got ... because it seems to be good in theory, to have an integrated programming ...
    (comp.lang.java.help)
  • Re: Command line compiler when there are images in the project: any suggestion?
    ... Nicholas Paldino ... >>> I have to use the command line compiler and I use the following command>>> line: ... >>> On the other side, if I try to compile it with the VS IDE everything>>> works ...
    (microsoft.public.dotnet.languages.csharp)