[launcher] let's fix JAVA_HOME issue finally

2006-09-29 Thread Alexey Varlamov
Folks, It appears we did not fixed dependency on environmental var JAVA_HOME yet. Rather than pushing workarounds to build scripts (like HARMONY-1569), let's fix the root cause! Can somebody express some reason why launcher should depend on JAVA_HOME value? If no objections, suggested fix is at

Re: [launcher] let's fix JAVA_HOME issue finally

2006-09-29 Thread Alexey Petrenko
+1 for fix the issue. 2006/9/29, Alexey Varlamov [EMAIL PROTECTED]: Folks, It appears we did not fixed dependency on environmental var JAVA_HOME yet. Rather than pushing workarounds to build scripts (like HARMONY-1569), let's fix the root cause! Can somebody express some reason why launcher

Re: [launcher] let's fix JAVA_HOME issue finally

2006-09-29 Thread Mikhail Fursov
I always use multiple JVMs on the same PC. So, please, let's remove JAVA_HOME dependency from our VM. +1 On 9/29/06, Alexey Petrenko [EMAIL PROTECTED] wrote: +1 for fix the issue. 2006/9/29, Alexey Varlamov [EMAIL PROTECTED]: Folks, It appears we did not fixed dependency on environmental

Re: [launcher] let's fix JAVA_HOME issue finally

2006-09-29 Thread Geir Magnusson Jr.
On Sep 29, 2006, at 8:04 AM, Alexey Varlamov wrote: Folks, It appears we did not fixed dependency on environmental var JAVA_HOME yet. Rather than pushing workarounds to build scripts (like HARMONY-1569), let's fix the root cause! That wasn't a workaround, IMO, but getting things explicit.