Hi Frnds,I want to know can we use java class in the inline command?and if yes then please tell me the correct procedure which i should follow.I have written one java class which is giving output on my local machine as[HTML][/HTML]If i Run the same java class on the TS server then it is showing some exception like no "main method found".But i am having the main method in the java program.Can anybody please tell me the correct way of doing this.No PDF mentions how to use java in our DCTs inline command.Any help on this will be well-appreciatedThanks,
Chances are, Forms Publisher Inline execution thread is lacking required Environment variables, CLASSPATH and the like.You can probably create a shell script that sets up the Environment and executes JVM with proper jars/classes.Environment setting syntax depends on your platform and shell
Thanks Boris,I am using TS 672 on windows.Can you please suggest me any IWOV docs for achieving all this.