How can i install J# with VS.net based other language? [1 reply] microsoft.public.dotnet.vjsharp, Monday, July 01, 2002
Hi,i am using VS.net chinese version,but when i try to
install j#,setup told me i must install VS.net english
version first,how can i do now?or who can tell me when i
can get j# with i18n...
java.lang.String is private in J# RTM [1 reply] microsoft.public.dotnet.vjsharp, Monday, July 01, 2002
i think i have the answer. J# now appears to use
System.String in place of java.lang.String, even if you
explicitly declare java.lang.String in your J# signature.
i guess the idea is that ...
java.lang.String is private in J# RTM [1 reply] microsoft.public.dotnet.vjsharp, Monday, July 01, 2002
i cannot access any of the static methods or constructors
from vjslib.dll for java.lang.String in the RTM. looking at
the class in the ildasm, the class is marked 'private auto
ansi sealed'....
J# Final [1 reply] microsoft.public.dotnet.vjsharp, Monday, July 01, 2002
J# Final
PR:
http://www.microsoft.com/presspass/Press/2002/Jul02/07-01VisualJNETLaunchPR.asp
Download:
http://www.microsoft.com/downloads/release.asp?ReleaseID=39912
Redist:
h...
jdk 1.3 in J# [0 replies] microsoft.public.dotnet.vjsharp, Saturday, June 29, 2002
Does someone on this list know if jdk 1.3 libraries will ever be available
in J#? The last thing I remember reading was that MSFT and SUNW settled the
java lawsuit and MSFT got the right for ...
Batch update [0 replies] microsoft.public.dotnet.vjsharp, Wednesday, June 26, 2002
as far as i know it is not possible. the jdbc
apis in jdk114 do not support batch updates.
you'll have to use some .NET stuff directly
to do batch updates (assuming there is such
a facilli...
How to reference constant defined in J# interface in C# code [2 replies] microsoft.public.dotnet.vjsharp, Wednesday, June 26, 2002
Is this possible? If so, what is the syntax?
Thanks,
Mark
J# calling a managed C++ library [1 reply] microsoft.public.dotnet.vjsharp, Wednesday, June 26, 2002
This is a multi-part message in MIME format.
------=_NextPart_000_000C_01C21D34.32BB5D40
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hel...
J# dll from C# [0 replies] microsoft.public.dotnet.vjsharp, Wednesday, June 26, 2002
I am trying to figure out how to access a dll built by J# in C#. The first
problem I am getting is that java.lang.String is not the same as
System.String to the C# compiler.
Has anyone dealt...
BUG: java.text.Collator [0 replies] microsoft.public.dotnet.vjsharp, Tuesday, June 25, 2002
We are making use of the java.text.Collator for String comparisons.
Using the getInstance(Locale desiredLocale) method of Collator was returning
null.
To check into this further, I used getI...
Installation doesn't detect VS.NET [5 replies] microsoft.public.dotnet.vjsharp, Tuesday, June 25, 2002
During the Installation of J#.NET (Beta 2), the installer says, that VS.NET
must be installed.
I already have VS.NET installed but it won't detect it.
What can i do?
How does the installe...
Sources of information [1 reply] microsoft.public.dotnet.vjsharp, Monday, June 24, 2002
Hello group.
I'm new with this language and I'm looking for sources of information
(web pages).
Thank you for your help.
xml in java and J# [0 replies] microsoft.public.dotnet.vjsharp, Friday, June 21, 2002
Hi,
I have some code that has to run in Java and J#. The existing code uses
javax.xml.parsers.* and org.w3c.dom.*. Does anyone know where I can get xml
libraries that are free and legal to...
from Java to C#... [2 replies] microsoft.public.dotnet.vjsharp, Tuesday, June 18, 2002
Hi,
I'm trying to port an aplication written in Java to C#, I've found some
problems and I'll find more...
The current problem is: in java I have a method "synchronized", how do I
con...
Java packages [2 replies] microsoft.public.dotnet.vjsharp, Tuesday, June 18, 2002
Hello every body,
I have a little question concerning the Java use with .Net. I would like to
use J# (beta 2). I need to use some packages that are not included in the
Visual J# libr...
Wondering when will VJ# be part of the .NET Redist ? [0 replies] microsoft.public.dotnet.vjsharp, Monday, June 17, 2002
I am wondering if Visual J# .NET, once it is 1.0 and RTM, will be included
in the .NET Redistributable that is available for download on MSDN and
Windows Update.
I tuned into the useful Vi...
property files in .NET [7 replies] microsoft.public.dotnet.vjsharp, Monday, June 17, 2002
I'm not sure where to go with this question so I thought
I'd give this group a try.
In Java it's common practice to employ property files that
define some key/value pairs that are read i...
|