Re: [O] Org-babel Java imports

2017-09-19 Thread Eric S Fraga
On Tuesday, 19 Sep 2017 at 09:51, Tim Jones wrote: > I then tried preceding it with a package statement, which did not work > either. No, a package statement should not be required. The classname matches the java code. What worked for me, accessing a class in another package, was to put

Re: [O] Org-babel Java imports

2017-09-19 Thread Tim Jones
Eric Thanks for your reply No - that's exactly what I did first, but it did not work. I then tried preceding it with a package statement, which did not work either. It got me thinking that I had now idea how it could resolve dependencies, whether for java packages, which you would expect to be

Re: [O] Org-babel Java imports

2017-09-19 Thread Eric S Fraga
On Friday, 15 Sep 2017 at 14:56, Tim Jones wrote: > Hi > Want to create org docs with embedded java blocks which will generate > testing data > > I have seen > http://ehneilsen.net/notebook/orgExamples/org-examples.html#sec-19 > but have not been able to find an example where there are any import

[O] Org-babel Java imports

2017-09-15 Thread Tim Jones
Hi Want to create org docs with embedded java blocks which will generate testing data I have seen http://ehneilsen.net/notebook/orgExamples/org-examples.html#sec-19 but have not been able to find an example where there are any import statements e.g. import java.time.*; Can anyone tell me how I