| How to use Native with my own Java classes? [message #583097] |
Mon, 23 November 2009 14:50  |
Itamar Messages: 39 Registered: November 2009 |
Member |
|
|
I have a short EVL file that looks something like:
...
var frame := new Native('javax.swing.JFrame');
...
var v := new Native('my.MyValidator');
...
The first statement works fine, but the second throws an error:
Type 'my.MyValidator' not found
The EVL file and the my.MyValidator class reside in the same project, and I run the EVL file using the EVL Validation run-configuration.
Any ideas why I cannot use Native('my.MyValidator') ?
Thanks !
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04895 seconds