From: Mihael K. <m.k...@po...> - 2005-05-30 13:28:45
|
hi, i'm trying to use jsystem for some system test cases. i'm developing a test where i need to connect to server. when i start the programm (not the test) i get an error message that he can't load a class i'm using in a test. the jar is in the classpath. anything i'm missing? Exception in thread "main" java.lang.NoClassDefFoundError: com/ibm/as400/data/PcmlException at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Class.java:2365) at java.lang.Class.privateGetPublicMethods(Class.java:2488) at java.lang.Class.getMethods(Class.java:1406) at jsystem.treeui.TestCaseNode.<init>(TestCaseNode.java:13) at jsystem.treeui.Node.initChildren(Node.java:88) at jsystem.treeui.DirectoryNode.<init>(DirectoryNode.java:16) at jsystem.treeui.Node.initChildren(Node.java:64) at jsystem.treeui.DirectoryNode.<init>(DirectoryNode.java:16) at jsystem.treeui.Node.initChildren(Node.java:64) at jsystem.treeui.DirectoryNode.<init>(DirectoryNode.java:16) at jsystem.treeui.Node.initChildren(Node.java:64) at jsystem.treeui.DirectoryNode.<init>(DirectoryNode.java:16) at jsystem.treeui.Node.initChildren(Node.java:64) at jsystem.treeui.RootNode.<init>(RootNode.java:20) at jsystem.treeui.TestTreeModel.<init>(TestTreeModel.java:27) at jsystem.treeui.TestTreePanel.<init>(TestTreePanel.java:29) at jsystem.treeui.TestTreeView.<init>(TestTreeView.java:123) at jsystem.treeui.TestRunner.<init>(TestRunner.java:47) at jsystem.treeui.TestRunner.main(TestRunner.java:439) thanx so far. mk |