Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » [TPTP AGR] Insert Verification Hook NoClassDefFoundError: org/eclipse/ltk/core/refactoring/Change
[TPTP AGR] Insert Verification Hook NoClassDefFoundError: org/eclipse/ltk/core/refactoring/Change [message #101333] Wed, 20 June 2007 15:22 Go to next message
Eclipse UserFriend
Originally posted by: emontagne.odyssey-group.com

Hi,

I tried to insert a verification hook as described in
http://www.eclipse.org/tptp/test/documents/userguides/Intro- Auto-GUI-4-3-0.html
and the following error occurs as soon I click on the Insert button:
java.lang.NoClassDefFoundError: org/eclipse/ltk/core/refactoring/Change
The Status on the Control Center Dialog switch to "generating the source..."
not "select a target (a view, editor, or dialog)" as expected. I can end the
test using the Terminate button.
The full stack trace is at the end of the mail.

Here is my configuration:
Eclipse SDK
Version: 3.2.2
Build id: M20070212-1330

TPTP Core
Version: 4.3.1.v200701291655--GFEkmGwH-woGu8
Build id: TPTP-4.2.2-200701291553

TPTP Automated GUI Recording and Playback
Version: 4.1.100.v200612011515
Build id: TPTP-4.3.0-200612011515


I have added "org.eclipse.ltk.core.refactoring" in the Required Plug-ins
inside the dependencies of the project and the same error occurs.

Have I forgotten to make something?
--
Eric


The full stack trace is:
java.lang.NoClassDefFoundError: org/eclipse/ltk/core/refactoring/Change
at
org.eclipse.tptp.test.auto.gui.internal.actions.AutoGUIRecor dAction.handleEvent(AutoGUIRecordAction.java:309)
at
org.eclipse.tptp.test.auto.gui.internal.dialogs.AutoGUITestC ontrollerDialog.notifyListeners(AutoGUITestControllerDialog. java:487)
at
org.eclipse.tptp.test.auto.gui.internal.dialogs.AutoGUITestC ontrollerDialog.widgetSelected(AutoGUITestControllerDialog.j ava:436)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:90)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3348)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2968)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1930)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:422)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:95)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:78)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:400)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
Re: [TPTP AGR] Insert Verification Hook NoClassDefFoundError: org/eclipse/ltk/core/refactoring/Chang [message #101348 is a reply to message #101333] Wed, 20 June 2007 19:49 Go to previous messageGo to next message
Liz Dancy is currently offline Liz DancyFriend
Messages: 77
Registered: July 2009
Member
This is a multi-part message in MIME format.

------=_NextPart_000_000D_01C7B352.A0C147A0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi Eric,

It looks like you are using a different build of TPTP than the AGR. =
Could you try to reproduce this using the latest stable driver from our =
external download site (plus the AGR from the same build)? You will need =
both an EMF SDK and an Eclipse SDK.=20

All necessary dependencies can be downloaded from:
http://www.eclipse.org/tptp/home/downloads

Sincerely,

Liz Dancy

"Eric Montagne" <emontagne@odyssey-group.com> wrote in message =
news:f5bgnv$p8b$1@build.eclipse.org...
> Hi,
>=20
> I tried to insert a verification hook as described in=20
> =
http://www.eclipse.org/tptp/test/documents/userguides/Intro- Auto-GUI-4-3-=
0.html=20
> and the following error occurs as soon I click on the Insert button:
> java.lang.NoClassDefFoundError: =
org/eclipse/ltk/core/refactoring/Change
> The Status on the Control Center Dialog switch to "generating the =
source..."=20
> not "select a target (a view, editor, or dialog)" as expected. I can =
end the=20
> test using the Terminate button.
> The full stack trace is at the end of the mail.
>=20
> Here is my configuration:
> Eclipse SDK
> Version: 3.2.2
> Build id: M20070212-1330
>=20
> TPTP Core
> Version: 4.3.1.v200701291655--GFEkmGwH-woGu8
> Build id: TPTP-4.2.2-200701291553
>=20
> TPTP Automated GUI Recording and Playback
> Version: 4.1.100.v200612011515
> Build id: TPTP-4.3.0-200612011515
>=20
>=20
> I have added "org.eclipse.ltk.core.refactoring" in the Required =
Plug-ins=20
> inside the dependencies of the project and the same error occurs.
>=20
> Have I forgotten to make something?
> --=20
> Eric
>=20
>=20
> The full stack trace is:
> java.lang.NoClassDefFoundError: =
org/eclipse/ltk/core/refactoring/Change
> at=20
> =
org.eclipse.tptp.test.auto.gui.internal.actions.AutoGUIRecor dAction.handl=
eEvent(AutoGUIRecordAction.java:309)
> at=20
> =
org.eclipse.tptp.test.auto.gui.internal.dialogs.AutoGUITestC ontrollerDial=
og.notifyListeners(AutoGUITestControllerDialog.java:487)
> at=20
> =
org.eclipse.tptp.test.auto.gui.internal.dialogs.AutoGUITestC ontrollerDial=
og.widgetSelected(AutoGUITestControllerDialog.java:436)
> at =
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:90)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
> at =
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3348)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2968)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1930)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894)
> at=20
> =
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:42=
2)
> at =
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at =
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:95)
> at=20
> =
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivat=
or.java:78)
> at=20
> =
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplicati=
on(EclipseAppLauncher.java:92)
> at=20
> =
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(Eclips=
eAppLauncher.java:68)
> at=20
> =
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:4=
00)
> at=20
> =
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:1=
77)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at=20
> =
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java=
:39)
> at=20
> =
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorI=
mpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
> at org.eclipse.core.launcher.Main.run(Main.java:977)
> at org.eclipse.core.launcher.Main.main(Main.java:952)
>=20
>
------=_NextPart_000_000D_01C7B352.A0C147A0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.3059" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2>Hi Eric,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>It looks like you are using a different =
build of=20
TPTP than the AGR. Could you try to reproduce this using the latest =
stable=20
driver from our external&nbsp;download site (plus the AGR from the same =
build)?=20
You will need&nbsp;both an&nbsp;EMF SDK and an Eclipse =
SDK.&nbsp;</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>All necessary dependencies&nbsp;can be =
downloaded=20
from:</FONT></DIV>
<DIV><A href=3D"http://www.eclipse.org/tptp/home/downloads"><FONT =
face=3DArial=20
size=3D2>http://www.eclipse.org/tptp/home/downloads</FONT></A></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Sincerely,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Liz Dancy</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>"Eric Montagne" &lt;</FONT><A=20
href=3D"mailto:emontagne@odyssey-group.com"><FONT face=3DArial=20
size=3D2>emontagne@odyssey-group.com</FONT></A><FONT face=3DArial =
size=3D2>&gt; wrote=20
in message </FONT><A href=3D"news:f5bgnv$p8b$1@build.eclipse.org"><FONT =
face=3DArial=20
size=3D2>news:f5bgnv$p8b$1@build.eclipse.org</FONT></A><FONT =
face=3DArial=20
size=3D2>...</FONT></DIV><FONT face=3DArial size=3D2>&gt; Hi,<BR>&gt; =
<BR>&gt; I tried=20
to insert a verification hook as described in <BR>&gt; </FONT><A=20
href=3D" http://www.eclipse.org/tptp/test/documents/userguides/Intro- Auto-=
GUI-4-3-0.html"><FONT=20
face=3DArial=20
size=3D2> http://www.eclipse.org/tptp/test/documents/userguides/Intro- Auto=
-GUI-4-3-0.html</FONT></A><FONT=20
face=3DArial size=3D2> <BR>&gt; and the following error occurs as soon I =
click on=20
the Insert button:<BR>&gt; java.lang.NoClassDefFoundError:=20
org/eclipse/ltk/core/refactoring/Change<BR>&gt; The Status on the =
Control Center=20
Dialog switch to "generating the source..." <BR>&gt; not "select a =
target (a=20
view, editor, or dialog)" as expected. I can end the <BR>&gt; test using =
the=20
Terminate button.<BR>&gt; The full stack trace is at the end of the=20
mail.<BR>&gt; <BR>&gt; Here is my configuration:<BR>&gt; Eclipse =
SDK<BR>&gt;=20
Version: 3.2.2<BR>&gt; Build id: M20070212-1330<BR>&gt; <BR>&gt; TPTP=20
Core<BR>&gt; Version: 4.3.1.v200701291655--GFEkmGwH-woGu8<BR>&gt; Build =
id:=20
TPTP-4.2.2-200701291553<BR>&gt; <BR>&gt; TPTP Automated GUI Recording =
and=20
Playback<BR>&gt; Version: 4.1.100.v200612011515<BR>&gt; Build id:=20
TPTP-4.3.0-200612011515<BR>&gt; <BR>&gt; <BR>&gt; I have added=20
"org.eclipse.ltk.core.refactoring" in the Required Plug-ins <BR>&gt; =
inside the=20
dependencies of the project and the same error occurs.<BR>&gt; <BR>&gt; =
Have I=20
forgotten to make something?<BR>&gt; -- <BR>&gt; Eric<BR>&gt; <BR>&gt; =
<BR>&gt;=20
The full stack trace is:<BR>&gt; java.lang.NoClassDefFoundError:=20
org/eclipse/ltk/core/refactoring/Change<BR>&gt;&nbsp;at <BR>&gt;=20
org.eclipse.tptp.test.auto.gui.internal.actions.AutoGUIRecor dAction.handl=
eEvent(AutoGUIRecordAction.java:309)<BR>&gt;&nbsp;at=20
<BR>&gt;=20
org.eclipse.tptp.test.auto.gui.internal.dialogs.AutoGUITestC ontrollerDial=
og.notifyListeners(AutoGUITestControllerDialog.java:487)<BR >&gt;&nbsp;at =

