i run the osgi using the java command: java -jar org.eclipse.osgi_3.5.1.R35x_v20090827.jar -console and then the bundles could be find in the ./plugins directory.
There are 2 questions. (1)I just edited 1 class file in the local machine and transfered it to the remote server. so I want to osgi just load the classes not the jar. how should I do it ? if the osgi framework didn't support this feature. I must package the jar which has only one class file edited and transfer it to remote server. it is to slow to package it and transfer the whole jar.
(2)when I run the command in background. how could I get the osgi console again?