Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » Trouble accessing java objects
Trouble accessing java objects [message #569788] Mon, 29 June 2009 12:20
Arian Storch is currently offline Arian StorchFriend
Messages: 6
Registered: July 2009
Junior Member
Hi!

I've got some trouble accessing a java object within evl/eol.
The given example works fine:

var frame := new Native('javax.swing.JFrame');

But when I try to call my own object like

var clazz := new Native('workflow.validation.TestClass');

I'm getting the following error message:

"Type 'workflow.validation.TestClass' not found"

Any suggestions?

Greetings
Previous Topic:Executing ANT workflow with Epsilon tasks included: Tasks not found?
Next Topic:Making EVL files known to Eclipse
Goto Forum:
  


Current Time: Thu Apr 25 05:52:43 GMT 2024

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

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

Back to the top