From b1014b24f95f8a12bea97c868e78e2b77a18b3b9 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Tue, 11 Aug 2009 09:21:26 -0600 Subject: [PATCH] specify java.specification.version in Avian_gnu_classpath_VMSystemProperties_preInit --- src/gnu.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gnu.cpp b/src/gnu.cpp index c14d050535..067385c76a 100644 --- a/src/gnu.cpp +++ b/src/gnu.cpp @@ -134,6 +134,8 @@ Avian_gnu_classpath_VMSystemProperties_preInit PROTECT(t, method); + setProperty(t, method, properties, "java.specification.version", "1.5"); + setProperty(t, method, properties, "java.vm.name", "Avian"); setProperty(t, method, properties, "java.protocol.handler.pkgs", "avian");