Runtime development
Submitted by pgwiasda on Fri, 05/20/2005 - 09:49.
Hi,
I try to develope a new command line program to jnode.
Is there any way, to transfer the jar to
a running jnode in vmware and replace the jar in runtime ?
I saw there is an ftp client in jnode is it working ?
This would reduce the turnaroundtime of my development process.
- Login to post comments
Plugin Addloader and reload
Check plugin addloader and plugin reload command. These command allow to reload a jar plugin from a http server.
Example :
plugin addloader http://192.168.0.1/plugins
plugin reload org.jnode.driver.usb.storage
this example reload usb storage driver from a webserver that run on 192.168.0.1
Fabien L.
classpath command
Use the classpath command.
With this you can add url's to the classpath, for example http://myserverip/myjar.jar
Ewout
classpath command
tanks,
I will try this.
Patrick