This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Building Kawa under Windows (Cygwin) won't compile


Jocelyn Paine <popx@pop3.ifs.org.uk> writes:

> I tried manually compiling the directories individually, and had the
> same difficulty. For example, if I do javac *.java under gnu\expr, 
> the first errors I get are 
>   ApplyExp.java:34: class gnu.expr.PrimProcedure is an abstract class. It
>   can't be instantiated.

You might consider going to the top-level:
cd ..\..
javac -g gnu\expr\*.java

Alternatively, you might need to set classpath:
javac -classpath ..\.. *.java
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]