Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » newbee ocl standalone
newbee ocl standalone [message #580719] Wed, 14 June 2006 09:55
Chris Lenz is currently offline Chris LenzFriend
Messages: 214
Registered: July 2009
Senior Member
I want to use ocl as standalone.

if i write this in my main class
Query query = QueryFactory.eINSTANCE.createQuery(
"Book.allInstances()->select(b : Book | b <> self and b.title =
self.title)",
EXTLibraryPackage.eINSTANCE.getBook());

I get the following error:
Exception in thread "main" java.lang.NoClassDefFoundError:
lpg/lpgjavaruntime/RuleAction

what jar files do I have to add !

Thanx Chris
Previous Topic:emf validation and allInstances
Next Topic:[Announce] EMF/GMF Webinar
Goto Forum:
  


Current Time: Thu Apr 25 21:48:53 GMT 2024

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

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

Back to the top