Hi John,

On 17 Dec 2004, at 12:18, John L. Webber wrote:

Thanks, I gave it a try, but it produced the same error message as before
("Implicit declaration of global variable '_packages_' forbidden. Please ensure all variables are explicitely declared with the 'var' keyword").


Does anyone else have any other ideas? At the moment this is preventing us from migrating to 2.1.6 (or is it worth it migrating from 2.1.3 to 2.1.6?)

I'm using an svn version as of about a week ago (so 2.1.6+) and it works here.


Could you try:

importPackage(java.util);

var h = new ArrayList();

and see if that works? Maybe there's something in your specific package that it doesn't like.

Jon


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to