• 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

java software?

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello there, I have a question about my java software and which things I actually need for programming:
I have installed a few different things:
Java 2 Runtime Environment,SE v1.4.2_07 = 137mb
Java 2 Runtime Environment,SE v1.4.2_03 = 136mb
J2SE 2 Runtime Environment 5.0 Update 1 = 117mb
Java 2 SDK, SE v1.4.2_07 = 428mb
The SDK is a very large file, but I can't even find it on my computer? How can I make use of it?
Also, can anyone tell me how to get the JDK help documentation into JCreators help because its not in my one.
Thanks for your help,
 
Berty Ahern
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Oh and one more small thing,
How would I read a file called details into an array?
 
Sheriff
Posts: 9109
12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello, Berty Ahern,

I have a question about my java software and which things I actually need for programming:
I have installed a few different things:
Java 2 Runtime Environment,SE v1.4.2_07 = 137mb
Java 2 Runtime Environment,SE v1.4.2_03 = 136mb
J2SE 2 Runtime Environment 5.0 Update 1 = 117mb
Java 2 SDK, SE v1.4.2_07 = 428mb
The SDK is a very large file, but I can't even find it on my computer? How can I make use of it?


Java 2 SDK, SE v1.4.2_07 includes Java 2 Runtime Environment,SE v1.4.2_07.

Java 2 Runtime Environment,SE v1.4.2_03 is an older version. You can uninstall it.

Can you find a directory
C:\j2sdkv1.4.2_07
??

Also, can anyone tell me how to get the JDK help documentation into JCreators help because its not in my one.

I have no idea. I've never used JCreator. We do have a forum dedicated to IDE's a little further down the index page.
 
Marilyn de Queiroz
Sheriff
Posts: 9109
12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Oh and one more small thing,
How would I read a file called details into an array?


I would suggest that you start a new thread for this question because it seems to be totally unrelated to the previous one(s) you've asked in this thread.
 
Berty Ahern
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I do have a folder called C:\j2sdk1.4.2_07
I removed the other two. I'll post my other query as a new thread I'll do some more research into it first so I know exactly what im trying to do with it.
Thanks
reply
    Bookmark Topic Watch Topic
  • New Topic