a*****i 发帖数: 4391 | 1 I was trying to run google java API demo from my redhat machine
with java 1.4.1:
I got this
[me@einstein googleapi]$ java -cp googleapi.jar
com.google.soap.search.GoogleAPIDemo search Foo
Parameters:
Client key =
Directive = search
Args = Foo
Exception in thread "main" java.lang.InternalError: unexpected
exception during linking: java.lang.ClassNotFoundException:
com.ibm.xmi.framework.WriterFactory
Where do I get this com.ibm.xmi.framework package?
Thanks! |
s*********n 发帖数: 13 | 2 xmisoap.jar
【在 a*****i 的大作中提到】 : I was trying to run google java API demo from my redhat machine : with java 1.4.1: : I got this : [me@einstein googleapi]$ java -cp googleapi.jar : com.google.soap.search.GoogleAPIDemo search Foo : Parameters: : Client key = : Directive = search : Args = Foo : Exception in thread "main" java.lang.InternalError: unexpected
|
a*****i 发帖数: 4391 | 3 Thanks a lot! find it :D
【在 s*********n 的大作中提到】 : xmisoap.jar
|
a*****i 发帖数: 4391 | 4 hmm, After I download it, how do I use it though? :)
(I am a java newbie...)
【在 a*****i 的大作中提到】 : Thanks a lot! find it :D
|
r**a 发帖数: 630 | 5
classpath
include the jar file into the classpath
【在 a*****i 的大作中提到】 : hmm, After I download it, how do I use it though? :) : (I am a java newbie...)
|