Still Learing..
Originally posted by sumaraghavi ragha:
...I got jre in my system the programs not running...
"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer
sscce.org
Originally posted by sumaraghavi ragha:
... how can i set the classpth exactly...
"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer
sscce.org
Originally posted by jak hurley:
...what is the name of software for java coding? ...
"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer
sscce.org
SCJP 1.4 - SCJP 6 - SCWCD 5 - OCEEJBD 6 - OCEJPAD 6
How To Ask Questions How To Answer Questions
Originally posted by jak hurley:
I just remember now that the name of the software is Kawa for Java coding. Last time I used it was 5 years ago at University and I didn't learn the module fully properly. Why it was called Kawa? I must have missed the JDK underline.
Originally posted by Henry Wong:
So, basically, (1) you haven't done "Java" coding for 5 years, when you learned it, (2) you didn't learn the "module fully properly", and (3) you never learned Java. On the last point, isn't Kawa based on Scheme?
Henry
Originally posted by jak hurley:
That's right! But on your last point, I don't know what do you mean by isn't kawa bases on Scheme!
Sorry
Originally posted by Jesper Young:
You need to add the bin directory of your JDK installation directory to the PATH. So if you installed the JDK in C:\Program Files\Java\jdk1.6.0_06, then you need to add:
C:\Program Files\Java\jdk1.6.0_06\bin
to the PATH (not the JDK directory itself). The JDK installation instructions explain exactly how to set the PATH.
[ May 23, 2008: Message edited by: Jesper Young ]
Hi Jasper i did added the bin to the original path.Then also i am getting the same error.In which folder i have to write my progrms
please be specific
Originally posted by Henry Wong:
In other words, you never "fully properly" learned Scheme. You never was taught Java at all.
Henry
There are only two hard things in computer science: cache invalidation, naming things, and off-by-one errors
Consider Paul's rocket mass heater. |