ple
>
> 2010/8/6, Yingwei HU :
>
>
>
> > Hello, all.
> > Who knows how to execute native code in server-side?
> > There is no Runtime class in gwt.
> > I either can not use system.load(lib) to recall the outside dll due to
> > security control.
> &
uncheck the app engine option when creating the project...so simple
2010/8/6, Yingwei HU :
> Hello, all.
> Who knows how to execute native code in server-side?
> There is no Runtime class in gwt.
> I either can not use system.load(lib) to recall the outside dll due to
> security
you will run into the problem
> where the library is loaded by the system class loader, so it is not
> released until you restart the entire server and will not be unloaded
> when you undeploy your app.
>
> On Aug 5, 10:59 am, Yingwei HU wrote:
>
> > Hello, all.
> > Who
ed by the system class loader, so it is not
released until you restart the entire server and will not be unloaded
when you undeploy your app.
On Aug 5, 10:59 am, Yingwei HU wrote:
> Hello, all.
> Who knows how to execute native code in server-side?
> There is no Runtime class in gwt.
>
Hello, all.
Who knows how to execute native code in server-side?
There is no Runtime class in gwt.
I either can not use system.load(lib) to recall the outside dll due to
security control.
What can I do to solve this problem?
Thank you.
--
You received this message because you are subscribed to