Posted: Mon Jun 26, 2006 1:11 am Post subject: JavaCompute nodes and projects
Apprentice
Joined: 19 Jun 2006 Posts: 37
I have a flow with multiple JavaCompute nodes. When I configure each JavaCompute node it requires its own Java project. Is there any way to get all the JavaCompute nodes within a flow to share a single Java Project?
Try putting all your java classes in the same project.Then try going to the compute node properties and in that browsing and pointing to the relevant java class.
make sure that your flow project has a reference to that java project containing all the java classes. (from project properties--> references).
OK, thanks. I wanted a short cut whereby opening Java in a new JavaCompute node would automatically define the class in an already defined Java project (as opposed to defining the class skeleton manually and then opening the class in the JavaCompute node. Still, not a major overhead!
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum