Path: csiph.com!usenet.pasdenom.info!gegeweb.org!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Knute Johnson Newsgroups: comp.lang.java.programmer Subject: Re: How to develop without an IDE? Date: Sun, 22 Apr 2012 08:41:49 -0700 Organization: A noiseless patient Spider Lines: 17 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Sun, 22 Apr 2012 15:41:50 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="mz/LDSJwiWnk3Jnnqg7x+Q"; logging-data="6542"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18xzhkphyZVIZV4mHQc+IUI" User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 In-Reply-To: Cancel-Lock: sha1:INMHV1k3IHYRw0baJa9VboGumfs= Xref: csiph.com comp.lang.java.programmer:13796 On 4/22/2012 8:15 AM, Rui Maciel wrote: > Is it possible to set up a Java project so that it can be built without > relying on an IDE? If it is, where can I find any information on how to set > up this sort of project? > > Bonus points if it's possible to pull this off by writing a single makefile. > > > Thanks in advance, > Rui Maciel I use Vim to edit, and a batch file to compile and jar up the classes. And often a batch file to start them as well. -- Knute Johnson