Re: How is J# compability with Java SDKs

From: Kanwaljeet Singla (Kanwal.vjcr_at_online.microsoft.com)
Date: 08/12/04


Date: Thu, 12 Aug 2004 08:54:44 GMT

In addition to JDK1.1.4 and Java2 Collection classes, J# includes JFC Swing
functionality in vjssupuilib.dll which is shipped as a separate package for
J# 1.1 and is part of J# in whidbey. Also J# contains com.ms packages (eg.
com.ms.util, com.ms.wfc) too. Do a ildasm on vjslib.dll and vjssupuilib.dll
and check out the list of classes.
Check http://msdn.microsoft.com/vjsharp/supui for more information on J#
supplementary UI library.

Thx.
Kanwal
--------------------
>From: "Lars-Inge Tønnessen" <http://emailme.larsinge.com>
>References: <017F1506-716C-4DB1-AC68-8B7E47CB57A4@microsoft.com>
>Subject: Re: How is J# compability with Java SDKs
>Date: Fri, 23 Jul 2004 19:58:42 +0200
>Lines: 22
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
>Message-ID: <#UX386NcEHA.3824@TK2MSFTNGP10.phx.gbl>
>Newsgroups: microsoft.public.dotnet.vjsharp
>NNTP-Posting-Host: s01i36-0250.no.powertech.net 195.159.185.250
>Path:
cpmsftngxa06.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08
phx.gbl!TK2MSFTNGP10.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.vjsharp:6229
>X-Tomcat-NG: microsoft.public.dotnet.vjsharp
>
>J# only supports JDK 1.1.4 and a few other Sun Java collections (+ all the
>.net framework).
>If you know Sun Java, there is nothing new to know to get started with J#.
>=:o)
>
>Eg. make a console project and include a few awt controls etc..
>Any JDK 1.1.4 sample will work out of the box.
>
>http://msdn.microsoft.com/vjsharp/
>http://msdn.microsoft.com/library/en-us/dv_vjsharp/html/vjoriMicrosoftVisua
lJ.asp
>http://msdn.microsoft.com/library/en-us/dv_vjsample/html/vjlrfVisualJSample
s.asp
>http://msdn.microsoft.com/library/en-us/dv_vjsharp/html/vjgrfClassLibrarySu
pport.asp
>http://msdn.microsoft.com/library/en-us/dv_vjsharp/html/vjgrfJavaBinaryConv
erter.asp
>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html
/swingwinforminterop.asp
>
>
>
>Regards,
>Lars-Inge Tønnessen
>www.larsinge.com
>
>
>


Loading