标题: fail to use java obj within SAS data step [打印本页] 作者: shiyiming 时间: 2005-8-19 16:22 标题: fail to use java obj within SAS data step Hi, I have tried to use java obj within SAS data step but failed; Does anyone have a idea? I am really appreciated.
the information as follows:
java code:
public class Example1 {
public Example1 () {}
public String getMessage () {return "Hello SAS";}
}
then compiled and obtained class file: Example1.class
Could not create Java VM
NOTE: The data step has been abnormally terminated.
NOTE: DATA statement used (Total process time):
real time 0.01 seconds
cpu time 0.01 seconds作者: shiyiming 时间: 2005-8-21 20:48 标题: to bigbang 我的测试情况更糟,运行SAS代码后整个SAS窗口都自动关闭了,并且得不到任何log信息。