• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

SDK link

 
Ranch Hand
Posts: 219
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all.
Can anybody give me the link to download
j2sdk1.4.2_08 version.

Thanks
Ramya.A
 
Ranch Hand
Posts: 4632
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://java.sun.com/products/archive/j2se/1.4.2_08/index.html
 
meena latha
Ranch Hand
Posts: 219
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Michael.
I need one more help.
I am getting the following error when run the program.


I have set the classpath and path in the environmental variables as.
CLASSPATH
.;C:\j2sdk1.4.2_08

PATH
C:\j2sdk1.4.2_08\bin.

Since i was getting this error is thought my sdk has some problem so i uninstalled and reinstalled it once again.But that didnt solve my problem.
Please let me know whether my classpath and path setting is correct.

I am also able to see a folder called JAVA under c:\ProgramFile which has one more j2sdk1.4.2_08.I dont know when this got installed.Do i need to uninstall this.

Thanks
Ramya.A
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Leave the CLASSPATH empty (i.e. do not set it at all). It's not necessary to include C:\j2sdk1.4.2_08 in the CLASSPATH.

If it says it can't find java.lang.Object, the SDK is installed wrong or you maybe have another version of the Java Runtime Environment installed somewhere. Check that out and uninstall the other version.
 
meena latha
Ranch Hand
Posts: 219
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the reply.
The problem got solved when i setted my classpath and path under
System Variable.Before i was setting them under User Variable.

Ramya.A
 
Ranch Hand
Posts: 3061
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As Jasper said, you do not need to set the CLASSPATH variable at this point. I strongly suggest that you remove it as it may cause some problems in the future if it isn't set correctly. Everything should work just fine without the CLASSPATH variable.

Layne
 
What is that? Is that a mongol hoarde? Can we fend them off with this tiny ad?
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic