I have a clean installation of Vista on my MacBook; the only things I installed are:
- Latest Java JRE (6.12 I think)
- Tomcat 6
- MySQL 5.1
I have a J2EE app I need to have running, on my desktop it's all fine but on this laptop the TomCat service can't start. I just get told it failed, and in the Event Log it's listed as error 0x0. In the TomCat log I see:
"Failed creating java C:\Program Files\Java\jre6\bin\client\jvm.dll"
But I verified this does exist, and I did restart Windows after installing things.
MySQL is working fine, just TomCat refuses.
Anyone tell me which really obvious step I missed?
- Latest Java JRE (6.12 I think)
- Tomcat 6
- MySQL 5.1
I have a J2EE app I need to have running, on my desktop it's all fine but on this laptop the TomCat service can't start. I just get told it failed, and in the Event Log it's listed as error 0x0. In the TomCat log I see:
"Failed creating java C:\Program Files\Java\jre6\bin\client\jvm.dll"
But I verified this does exist, and I did restart Windows after installing things.
MySQL is working fine, just TomCat refuses.
Anyone tell me which really obvious step I missed?
Comment