Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Step require to call java class file from QVW files

Hi Forums/Friends

I written one java code named as myfirstjava.java and after compling(javac myfirstjava.java) we get myfirstjava.class files

In dos prompt I can run/call/executes as follows:-

java myfirstjava.class

This myfirstjava.class files I want to get execute in QlikView file for e.g. let the name of Qlikview file be as Qlikjava.qvw

After runing here Qlikjava.qvw in desktop same I want to get in QV Server also.

Any body can please so the way out the set to call the java program in Qlikview.

I hope I had explained the scenerio.

Advance Thanks

SD

1 Reply
Anonymous
Not applicable
Author

You can make a jar of the java Program and execute the jar from Qlikview, however you won't be able to consume the output unless you write that to some external file system.