
Anonymous
Not applicable
2011-02-21
04:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
[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 .
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 .
928 Views
- « Previous Replies
-
- 1
- 2
- Next Replies »
1 Solution
Accepted Solutions

Anonymous
Not applicable
2011-10-18
06:04 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
845 Views
10 Replies

Anonymous
Not applicable
2011-02-21
06:13 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Set {javahome}\bin in your system path.
845 Views

Anonymous
Not applicable
2011-02-21
12:01 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
You must install Sun JDK1.5 or 1.6 before you launch TOS.
Best regards
Shong
You must install Sun JDK1.5 or 1.6 before you launch TOS.
Best regards
Shong
845 Views

Anonymous
Not applicable
2011-02-25
07:04 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
845 Views

Anonymous
Not applicable
2011-03-15
07:15 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
845 Views

Anonymous
Not applicable
2011-03-16
12:16 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
845 Views

Specialist III
2011-04-02
11:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 .
845 Views

Anonymous
Not applicable
2011-10-16
08:14 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.
845 Views

Anonymous
Not applicable
2011-10-18
06:04 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
846 Views

Specialist III
2011-11-09
05:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
845 Views

- « Previous Replies
-
- 1
- 2
- Next Replies »