System.print.createprintjob

I was trying system.print.createprintjob on a table but i’m getting this error, that does it mean?

Traceback (innermost last):

File “event:mouseClicked”, line 5, in ?

[quote]java.lang.Error: Fatal: Resource for ServiceUI is broken; there is no tab.general.vkMnemonic key in resource

java.lang.Error: java.lang.Error: Fatal: Resource for ServiceUI is broken; there is no tab.general.vkMnemonic key in resource

Ignition v7.3.8 (b647)
Java: Oracle Corporation 1.7.0_09[/quote]

One of the releases of Java 7 (I think somewhere around 7u6/7u7, but that’s purely a guess) broke that print function, but the fix was only applied to the 7.5 branch. You will have to upgrade to 7.5.3/7.5.4, or downgrade your Java to either an earlier version of Java 7, or Java 6.

Oh okay, thank you.