Re: Run configuration in Eclipse

2011-09-27 Thread Ruby Stevenson
>> hi, all >> >> I am trying to set up run configuration in Eclipse, the VM argument I >> passed in are as the following, I am pretty sure the path shown below >> is valid, yet I am getting the exception - any help is appreciated. >> >> -Dcassandra

Re: Run configuration in Eclipse

2011-09-26 Thread Jérémy SEVELLEC
Hi, try adding "file:" like that : -Dcassandra.config=file:${workspace_loc:cassandra}/test/conf/cassandra.yaml Regards Jérémy 2011/9/26 Ruby Stevenson > hi, all > > I am trying to set up run configuration in Eclipse, the VM argument I > passed in are as the following

Run configuration in Eclipse

2011-09-26 Thread Ruby Stevenson
hi, all I am trying to set up run configuration in Eclipse, the VM argument I passed in are as the following, I am pretty sure the path shown below is valid, yet I am getting the exception - any help is appreciated. -Dcassandra.config=${workspace_loc:cassandra}/test/conf/cassandra.yaml