Das Notes Forum
Domino 9 und frühere Versionen => ND8: Entwicklung => Thema gestartet von: Axel08 am 14.05.08 - 15:32:08
-
Moin ;
Ich mache Plugin Entwiklung, und wollte ein Eclipse Plug-in ins Lotus notes 8 integriren. Das Problem scheint so aus : Mein Plugin funktioniert in Test Platform aber wenn ich es in Lotus Notes instelliere, ich grieke ein JVM Crash der unklar ist
Hat jemand sowas erlebt ?
-
Du mußt mit einer speziellen Eclipse Plug-in Sammlung entwickeln. Den Lotus Expeditor Toolkit (gibts umsonst und basiert auf Eclipse 3.2.2)
Gruß Axel
-
#
# An unexpected error has been detected by Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x05ddafcf, pid=936, tid=3972
#
# Java VM: Java HotSpot(TM) Client VM (10.0-b19 mixed mode, sharing windows-x86)
# Problematic frame:
# C [nnotes.dll+0x18afcf]
#
# An error report file with more information is saved as:
# C:\eclipse3.2\eclipse\hs_err_pid936.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
hiere ist die JVM Meldung drin steht nnotes.dll, was ist damit ?? ich verstehe es nicht
-
I got it :) I had to add System.finalizeOnExit to the activator to avoid the crash
;D