Re: Who knows how to execute native code in server-side

2010-08-12 Thread cokol
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. > &

Re: Who knows how to execute native code in server-side

2010-08-11 Thread Yingwei HU
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

Re: Who knows how to execute native code in server-side

2010-08-06 Thread Yingwei HU
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

Re: Who knows how to execute native code in server-side

2010-08-05 Thread lineman78
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. >

Who knows how to execute native code in server-side

2010-08-05 Thread 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. What can I do to solve this problem? Thank you. -- You received this message because you are subscribed to