all groups > visual studio .net jlca > recent posts
Java 5.0
Posted by Christian Kullmann at 8/13/2007 10:30:01 PM
Apparently JCLA does not recogize the generics of Java 5.0
Is it planned to add support to JCLA for Java 5.0?... more >>
RE: JLCA with VS .NET 2005
Posted by Paul B. at 7/23/2007 11:58:05 AM
Download and install the framework 1.1.4322. It will then be available for
2005
"juancito" wrote:
> Hello I have .NET 2005 and I could not install it since is required .NET 2003.
>
> I don't have .NET 2003
>
> Any suggests ??... more >>
JLCA with VS .NET 2005
Posted by juancito at 3/21/2007 10:23:14 AM
Hello I have .NET 2005 and I could not install it since is required .NET 2003.
I don't have .NET 2003
Any suggests ??... more >>
Can't install 3.0 Beta ... what happened to 2?
Posted by DanielWilson at 3/17/2007 5:38:05 PM
When I installed the JLCA 3.0 Beta against my VS.Net 2003 Pro w/ SP1, the
Java conversion never showed up in the File | Open | convert menu. Only the
VB6 -> VB.Net converter is there.
I re-ran the MSI to do a repair. I rebooted. Nothing has worked to get it
installed.
http://msdn.micr... more >>
Installing JCLA on VS prof 2005
Posted by bosy at 11/23/2006 5:39:02 AM
Tried to install and got the message that I must have VStudio .Net 2003,
but I have 2005 which should be OK?
Help... more >>
InheritableThreadLocal, LocalDataStoreSlot and StackTraceElement
Posted by Amol Upadhye at 11/15/2006 5:43:01 AM
I have following questions,
1. Is there equivalence for InheritableThreadLocal in .NET? I couldn't find,
so solution I am thinking is to explicitly pass and set parents thread local
values to the child thread local.
2. There is no way in .NET to set initial thread local values. In
Java->... more >>
Driving JCLA 3.0 ?
Posted by olivier gattaz at 11/6/2006 1:26:02 AM
Hello,
Today I have a java librairy which runs on a JEE serveur and works with a
java applet.
I used the jcla 3.0 convertor to build an C# library and publish a COM
wrapper to use it from jscript logic in the browser. It runs well.
Now my goal is to have an automatic convertion proc... more >>
when is JLCA going to support Java 5.0
Posted by Jeffrey Shi at 9/29/2006 1:59:01 PM
We just upgraded our product to Java 5.0 a few months ago.
when is JLCA going to support Java 5.0?
thans a lot
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
RE: migrate java.util.logging
Posted by Ramanathan Kathiresan [MSFT] at 9/23/2006 3:23:01 PM
Hi BernHard,
Java.Util.Logging is dropped in the VJ#, this particular package is not
available in VJ#,
There could be some equivalent .net api's available which you could try to
replace for java.util.logging.
did you tried to find some in System.Diagnostics? it could have some logging
... more >>
RE: Java.lang.ThreadGroup
Posted by Nithya at 9/23/2006 2:31:02 PM
Hi Rohinth,
In the Java language, this class represents a set of threads. A thread group
can also include other thread groups. They form a tree in which every thread
group except the initial one has a parent.
A thread is allowed to access information about its own thread group, but
not ... more >>
RE: Multiple errors after build
Posted by Ramanathan Kathiresan at 9/23/2006 2:25:02 PM
Hi Kent,
could you look into this link to get some help on
javax.swing.event conversion Errors
http://msdn2.microsoft.com/en-us/library/y0af4d7y.aspx
which version of J# are you using?
Visual Studio 2003
Visual Studio 2005
HTH,
Ram
--
Ramanathan Kathiresan
VC++ | C# | J# |... more >>
migrate java.util.logging
Posted by Bernhard Merkle at 9/7/2006 12:00:00 AM
Hi there,
how can I migrate Code, that uses java.util.logging ?
kind regards,
Bernhard.... more >>
Multiple errors after build
Posted by Kent Ogletree at 7/10/2006 12:08:01 PM
I just finished up with a JLCA convertion and made a lot of edits. Then I
tried a build and now I am getting a ton of errors that state "Identifier
expected, 'event' is a keyword".
The offending line of code is:
using javax.swing.event;
I have been unable to find any information t... more >>
Java.lang.ThreadGroup
Posted by Rohith at 6/27/2006 11:31:01 PM
I am using JLCA3.0 Beta to convert java files to C#. While converting i got
an error saying that Java.lang.ThreadGroup cannot be converted. Is there any
other way by which i could convert this. Kindly let me know any alternate
methods are avialable to convert this.
Thanks... more >>
How Java Swing Component converted to C#
Posted by AnimeshScicom at 3/4/2006 12:58:26 AM
I am new to JLCA and when I convert the my Java standalone application to C#
application it gives lots of error where javax.Swing... is used.
Is JLCA is not able to convert the Swing component of Java. The same problem
I am facing with Java Listeners i.e. after conversion it does'nt convert the... more >>
Can the converted .NET serve a Java Servlet request?
Posted by Teresa at 2/6/2006 3:36:28 PM
I'm complete new to using JLCA and I hope my question makes sense.
After converting the Java Servlet using JLCA (so it now resides in IIS),
does that mean IIS can process the HTTP request originated from a true Java
Servlet? In order words, the client is still running in a true Java
enviro... more >>
Free mp3's
Posted by Jickles at 1/18/2006 9:07:22 AM
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft DHTML Editing Control">
<TITLE></TITLE>
</HEAD>
<BODY>
<P>And much more that that!</P>
<P><A href="http://forum.saait.net/">http://forum.saait.net/</A></P>
<P>This site offers free and legal mp3's, software, movies, games.<BR>They also ... more >>
Re: link broken?
Posted by Brian Keller (MSFT) at 1/3/2006 7:49:00 PM
Hi Bo -
Really sorry for the slow reply. The JLCA is available at
http://msdn.microsoft.com/jlca.
Note that if you're running Visual Studio 2005, then version 3 is available
"in the box" with that product. If you're using Visual Studio .NET 2003,
follow the link for the final beta of version... more >>
Re: Visual Studio 2005 Windows Forms Project. Debug->Exceptions missin
Posted by Venkat_KL at 12/18/2005 9:29:47 AM
Hi Dear nickname,
here are the links related to what you are asking;
1. Visual Studio Debugger
What's New in the Visual Studio 2005 Debugger
=============================================
http://msdn2.microsoft.com/en-us/library/01xdt7cs.aspx
2. Basic Debugging Features In Visual St... more >>
Re: CASH MONEY TO YOUR DOOR!!!
Posted by Tia at 11/20/2005 12:00:00 AM
START YOUR OWN E-MAIL BUSINESS TODAY and TAKE ADVANTAGE OF THE FOLLOWING:
1.ALL CUSTOMERS PAY YOU IN CASH!!!
2. TOP PART-TIME OWNERS HAVE EARNED $5,000+ IN ONE MONTH!
3. TOP FULL-TIME OWNERS HAVE EARNED $10,000+ IN ONE MONTH!
4. YOU WILL SELL A PRODUCT WHICH COSTS NOTHING TO PRODUCE!
5. Y... more >>
link broken?
Posted by Bo Gusman at 11/8/2005 11:54:53 AM
JLCA doesn't seem to be available any longer - the link at MS is broken.
Has it been moved somewhere else?
Bo... more >>
Specify a path for additional required source files (+ JLCA bug)
Posted by Mathieu at 10/25/2005 5:51:07 AM
Hello all,
I want to convert a Java library to C#, and try to use JLCA.
(I use JLCA 2.0 and don't want to use the 3.0 beta, because the 3.0 converts
some J2EE functionnality (jms) to the equivalent in Microsoft's world (Ms-MQ)
but I don't want to. I have to keep the JMS "as this")
First I... more >>
Converting labeled branch statements
Posted by Lorenzo at 9/8/2005 4:26:41 AM
Hi, I'm having some troubles converting a very complicated
(autogenerated) code that uses a lot of labeled branch statements.
It seems that jlcs (3 beta) is unable to manage correctly the creation
of new labels (needed to convert labeled branchinstructions). I get
some duplicated labels...
Any ... more >>
Java to .Net Efforts Estimation using JLCA
Posted by Anilkumar VK at 4/18/2005 11:53:01 PM
I am interested in analysing the effort that normally takes in moving JAVA
based components to C#. Assuming that i have a working JAVA code base and the
same needs to be ported to C#. Are there any guidelines in order to make an
approaximate effort estimate on this.... more >>
RE: v3 Beta install - hope this helps someone...
Posted by Gaurav at 3/17/2005 1:24:20 AM
Hi -
Pl make sure that you have installed JLCA 3.0 Beta after
installing Visual Studio .NET 2003 with the option of
installing Java Language Conversion Assistant checked.
This option is available under C#.Else you would have to
perform the following steps
1) Uninstall the JLCA 3.0
2) R... more >>
RE: v3 Beta install - hope this helps someone...
Posted by psammer at 3/15/2005 3:59:03 AM
I have another problem: When trying to convert any java file, the conversion
tool crashes in "vju.exe". How can I solve this problem?... more >>
JLCA 3.0 :java to .net porting issues
Posted by Anoop H at 3/2/2005 10:49:01 PM
Hi,
I faced the following issues while porting using Microsoft JLCA 3.0 beta.
1. JLCA does not have any means of porting .jar files. We need to manually
unjar and decompile them to .java files and then port them to .cs files.
2. All the "get" and "set" methods in Java are converted to pro... more >>
Millions by referring our Webpage with your Clickbank ID.
Posted by dileep52612 at 2/28/2005 10:20:27 AM
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable... more >>
Conversion Tools Initialization Error
Posted by DMyersGoBoilers at 2/11/2005 6:33:08 AM
Hi,
When I try to start a converter (File -> Open -> Convert), I immediately
get an error message saying:
"There was a problem initializing one or more converter tools.
c:\documents and settings\<me>\local settings\application
ata\assembly\dl2
\xxxxxxxxx.xxx\xxxxxxxxxx.xxx\xxxxxxxx\xxxx... more >>
Ah!
Posted by 102333 at 2/9/2005 8:57:16 PM
Hi!
There is a best way to earn now!
Here:
http://www.bank-mails.com/scripts/runner.php?AS=3Dc9b70075bemany
On the other hand, here:
http://www.bank-mails.com/pages/index.php?refid=3Dbemany
You can get at least $180 every month!
If you want to get much more $, you can join in ... more >>
|