call a java method from a transformation [message #1092935] |
Fri, 23 August 2013 10:51 |
beaperez Mising name Messages: 81 Registered: July 2009 |
Member |
|
|
Hello!
I am trying to invoke a java method from a transformation.
The java class (plugin.JavaClass) is in the directory:
JavaProject/src/plugin/JavaClass.java
with the simple code:
package plugin;
class JavaClass{
public String example(){
return "Hello";
}
}
and the MOFScript transformation in:
JavaProject/src/plugin/transformations/transformation.m2t
I am using the code:
hello= java ("plugin.JavaClass", "example", null, "C:/Program Files/Java/jre7/")
But I get an "Java Class not found" error.
Does anybody know where is the problem?
Thank you very much in advance
Bea
|
|
|
Powered by
FUDForum. Page generated in 0.01892 seconds