Greg Brown schrieb:
>>> Is there a way to run Groovy so that it would not need to be signed?
>> Not as far as I know.
>> I guess it'd require a fair amount of work to allow that.
> 
> Just to make sure I understand - does this apply to interpreted Groovy
> *and* Groovy that is compiled to bytecode, or just interpreted Groovy?

there is not really interpreted Groovy. Groovy compiles always. The 
scripting ability is reached by compiling the source file first and then 
execute it. In that case the class files exist in memory only.

bye Jochen

-- 
Jochen "blackdrag" Theodorou
The Groovy Project Tech Lead (http://groovy.codehaus.org)
http://blackdragsview.blogspot.com/


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "JVM 
Languages" group.
To post to this group, send email to jvm-languages@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jvm-languages?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to