From: johne AT parallax DOT co DOT uk (John Eccleston) Newsgroups: comp.os.msdos.djgpp Subject: Using MAKE to compile JAVA Date: Tue, 20 May 97 12:59:56 GMT Organization: Parallax Solutions Ltd Message-ID: <864133050.469608@red.parallax.co.uk> NNTP-Posting-Host: red.parallax.co.uk Cache-Post-Path: red.parallax.co.uk!unknown AT parsnip DOT parallax DOT co DOT uk Lines: 39 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi All, I know this is slightly off topic but does any one know how I can use the same version of MAKE which I use to build my DJGPP code to build java? I created a make file but when ever I try building with it I just get an error: --> Error make.exe: *** No rule to make target `SwapWatcher.java', needed by `SwapWatcher. class'. Stop. <-- Error Here is the make file that I am using, which does work on the unix system at work: --> Make file <-- SwapWatcher.class : SwapWatcher.java javac SwapWatcher.java --> Make file <-- If anyone could point me in the right direction I would be most grateful Thanks in advance John ________________________________________________________________ Parallax Solutions Ltd. Tel.: 01203 514522 Stonecourt, Fax.: 01203 514401 Siskin Drive, Web : http://www.parallax.co.uk/~johne Coventry CV3 4FJ Mail: johne AT parallax DOT co DOT uk ________________________________________________________________ Remember: There is no such thing as computer error, it's 100% YOUR fault ________________________________________________________________