//flex table opened by JP

Click to See Complete Forum and Search --> : Does anyone know anything about JAVA?


Paco103
09-06-2002, 05:28 PM
I need help in JAVA - I'm writing a program - and the code (as near as I can tell) is perfect (it's simple - I'm not trying to brag). It won't compile though. I'm using BlueJ and SDK1.4.1, and it won't import any library files. It says something about it expecting a type at this location - but my import headers are straight out of the book. If I remove the import - then the only error it finds in the code is unknown commands - due to the missing library. This programming assignment is due Monday - I would really appreciate any help. Until then - I guess I'll just have to do it in the campus lab

xenomorph69
09-06-2002, 06:23 PM
You may want to Try Downloading JBuilder7 they have a Open Edition that is a Free Download
Jbuilder 7 is by Borland at www.borland.com I have always had great Luck with Borland Products (Except the New Kylix 3) :eek:

xenomorph69
09-06-2002, 06:24 PM
And your Java is Not Configured Properly

Paco103
09-06-2002, 10:23 PM
I don't get a choice on the compiler I use - I have to use BlueJ for the class - atleast for the start. Any thoughts on what might be wrong?

Paco103
09-07-2002, 10:01 PM
:rolleyes:

heh - I feel dumb now - gotta break the old C++ habits! Object oriented programming is just a tiny bit different :D

Thanks for the help anyway though - I got it done - program runs perfectly, and I'm very very happy - just slightly embarrassed that everyone's gonna ask me how I finally figured out my problem Monday in class. Thanks though!