ow2-proactive / programming

ProActive Programming library
http://proactive.activeeon.com/
GNU Affero General Public License v3.0
7 stars 19 forks source link

java -jar ProActive.jar is not possible any more in ProActive Light #1287

Open activeeon-bot opened 10 years ago

activeeon-bot commented 10 years ago

Original issue created by Fabien Viale on 21, Aug 2014 at 15:14 PM - PALIGHT-79


It used to be possible to have extensive information about the ProActive configuration (network, properties, interfaces etc) by using the command java -jar ProAcive.jar

It is not possible any more with the new repackaging, it looks like the manifest is not written properly.

activeeon-bot commented 10 years ago

Original comment posted by Youri Bonnaffe on 21, Aug 2014 at 15:19 PM


As a workaround it is possible to use: java -cp 'dist/lib/**' org.objectweb.proactive.Main