You need to have a jar of .class file, not .java files. The rest of
your parameters look ok. If you get a message about unreferences
classes try adding usestubrefs to your parameters.
Mike
Dragos CIULICA - 20 Jan 2004 10:32 GMT
Yes ... indeed! It works now! Thanks!
> You need to have a jar of .class file, not .java files. The rest of
> your parameters look ok. If you get a message about unreferences
> classes try adding usestubrefs to your parameters.
>
> Mike
JBImp converts java byte codes to .Net IL. If you have the source code for
the classes you are converting you will be better off letting J# convert
the source code to J#.
I hope this is helpful,
Michael Green
Microsoft Developer Support
--------------------
| From: dragos.ciulica@softure.com (Dragos CIULICA)
| Newsgroups: microsoft.public.dotnet.vjsharp
[quoted text clipped - 7 lines]
| Content-Transfer-Encoding: 8bit
| X-Trace: posting.google.com 1074129941 16541 127.0.0.1 (15 Jan 2004
01:25:41 GMT)
| X-Complaints-To: groups-abuse@google.com
| NNTP-Posting-Date: Thu, 15 Jan 2004 01:25:41 +0000 (UTC)
| Path:
cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.su
l.t-online.de!t-online.de!newsfeed.icl.net!newsfeed.fjserv.net!proxad.net!ne
ws.tele.dk!news.tele.dk!small.news.tele.dk!news.maxwell.syr.edu!postnews2.go
ogle.com!not-for-mail
| Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.vjsharp:5168
| X-Tomcat-NG: microsoft.public.dotnet.vjsharp
[quoted text clipped - 21 lines]
|
| Thanks!
Dragos CIULICA - 20 Jan 2004 10:35 GMT
Yes, it helps! :) I think I'll add those Java files to .Net project
... it's not a good ideea using 2 virtual machines ...
> JBImp converts java byte codes to .Net IL. If you have the source code for
> the classes you are converting you will be better off letting J# convert
[quoted text clipped - 50 lines]
> |
> | Thanks!