Re: Help with packages getting started
- From: Knute Johnson <nospam@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 28 Dec 2007 10:46:45 -0800
BlitzA wrote:
Lew wrote:Lew wrote:...code. The tutorials on java.sun.com go into this.Ok, your going to have to explain things.Possibly a step-by-step guide of how to get this working If you have time ? -That's what the tutorials are for. Why should we have to explain things, when Sun did such a good job already? Read the tutorials.
I have a feeling it''s quite simple to do.
Once you've read the tutorials you might consider Usenet as a way to deepen your understanding. I wouldn't expect anyone here to rewrite the tutorials for your convenience, though.
So theres a tutorial that specifically shows you how to make elements work
with JDK 6.0 in a small step-by-step guide?
If so please can you give the link?
Cheers.
I don't know where the tutorial is either but you can look here for some more information on CLASSPATH;
www.knutejohnson.com/classpath.html
CLASSPATH is one of the trickiest pieces of programming with Java.
There are some important tips to remember;
1) You don't want to set the CLASSPATH environment variable except in
a few rare circumstances
2) The CLASSPATH has to include all the bits you want to compile or run
3) If you use the -jar option on the command line to run a program
the -classpath or -cp command line options are ignored.
2 is probably where your problem lies. I don't see a . in the CLASSPATH so how is the runtime going to find your class?
--
Knute Johnson
email s/nospam/knute/
--
Posted via NewsDemon.com - Premium Uncensored Newsgroup Service
------->>>>>>http://www.NewsDemon.com<<<<<<------
Unlimited Access, Anonymous Accounts, Uncensored Broadband Access
.
- Follow-Ups:
- Re: Help with packages getting started
- From: Lew
- Re: Help with packages getting started
- References:
- Help with packages getting started
- From: BlitzA
- Re: Help with packages getting started
- From: Lew
- Re: Help with packages getting started
- From: BlitzA
- Re: Help with packages getting started
- From: BlitzA
- Re: Help with packages getting started
- From: Lew
- Re: Help with packages getting started
- From: BlitzA
- Help with packages getting started
- Prev by Date: Re: question about the toString Method
- Next by Date: [Class]Ridiculous question
- Previous by thread: Re: Help with packages getting started
- Next by thread: Re: Help with packages getting started
- Index(es):
Relevant Pages
|