The initial layout has plugin files with sources and jars in them. Not an Eclipse layout.
I've moved sources into a java project src/ and placed all the jars at the top level. Everything compiles without complaints. Various main()s run but raise exceptions.
I'm confident that everything is there, if I can just rearrange it all properly.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Did you use the Eclipse project that comes with the demo? Why do you say the initial layout is not an Eclipse one? If running your main() implies starting up the jpf engine, it may not be trivial to make it run successfully from Eclipse, though not impossible of course.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The initial layout has plugin files with sources and jars in them. Not an Eclipse layout.
I've moved sources into a java project src/ and placed all the jars at the top level. Everything compiles without complaints. Various main()s run but raise exceptions.
I'm confident that everything is there, if I can just rearrange it all properly.
Did you use the Eclipse project that comes with the demo? Why do you say the initial layout is not an Eclipse one? If running your main() implies starting up the jpf engine, it may not be trivial to make it run successfully from Eclipse, though not impossible of course.