Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I found that Talend has a schedule facility which generates a CRON type file (but doesn?t actually do the running of the scheduled task).
Exception in thread "main" java.lang.UnsupportedClassVersionError: talenddemosja
A correction to above command is as per
?C:/Program Files/Java/jre1.6.0_05/bin/java.exe? -Xms256M -Xmx1024M -cp C:/TOS-Win32-r24830-V3.1.1/lib/java/advancedPersistentLookupLib.jar;C:/TOS-Win32-r24830-V3.1.1/lib/java/commons-collections-3.2.jar;C:/TOS-Win32-r24830-V3.1.1/lib/java/ojdbc12-8i.jar;C:/TOS-Win32-r24830-V3.1.1/lib/java/ojdbc14-10g.jar;C:/TOS-Win32-r24830-V3.1.1/workspace/.Java/classes;C:/TOS-Win32-r24830-V3.1.1/lib/java; talenddemosjava.copy_of_transfer_dbmap_spd_mth_prod_to_ppdm_0_1.Copy_of_Transfer_dbMap_SPD_MTH_PROD_to_PPDM --context=Default
I found that Talend has a schedule facility which generates a CRON type file (but doesn?t actually do the running of the scheduled task).
I found that I could use windows scheduler (with a startin directory of ?C:/Program Files/Java/jre1.6.0_05/bin/" not sure if this is important
This works fine but I have no idea if this is the best way ..
It is also possible to export the Talend process as Autonomous Job, Axis WebService (.WAR or ZIP), JBoss ESB.
Offers choice of Unix / Windows shell launcher ..
I haven?t worked out how to use these exported items once they are generated however ..
I tried running the bat file but got this message:
Exception in thread "main" java.lang.UnsupportedClassVersionError: talenddemosja
va/copy_of_transfer_dbmap_spd_mth_prod_to_ppdm_0_1/Copy_of_Transfer_dbMap_SPD_MT
H_PROD_to_PPDM (Unsupported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
I'll try some other things .. Will post again if I work out what I'm doing..