loader. This should be useful in situations like this.
On May 24, 10:33 am, Pablo Beltran <
pbeltr...@gmail.com> wrote:
> Hi again,
>
> The problem is the System classpath configuration (readable from
> System.getProperty("java.class.path").
>
> Its value is different depending of the environment: standalone or web java
> application. The Take compiler takes the classpath from the JVM environment
> and not from the J2EE app server environment (WEB-INF/...) from where the
> compiler is called.
>
> Hence it's mandatory configuring the System classpath when Take runs
> embedded in Tomcat and you must to include in the System classpath the Take
> and the 3rd party libraries which are needed to compile your Take script.
>
> I made it and it worked.
>
> Besst regards,
> Pablo.
>