473,396 Members | 2,113 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

JCLA Runtime error

Hi,

I need to convert set of Java classes exported from IBM Modeling environment
to C# for implementation.
When I invoke JCLA conversion from File->Open->Convert in Visual Studio 2005
it starts just fine parsing file after file but then it breaks on page 7 of
JCLA Wizard.

The dialog with runtime error is shown that says:

---------------------------
Microsoft Visual C++ Runtime Library
---------------------------
Runtime Error!

Program: C:\Program Files\Micros...

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
---------------------------
OK
---------------------------

From the conversion log I can see that the parsing of java files has
completed so it seems that the error occurs in the very next step.

I've tried on another, freshly installed machine and the wizard frozen at
the same point at page 7.

Note that I don't have any Java tools on the machines.

How can I get JCLA to convert Java to C# in VS 2005?

Regards,

Aleksandar,
Pexim Solutions
Feb 3 '06 #1
2 1969
Aleksandar,

Without showing the code, it is impossible to tell.

It should be noted that the JCLA is not perfect, and will not give you a
direct 1-1 mapping from Java code to C# code. If you have an idea of which
file the program is having problems on, you might be able to stub out the
java code and then re-implement it by hand in the C# once the conversion
assistant is done with it.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Aleksandar" <Al********@discussions.microsoft.com> wrote in message
news:E0**********************************@microsof t.com...
Hi,

I need to convert set of Java classes exported from IBM Modeling
environment
to C# for implementation.
When I invoke JCLA conversion from File->Open->Convert in Visual Studio
2005
it starts just fine parsing file after file but then it breaks on page 7
of
JCLA Wizard.

The dialog with runtime error is shown that says:

---------------------------
Microsoft Visual C++ Runtime Library
---------------------------
Runtime Error!

Program: C:\Program Files\Micros...

This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application's support team for more information.
---------------------------
OK
---------------------------

From the conversion log I can see that the parsing of java files has
completed so it seems that the error occurs in the very next step.

I've tried on another, freshly installed machine and the wizard frozen at
the same point at page 7.

Note that I don't have any Java tools on the machines.

How can I get JCLA to convert Java to C# in VS 2005?

Regards,

Aleksandar,
Pexim Solutions

Feb 3 '06 #2
Nicholas,

Thanks for you response, but I doubt that it has anytihng to do with code.
To verify this I've created a trivial HelloWorld.java example and compiled
it using javac.
/* Listing of HelloWorld.java */
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
/* eof */

The compiled and run just fine, but JCLA converison assistant produced the
same error I've described in my original post.
Here are the contents od JCLA conversion log:

<ConversionLog>
<Settings>
<Setting
Name = "LogFile"
Value = "Java.xml"
/>
<Setting
Name = "ProjectName"
Value = "Java"
/>
<Setting
Name = "StartTime"
Value = "Sunday, February 05, 2006 10:15:59"
/>
<Setting
Name = "OutputDir"
Value = "C:\Java\Java.NET"
/>
<Setting
Name = "ProjectPath"
Value = "C:\Java"
/>
</Settings>
<Root>
<File
OldPath = "C:\Java\HelloWorld.java"
NewPath = "C:\Java\Java.NET\HelloWorld.cs"
<Issue
Type = "Compile"
Number = "0000011"
Severity = "1"Conversion process has been crashed</Issue> </File>
</Root>
</ConversionLog>

How can I get support for this issue?

Regards,
- Aleksandar.
"Nicholas Paldino [.NET/C# MVP]" wrote:
Aleksandar,

Without showing the code, it is impossible to tell.

It should be noted that the JCLA is not perfect, and will not give you a
direct 1-1 mapping from Java code to C# code. If you have an idea of which
file the program is having problems on, you might be able to stub out the
java code and then re-implement it by hand in the C# once the conversion
assistant is done with it.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Aleksandar" <Al********@discussions.microsoft.com> wrote in message
news:E0**********************************@microsof t.com...
Hi,

I need to convert set of Java classes exported from IBM Modeling
environment
to C# for implementation.
When I invoke JCLA conversion from File->Open->Convert in Visual Studio
2005
it starts just fine parsing file after file but then it breaks on page 7
of
JCLA Wizard.

The dialog with runtime error is shown that says:

---------------------------
Microsoft Visual C++ Runtime Library
---------------------------
Runtime Error!

Program: C:\Program Files\Micros...

This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application's support team for more information.
---------------------------
OK
---------------------------

From the conversion log I can see that the parsing of java files has
completed so it seems that the error occurs in the very next step.

I've tried on another, freshly installed machine and the wizard frozen at
the same point at page 7.

Note that I don't have any Java tools on the machines.

How can I get JCLA to convert Java to C# in VS 2005?

Regards,

Aleksandar,
Pexim Solutions


Feb 5 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Nathan Bloom | last post by:
Hi, I have a secured database that runs fine on the computer the database is installed on. I have several workstations with access runtime installed that also need access to the database. ...
0
by: Nicholas Beenham | last post by:
Hi all For some reason the JCLA keeps telling me I don't have VS or the latest update installed, I've checked the versions and they are all up to date. Any ideas? Nick
1
by: Jon Davis | last post by:
I'm trying to run the JCLA 2 patch available here: http://msdn.microsoft.com/vstudio/downloads/tools/jlca/default.aspx It returns the error message: The upgrade patch cannot be installed by...
669
by: Xah Lee | last post by:
in March, i posted a essay “What is Expressiveness in a Computer Language”, archived at: http://xahlee.org/perl-python/what_is_expresiveness.html I was informed then that there is a academic...
25
by: dennijr | last post by:
ok, shell always used to be easy for me, now its starting to get annoying cause i dont know wats wrong heres the simplist code possible: Private Sub IExplorer_Click() a = Shell("C:\Program...
0
by: bill gates | last post by:
I was trying to use msbee to build an old project. I don't want to upgrade to dotnet2.0. Is there any way to get this to compile using DevStudio 2005 using dotnet1.1. ? Build FAILED....
7
by: Norman Diamond | last post by:
A project depends on VC runtime from Visual Studio 2005 SP1, and DotNet Framework 2. Options are set in the setup project properties, so if these two dependencies are not already installed then...
0
by: Sebastian | last post by:
Hello I develop my applications in Access 2002. My development system is running Windows XP SP2 and I have Microsoft Office XP Developer. Microsoft Office XP is at SP3. I used Inno Setup (great...
0
by: pinky22 | last post by:
I am calling SSIS package from a .Net windows UI. Both SSIS & .Net app are created in 2008. The SSIS package is stored in file system. When I ran .Net app I got error- The package failed to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development projectplanning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.