<BR>&gt;=20
org.eclipse.tptp.test.auto.gui.internal.dialogs.AutoGUITestC ontrollerDial=
og.widgetSelected(AutoGUITestControllerDialog.java:436)<BR>&gt;&nbsp;at=20
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:90) <=
BR>&gt;&nbsp;at=20
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66) <BR>&gt;&=
nbsp;at=20
org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)<BR >&gt;&nbsp;at=
=20
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3348) <BR>&=
gt;&nbsp;at=20
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2968) <BR>&gt=
;&nbsp;at=20
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1930) <BR>&g=
t;&nbsp;at=20
org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894) <BR>&gt;&nbsp=
;at=20
<BR>&gt;=20
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:42=
2)<BR>&gt;&nbsp;at=20
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149) <BR>&=
gt;&nbsp;at=20
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:95) <BR=
>&gt;&nbsp;at=20
<BR>&gt;=20
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivat=
or.java:78)<BR>&gt;&nbsp;at=20
<BR>&gt;=20
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplicati=
on(EclipseAppLauncher.java:92)<BR>&gt;&nbsp;at=20
<BR>&gt;=20
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(Eclips=
eAppLauncher.java:68)<BR>&gt;&nbsp;at=20
<BR>&gt;=20
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:4=
00)<BR>&gt;&nbsp;at=20
<BR>&gt;=20
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:1=
77)<BR>&gt;&nbsp;at=20
sun.reflect.NativeMethodAccessorImpl.invoke0(Native =
Method)<BR>&gt;&nbsp;at=20
<BR>&gt;=20
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java=
:39)<BR>&gt;&nbsp;at=20
<BR>&gt;=20
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorI=
mpl.java:25)<BR>&gt;&nbsp;at=20
java.lang.reflect.Method.invoke(Method.java:585)<BR>&gt;&nbsp;at=20
org.eclipse.core.launcher.Main.invokeFramework(Main.java:336 ) <BR>&gt;&nbs=
p;at=20
org.eclipse.core.launcher.Main.basicRun(Main.java:280)<BR>&gt;&nbsp;at=20
org.eclipse.core.launcher.Main.run(Main.java:977)<BR>&gt;&nbsp;at=20
org.eclipse.core.launcher.Main.main(Main.java:952)<BR>&gt;=20
<BR>&gt;</FONT></BODY></HTML>

