Skip to main content



      Home
Home » Newcomers » Newcomers » Testing - please ignore
Testing - please ignore [message #104580] Sat, 24 September 2005 05:03 Go to next message
Eclipse UserFriend
Originally posted by: cix.ptoye.com

This is to test my newsreader program. Please ignore it.

Peter
Re: Testing - please ignore [message #104898 is a reply to message #104580] Mon, 26 September 2005 13:08 Go to previous messageGo to next message
Eclipse UserFriend
Peter Toye wrote:
> This is to test my newsreader program.

For any inclined to do the same, check out "eclipse.test"... that
appears to be the place to do this.

> Please ignore it.

I have trouble ignoring things, sorry! :-)

> Peter

--
RDS
Re: Testing - please ignore [message #105179 is a reply to message #104898] Tue, 27 September 2005 04:36 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse.ptoye.com

In article <dh99uo$gd1$2@news.eclipse.org>, randy.d.smith@intel.com (Randy
D. Smith) wrote:

> *From:* "Randy D. Smith" <randy.d.smith@intel.com>
> *Date:* Mon, 26 Sep 2005 10:08:40 -0700
>
> Peter Toye wrote:
> > This is to test my newsreader program.
>
> For any inclined to do the same, check out "eclipse.test"... that
> appears to be the place to do this.
>
> > Please ignore it.
>
> I have trouble ignoring things, sorry! :-)
>
> > Peter
>
> --
> RDS
>
....then can you answer my next question (the one posted 30 minutes later)?

Peter
Re: Testing - please ignore [message #105372 is a reply to message #105179] Tue, 27 September 2005 15:55 Go to previous message
Eclipse UserFriend
Peter Toye wrote:
> ...then can you answer my next question (the one posted 30 minutes later)?
>
> Peter

The SWT question? Don't know that I can help much. I've avoided getting
into SWT myself. :-) But as I see from the message, that's not really
the issue (other than the specifics of "the cheat sheet" you mention,
which seems to be an SWT project "feature" of some sort).

Yes, it looks to me like a CLASSPATH type of problem, something I've
always hated about Java. Seems like a simple idea... tell the system all
the places where you can find the stuff you're depending on/using... but
it seems to be the source of many problems.

The "org/eclipse/swt..." stuff makes me assume in your HelloWorld.java
file you do an "import org.eclipse.swt..." and it can not find that
directory structure on your classpath, nor can it find that directory
structure "simulated" in a .jar/.zip file (which it also expects to find
somewhere in your classpath), or ... well, I don't know all the
different ways Java tries to make it possible to find what you need. The
fact that it is reported as a directory structure when most people would
actually see it "embodied" in a org.eclipse.swt...jar file is part of my
whole complaint here against Java!

Do a "set" command and see if the classpath variable is set, and what it
is set to. Go into Eclipse and see what your properties say are the
places *it* is looking to find stuff. Adjust appropriately! (I'm being
vague here... as I said, I know nothing about "the cheat sheet"... I
don't know if you're on Windows or Linux [thus I chose "set" as the
universal "look at variables" suggestion], I'm not even sure how
comfortable you are on said OS's command line... give me a little more
to go on here if this doesn't help and I'll try more.)

--
RDS
Previous Topic:Is there context-sensitive help for Java included?
Next Topic:library path and class path variables
Goto Forum:
  


Current Time: Tue Jul 22 00:56:07 EDT 2025

Powered by FUDForum. Page generated in 0.08691 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top