Path: csiph.com!news.mixmin.net!aioe.org!.POSTED.O5hsyUvK01te0L/SZurVSQ.user.gioia.aioe.org!not-for-mail From: =?UTF-8?Q?Arne_Vajh=c3=b8j?= Newsgroups: comp.lang.java.programmer,comp.lang.java.help Subject: Re: basic learning path Date: Thu, 14 Mar 2019 19:38:45 -0400 Organization: Aioe.org NNTP Server Lines: 26 Message-ID: References: NNTP-Posting-Host: O5hsyUvK01te0L/SZurVSQ.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.3 X-Notice: Filtered by postfilter v. 0.9.2 Content-Language: en-US Xref: csiph.com comp.lang.java.programmer:38818 comp.lang.java.help:4254 On 3/14/2019 3:46 PM, dale wrote: > A little while ago I asked some questions about java. > > It was said that I should learn an IDE. Learn to use an IDE to write your Java code. > I would like to learn all the ingredients that go into an IDE first. > Enough to code a robust program. > > As I said before I know the basics of object oriented architecture, > design, and programming. > > Are there some web tutorials that will walk me through the > ingredients? If you want to code your own IDE, then I suggest getting 10 more years of experience first. If you just want to use an IDE then install it and start using it. Every time you want to do something then just google for how to do it the smartest way. Arne