[HD Pg 21, Sec. 1.8.1 - compiling-multiple-source-files-at-once]
Moderator: admin
-
- Posts: 221
- Joined: Mon Nov 26, 2018 2:43 pm
- Contact:
[HD Pg 21, Sec. 1.8.1 - compiling-multiple-source-files-at-once]
I was wondering, with IDE's such as NetBeans, Eclipse, IntelliJ , etc. out in the market, why do Java books still put so much emphasis on command line compilation and creation of Jar files?
-
- Site Admin
- Posts: 10388
- Joined: Fri Sep 10, 2010 9:26 pm
- Contact:
Re: [HD Pg 21, Sec. 1.8.1 - compiling-multiple-source-files-at-once]
For two reasons -
1. Certification exam requires you to know about compilation and execution.
2. An IDE does a lot of things transparently besides compilation and execution (such as managing PATHs, managing dependencies, managing resource files and so on) and by not knowing what it is doing is and why is it doing that, sets you up for a failure later. Moreover, Production environments don't have IDEs. For deploying to production environments, you will need to know exactly what is packaged where. You may also need to tweak things without using IDEs. So, basics are always very important. They give you a good perspective
1. Certification exam requires you to know about compilation and execution.
2. An IDE does a lot of things transparently besides compilation and execution (such as managing PATHs, managing dependencies, managing resource files and so on) and by not knowing what it is doing is and why is it doing that, sets you up for a failure later. Moreover, Production environments don't have IDEs. For deploying to production environments, you will need to know exactly what is packaged where. You may also need to tweak things without using IDEs. So, basics are always very important. They give you a good perspective

-
- Posts: 221
- Joined: Mon Nov 26, 2018 2:43 pm
- Contact:
Re: [HD Pg 21, Sec. 1.8.1 - compiling-multiple-source-files-at-once]
Wow, I had no idea Java IDE's still needed that much hand holding from the command line. Thanks for the insight.
Who is online
Users browsing this forum: No registered users and 16 guests