Dear Lars,
I have written a simple add function in a class and use jbimp to convert to
dll it works perfectly. But when I tried to convert JWNL class, it returns
the error as below and I have tried several arguments but it does not help.
Any suggestion?
Error:
Microsoft (R) Java-language bytecode to MSIL converter version 1.1.4322.0
for Microsoft (R) .NET Framework version 1.1.4322
Copyright (C) Microsoft Corp 2000-2002. All rights reserved.
Please convert all unresolved references and resubmit for successful
conversion
JbImp error: Couldn't find class 'net.didion.jwnl.JWNLException'
Unresolved class 'net.didion.jwnl.JWNLException' is not also present in the
CLASSPATH
JbImp error: Couldn't find class 'javax.xml.parsers.DocumentBuilderFactory'
Unresolved class 'javax.xml.parsers.DocumentBuilderFactory' is not also
present in the CLASSPATH
JbImp error: Couldn't find class 'javax.xml.parsers.DocumentBuilder'
Unresolved class 'javax.xml.parsers.DocumentBuilder' is not also present in
the CLASSPATH
JbImp error: Couldn't find class 'org.w3c.dom.Document'
Unresolved class 'org.w3c.dom.Document' is not also present in the CLASSPATH
JbImp error: Couldn't find class 'org.w3c.dom.Element'
Unresolved class 'org.w3c.dom.Element' is not also present in the CLASSPATH
JbImp error: Couldn't find class 'net.didion.jwnl.util.ResourceBundleSet'
Unresolved class 'net.didion.jwnl.util.ResourceBundleSet' is not also
present in the CLASSPATH
JbImp error: Couldn't find class 'org.w3c.dom.Node'
Unresolved class 'org.w3c.dom.Node' is not also present in the CLASSPATH
JbImp error: Couldn't find class 'org.w3c.dom.NodeList'
Unresolved class 'org.w3c.dom.NodeList' is not also present in the CLASSPATH
JbImp error: Couldn't find class 'net.didion.jwnl.data.PointerType'
Unresolved class 'net.didion.jwnl.data.PointerType' is not also present in
the CLASSPATH
JbImp error: Couldn't find class 'net.didion.jwnl.data.Adjective'
Unresolved class 'net.didion.jwnl.data.Adjective' is not also present in the
CLASSPATH
JbImp error: Couldn't find class 'net.didion.jwnl.data.VerbFrame'
Unresolved class 'net.didion.jwnl.data.VerbFrame' is not also present in the
CLASSPATH
JbImp error: Couldn't find class 'net.didion.jwnl.JWNL$Version'
Unresolved class 'net.didion.jwnl.JWNL$Version' is not also present in the
CLASSPATH
JbImp error: Couldn't find class 'net.didion.jwnl.util.factory.Element'
Unresolved class 'net.didion.jwnl.util.factory.Element' is not also present
in the CLASSPATH
JbImp error: Couldn't find class 'net.didion.jwnl.util.factory.Param[]'
Unresolved class 'net.didion.jwnl.util.factory.Param[]' is not also present
in the CLASSPATH
JbImp error: Couldn't find class 'net.didion.jwnl.util.factory.ParamList'
Unresolved class 'net.didion.jwnl.util.factory.ParamList' is not also
present in the CLASSPATH
JbImp error: Couldn't find class 'net.didion.jwnl.util.factory.ValueParam'
Unresolved class 'net.didion.jwnl.util.factory.ValueParam' is not also
present in the CLASSPATH
JbImp error: Couldn't find class
'net.didion.jwnl.util.factory.NameValueParam'
Unresolved class 'net.didion.jwnl.util.factory.NameValueParam' is not also
present in the CLASSPATH
JbImp error: Couldn't find class 'org.w3c.dom.NamedNodeMap'
Unresolved class 'org.w3c.dom.NamedNodeMap' is not also present in the
CLASSPATH
JbImp error: Couldn't find class 'net.didion.jwnl.JWNL$OS'
Unresolved class 'net.didion.jwnl.JWNL$OS' is not also present in the
CLASSPATH
JbImp error: Couldn't find class 'net.didion.jwnl.JWNLRuntimeException'
Unresolved class 'net.didion.jwnl.JWNLRuntimeException' is not also present
in the CLASSPATH
JbImp error: Couldn't find class 'net.didion.jwnl.dictionary.Dictionary'
Unresolved class 'net.didion.jwnl.dictionary.Dictionary' is not also present
in the CLASSPATH
chanmm
"Lars-Inge T?nessen [VJ# MVP]" <http://emailme.larsinge.com> wrote in
message news:u56UoA5DFHA.228@tk2msftngp13.phx.gbl...
[quoted text, click to view] >
> You must first convert the java byte code into .net code with the
> "jbimp.exe" tool. After that just add a reference the library in your J#
> app.
>
>
> Regards,
> Lars-Inge Tønnessen
>
>