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: Newbie question


nhi965@abdn.ac.uk wrote:
> 
> Error : Class gnu.expr.ModuleBody not found in class Adder.
> 
> Error : Class gnu.expr.ModuleBody not found in void
> main(java.lang.String[]). TrivialApplication.java line 6
> System.out.println( ans.add5( 5 ) );
> 
> Can anyone tell me how to fix this?

Try to add to your project' classpath the whole kawa package (you can do
this by adding the direcory where you unpacked and compiled the
distribution or adding the path to a jar file with all the kawa classes)

I know it's a bit heavy for a little project but AFAIK there is no
simple way to separate a minimal 'kawa runtime environment' from the
whole package.

-- 
	(--cafe babe--) 
Marco Vezzoli	marco.vezzoli@st.com
CR&D Intranet Developement   STMicroelectronics
tel. +39 039 603 6852 fax. +39 039 603 5055

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