Mar 15, 2008
Generic-user-small St Clair S C... 2 posts

Topic: Groovy Recipes / How can I use groovy joint compilation with eclipse ide v3.3 or 3.4?

Hello,

How can I use joint compilation with Eclipse IDE v3.3 or 3.4.

I am asking because Programming Groovy states that mixing both Groovy and Java code is allowed, although other authors suggest compileing Java src to the bin direcotory and Groovy src to bin-groovy directory, the default for GroovyEclipse plugin.

When I compile to the bin and bin-groovy directory, the imported, calling any compiled groovy class from a java class results in a ClassNotFoundException. How can this be corrected.
I am asking because Programming Groovy states that mixing both Groovy and Java code is allowed, although other authors suggest compileing Java src to the bin direcotory and Groovy src to bin-groovy directory, the default for GroovyEclipse plugin.

 
Mar 15, 2008
Generic-user-small St Clair S C... 2 posts

Topic: Programming Groovy / Joint Compilation with groovyc

Hello,

How can I use joint compilation with Eclipse IDE v3.3 or 3.4.

I am asking because Programming Groovy states that mixing both Groovy and Java code is allowed, although other authors suggest compileing Java src to the bin direcotory and Groovy src to bin-groovy directory, the default for GroovyEclipse plugin.

When I compile to the bin and bin-groovy directory, the imported, calling any compiled groovy class from a java class results in a ClassNotFoundException. How can this be corrected.

2 posts