This is the mail archive of the kawa@sourceware.cygnus.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: cannot 'require' in embedded code (AGAIN...)


per@bothner.com wrote:
> In general, people overuse eval.
>
> Note that you do have the option of calling load on a
> compiled module.  That may make more sense.

OK now it works. I used this java statement instead of eval

String str="mymodule";
kawa.standard.load.loadClassFile(str,Environment.getCurrent());

Thank you again.
		Marco
-- 
	(--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]