Alexei, Gregory, I'm glad to help!
Gregory Shimansky wrote:
Alexei Fedotov said the following on 28.03.2008 12:59:
Dmitry,
That's unbelievable! You have made the Harmony work on Vista. Thank
you for your patch!
All,
Do we have committers who have access to Vista?
This one patch is so trivial that I don't need vista to commit it. It
will be integrated today. OTOH more complex code for Vista might need
testing in the future.
On Fri, Mar 28, 2008 at 12:51 PM, Dmitry Egorov <[EMAIL PROTECTED]>
wrote:
Maksim, I sent the patch to Jira, here's the link:
http://issues.apache.org/jira/browse/HARMONY-5659
Dmitry.
Maksim Ananjev wrote:
> Great!
> I think, it makes sense for your to contribute this Vista-enabling
> patch to JIRA, and for the committers - to commit it.
>
>
> On Thu, Mar 27, 2008 at 10:35 PM, Dmitry Egorov
<[EMAIL PROTECTED]> wrote:
>
>> Thank you, Maksim! I added a line for 6.0 and it works fine. At
least on
>> a "Hello World" programm.
>>
>> Dmitry.
>>
>> Maksim Ananjev wrote:
>>
>>
>>
>>> Here is a face-control code from vm_init.cpp that causes the
error_message
>>>
>> >
>> > if((osvi.dwMajorVersion == 4 && osvi.dwMinorVersion == 0)
|| // NT 4.0
>> > (osvi.dwMajorVersion == 5 && osvi.dwMinorVersion == 0)
|| //
>> > Windows 2000
>> > (osvi.dwMajorVersion == 5 && osvi.dwMinorVersion == 1)
|| // Windows XP
>> > (osvi.dwMajorVersion == 5 && osvi.dwMinorVersion ==
2)) { //
>> > Windows.NET
>> > return JNI_OK;
>> > }
>> > printf("Windows %d.%d is not supported\n",
osvi.dwMajorVersion,
>> > osvi.dwMinorVersion);
>> >
>> > Seems, that it was written, when there had been no Vista.
>> > I have a strong feeling that just adding 6.0 option to this
list makes
>> > launching Harmony on Vista possible.
>> >
>> >
>> > On Thu, Mar 27, 2008 at 9:29 PM, Dmitry Egorov
<[EMAIL PROTECTED]> wrote:
>> >
>> >> Hello, everyone!
>> >>
>> >> I installed Windows Vista 32-bit edition recently, patched
it with SP1
>> >> and now i can't run Harmony. It builds successfully, but
when I try
>> >> running java.exe and javac.exe files I get the following
message:
>> >> "Windows 6.0 is not supported
>> >> HMYEXEL062E Внутренняя ошибка VM: Не удалось создать Java VM
>> >> FAILED to invoke JVM."
>> >>
>> >> I copied Harmony binaries to another computer running
Windows XP and it
>> >> works OK there.
>> >>
>> >> I thought Vista is supported by Harmony, maybe I was wrong.
Any ideas?
>> >>
>> >>
>> >>
>> >
>> >
>> >
>> >
>>
>>
>
>
>
>