Environment understanding problem

Click For Summary
SUMMARY

The discussion clarifies the necessity of installing the Java Development Kit (JDK) before using an Integrated Development Environment (IDE) like NetBeans for Java development. The JDK is essential as it includes the Java Virtual Machine (JVM) and other tools required to create and run Java applications across various platforms, such as Windows and Linux. Unlike C++, where an IDE can be installed directly, Java's platform-independent nature necessitates the installation of the JDK first to ensure proper functionality.

PREREQUISITES
  • Understanding of Java Development Kit (JDK)
  • Familiarity with Integrated Development Environments (IDEs)
  • Basic knowledge of Java programming language
  • Awareness of platform independence in programming
NEXT STEPS
  • Research the components of the JDK and their functions
  • Learn how to set up and configure NetBeans for Java development
  • Explore the concept of platform independence in programming languages
  • Investigate the role of the Java Virtual Machine (JVM) in executing Java applications
USEFUL FOR

Java developers, software engineers, and students learning Java programming who need to understand the setup process for Java development environments.

sukalp
Messages
53
Reaction score
2
well i wanted to ask you
what is cmd,jdk,.

why do we need to install jdk in java why not directly we cannot install ide of java directly like we download codeblock for c++ directly

but in java we download jdk then we download net beans environment
confusing
 
Technology news on Phys.org
sukalp said:
well i wanted to ask you
what is cmd,jdk,.

why do we need to install jdk in java why not directly we cannot install ide of java directly like we download codeblock for c++ directly

but in java we download jdk then we download net beans environment
confusing
The JDK (Java Development Kit) includes an IDE (Integrated Development Environment) plus many other pieces of software. See https://en.wikipedia.org/wiki/Java_Development_Kit
 
Mark44 said:
The JDK (Java Development Kit) includes an IDE (Integrated Development Environment) plus many other pieces of software. See https://en.wikipedia.org/wiki/Java_Development_Kit
i thing i understood since java is platform independent language .since ti does not depend on any platform.platform is operating system like windows,Linux.It can be run on any platform .so for that we need JDK. It makes java applications run on any platform.
java development kit is software used for java platform by which we are able to create java applications through java editor like net beans,blue j and it consist of java virtual machine.

sir Mark my confusion of why we need to install jdk before java ide i understood thanks .

thank you very much sir
 

Similar threads

Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 4 ·
Replies
4
Views
20K
Replies
3
Views
4K
  • · Replies 29 ·
Replies
29
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 8 ·
Replies
8
Views
6K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 9 ·
Replies
9
Views
4K