Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello, I have installed TOS-Win32-r53616-V4.1.2 in my system, but when I want to lunch it an error message appear:
No java virtual machine was found after seaching in the following locations:C:\Program Files\TOS-Win32-r53616-V4.1.2\jre\bin\javaw.exe .
Ok...I'll answer my own question.
I found this answer on the eclipse installation wiki. Works like a charm. This sequence is for Windows 7
FIRST: Go to Control Panel, then open JAVA, which brings up the Java Control Panel. In the JAVA tab, you select View, and get the path for your Java runtime environment.
SECOND: Edit the .ini file for the Talend executable you are using. The -vm entry and the line below it were added (must be on separate line). Must be placed before the vmargs line.
-vm
C:\Program Files (x86)\Java\jre6\bin\javaw.exe
-vmargs
-Xms64m
-Xmx768m
-XX:MaxPermSize=256m