• 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

JCreator Help

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is no documentation in the help part of my JCreator. How do i put he jdk help docs into it please?
And also what does the SDK do? It takes up 500mbs on my computer but I dont even know what it is...
Cheers
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Berty,
Welcome to JavaRanch!

The SDK (software development kit) is what used to be called the JDK (java development kit.) It consists of the compiler, java runtime and assorted other development tools. For example, it contains a command line debugger. You are only likely to use the compiler (javac) and runtime (java) though.

I haven't used JCreator, so I'll let someone else answer that part of the question. In the meantime, here's a link to the JavaDoc. It's also available for download in case your IDE is one that doesn't allow you to insert the JavaDoc.
 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Berty,

go to Configure --- Options --- JDK Profiles --- Edit --- Documentation --- Add.
 
Slideshow boring ... losing consciousness ... just gonna take a quick nap on this tiny ad ...
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic