Re: Cannot access class
From: Andrew Thompson (SeeMySites_at_www.invalid)
Date: 02/18/04
- Next message: Tim Wright: "Newbie string processing query"
- Previous message: Chris Uppal: "Re: buff = new StringBuffer(10000); buff.toString(); Will GC be complete here?"
- In reply to: James: "Re: Cannot access class"
- Next in thread: Andrew Thompson: "Re: Cannot access class"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 18 Feb 2004 13:36:28 GMT
James wrote:
> "Andrew Thompson" ...
...
>> What IDE are you using?
>> Are you compiling and running
>> from the command line (DOS)?
>
> I am editing and compiling my program using Editplus 2.11
This is a problem, at this stage.
I have not used Editplus, but I suspect
it is doing the compile/run for you,
is that right?
You need to be able to understand how
these things (java, javac) are run from
the command line or bat files, then _when_
(not if) your more advanced IDE starts
to do things you do not understand, you
can figure how to fix them.
[ As an aside, I was recently using Eclipse
when it exited abnormally, it would not
restart - not even with an uninstall/reinstall.
Right now I am using TextPad, a much
lighter weight IDE, and if that suffers the
same fate as Eclipse, I would go back to
Notepad and DOS.
Without the understanding of how to compile
& run from the comand line, swapping between
IDE's becomes much more difficult. Especially
if you do not immediately know where the IDE
stores the source or class files! ]
I recommend you put aside Editplus for the
moment (_particularly_ if it makes development
'dead easy') and come back to it once you
know how to work from DOS.
-- Andrew Thompson * http://www.PhySci.org/ Open-source software suite * http://www.PhySci.org/codes/ Web & IT Help * http://www.1point1C.org/ Science & Technology
- Next message: Tim Wright: "Newbie string processing query"
- Previous message: Chris Uppal: "Re: buff = new StringBuffer(10000); buff.toString(); Will GC be complete here?"
- In reply to: James: "Re: Cannot access class"
- Next in thread: Andrew Thompson: "Re: Cannot access class"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|