Solar
 
   

Frequently Asked Questions

printer
print-friendly
PDF

Questions

Answers

1. Programming Solar

1.1. Can I still create an empty events and then add attributes?^

No, events are made immutable now. You have to create a list of attributes then create a new event with that list.

2. Running Solar

2.1. Why do I get "java no match" error when running the ClockSource or EventPrinter?^

If you use command line option for names/queries, you may need to put quotes around it such as: java solar.test.ClockSource -host tahoe -name "[source=clock]".