473,385 Members | 1,622 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

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

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
Jul 17 '05 #1
3 2289
I think NetBeans IDE is really robust & has very good feature.

Main advangtage of NetBeans it is Simple & free.

I did try Eclipse....it lacks many features compared to NetBeans.

And is is very easy to config with other Env.
Jul 17 '05 #2
"Francis M" <fr*********@yahoo.com> wrote in message
news:46**************************@posting.google.c om...
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

If you're having problems, ask. Don't just rant about your inability to set
up NetBeans properly. Ask how to do it and catch up with the times. Your
"Cannot Resolve Symbol" problem is almost certainly due to the fact that you
don't know how NetBeans deals with the Java classpath. Another thing: you
only get the NetBeans bundle if you ask for it. I'd recommend downloading
and installing them separately.
Jul 17 '05 #3
"Francis M" <fr*********@yahoo.com> wrote in message
news:46**************************@posting.google.c om...
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


And crosspost in the future instead of multiposting.
Jul 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: javac | last post by:
for better or worse, my free time is consumed by two Java series books from Sun: Java Platform Performance, 2000, by Wilson and Kesselman Effective Java, 2001, by Bloch 1.) opinions on these...
10
by: Nikita A. Visnevski | last post by:
Hi everyone, I am rather new to Java beans. Just picked up a book last night and started reading about them. I am building an application that allows a user to define objects with dynamic...
0
by: DD | last post by:
Hi Guys! Just would like to share with you my experiense in this matter. I was trying to evaluate how suitable Oracle OLAP for our applications. As probably you did, I have downloaded from OTN...
9
by: Stephen H. | last post by:
Hi, I have an existing web application with java beans that I wanne migrate to ASP.NET using C#. The existing web application has some jsp files that use java beans as follows: .... <%@...
5
by: TZESENG | last post by:
DECEMBER 13, 2005 . Editions: N. America | Europe | Asia | Edition Preference News Analysis By Steve Hamm Source: http://www.businessweek.com/technology/content/dec2005/tc20051213_042973.htm...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.