------=_NextPart_000_000D_01C7B352.A0C147A0--
Re: [TPTP AGR] Insert Verification Hook NoClassDefFoundError: org/eclipse/ltk/core/refactoring/Chang [message #101392 is a reply to message #101348] Thu, 21 June 2007 12:08 Go to previous message
Eclipse UserFriend
Originally posted by: emontagne.odyssey-group.com

Hi Liz,

I've downloaded and reinstalled all (EMF SDK link is not valid, I've taken
it here
http://archive.eclipse.org/modeling/emf/emf/downloads/drops/ 2.2.2/R200702131851/).

The generation of the class is made and after entering the code in
verifyLogContents method, I've had to add some imports like explained in
http://dev.eclipse.org/newslists/news.eclipse.tptp/msg03392. html but not the
same:
import org.eclipse.hyades.models.cbe.CBECommonBaseEvent;
import org.eclipse.tptp.platform.log.views.internal.views.LogViewer ;
import org.eclipse.swt.widgets.TableItem;

And now all works fine, thanks.

My previous install was an eclipse with tptp and AGR installed and/or
updated from update sites (Technology Preview update site for AGR), so it
seems, it's not possible to update because we could have packages from
different build!

Regards,
--
Eric


"Liz Dancy" <lizdancy@ca.ibm.com> wrote in message
news:<f5c0g0$dms$1@build.eclipse.org>...
> Hi Eric,
>
> It looks like you are using a different build of TPTP than the AGR. Could
> you try to reproduce this using the latest stable driver from > our
> external download site (plus the AGR from the same build)? You will need
> both an EMF SDK and an Eclipse SDK.
>
> All necessary dependencies can be downloaded from:
> http://www.eclipse.org/tptp/home/downloads
>
> Sincerely,
>
> Liz Dancy
>
> "Eric Montagne" <emontagne@odyssey-group.com> wrote in message
> news:f5bgnv$p8b$1@build.eclipse.org...
> > Hi,
> >
> > I tried to insert a verification hook as described in
> > http://www.eclipse.org/tptp/test/documents/userguides/Intro- Auto-GUI-4-3-0.html
> > and the following error occurs as soon I click on the Insert button:
> > java.lang.NoClassDefFoundError: org/eclipse/ltk/core/refactoring/Change
> > The Status on the Control Center Dialog switch to "generating the
> > source..."
> > not "select a target (a view, editor, or dialog)" as expected. I can end
> > the
> > test using the Terminate button.
> > The full stack trace is at the end of the mail.
> >
> > Here is my configuration:
> > Eclipse SDK
> > Version: 3.2.2
> > Build id: M20070212-1330
> >
> > TPTP Core
> > Version: 4.3.1.v200701291655--GFEkmGwH-woGu8
> > Build id: TPTP-4.2.2-200701291553
> >
> > TPTP Automated GUI Recording and Playback
> > Version: 4.1.100.v200612011515
> > Build id: TPTP-4.3.0-200612011515
> >
> >
> > I have added "org.eclipse.ltk.core.refactoring" in the Required Plug-ins
> > inside the dependencies of the project and the same error occurs.
> >
> > Have I forgotten to make something?
> > --
> > Eric
> >
> >
> > The full stack trace is:
> > java.lang.NoClassDefFoundError: org/eclipse/ltk/core/refactoring/Change
> > at
> > org.eclipse.tptp.test.auto.gui.internal.actions.AutoGUIRecor dAction.handleEvent(AutoGUIRecordAction.java:309)
> > at
> > org.eclipse.tptp.test.auto.gui.internal.dialogs.AutoGUITestC ontrollerDialog.notifyListeners(AutoGUITestControllerDialog. java:487)
> > at
> > org.eclipse.tptp.test.auto.gui.internal.dialogs.AutoGUITestC ontrollerDialog.widgetSelected(AutoGUITestControllerDialog.j ava:436)
> > at
> > org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:90)
> > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
> > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
> > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3348)
> > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2968)
> > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1930)
> > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894)
> > at
> > org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:422)
> > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> > at
> > org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:95)
> > at
> > org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:78)
> > at
> > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
> > at
> > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
> > at
> > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:400)
> > at
> > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > at
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
> > at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
> > at java.lang.reflect.Method.invoke(Method.java:585)
> > at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336 )
> > at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
> > at org.eclipse.core.launcher.Main.run(Main.java:977)
> > at org.eclipse.core.launcher.Main.main(Main.java:952)
> >
> >
> ----------
>
Previous Topic:TPTP AGR problem on PVCS plug in with attachment
Next Topic:EXCEPTION_ACCESS_VIOLATION - when using TPTP in Eclipse and Hibernate
Goto Forum:
  


Current Time: Fri Apr 26 08:25:25 GMT 2024

Powered by FUDForum. Page generated in 0.10103 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top