Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] No java virtual machine

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 .
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

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

View solution in original post

10 Replies
Anonymous
Not applicable
Author

Set {javahome}\bin in your system path.
Anonymous
Not applicable
Author

Hi
You must install Sun JDK1.5 or 1.6 before you launch TOS.
Best regards
Shong
Anonymous
Not applicable
Author

boulebtina, did you check that filepath manually? Like go to program files, then TOS, jre, etc... If the file is not there than you may not have java installed. To make sure, you could do a search on the javaw.exe file and set the correct path.
Anonymous
Not applicable
Author

I just suggest you that you must install Sun JDK1.5 or 1.6 before you launch TOS. It will definitely help you to sort out your problem.
Anonymous
Not applicable
Author

Your best bet is to install 1.6 as 1.5 still has some bugs to be worked out. If you are operating 1.6, you should be fine to install.
_AnonymousUser
Specialist III

SOS this same file prevents every download......GET IT OFF MY COMPUTER..ASAP

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 .
Anonymous
Not applicable
Author

I'm having the same problem on windows, and while the answer above may be "correct", it isn't adequate.
I have Java runtime path of: C:\Program Files (x86)\Java\jre1.6.0\bin\javaw.exe
I also have a JAVA_HOME environmental variable with a value of c:\Program Files\Java\jre\bin
How do I get MDM or TOS or TOP to recognize this.
It may just be because I'm not that sophisticated...but
"Set {javahome}\bin in your system path." is not specific enough.
If you have an answer, please be very specific.
Thank you in advance for sharing your expertise.
Anonymous
Not applicable
Author

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
_AnonymousUser
Specialist III

Perfect!!
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