473,394 Members | 1,960 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,394 software developers and data experts.

Catching msjava.dll error - is this possible?

I made a C# program (I'm fairly new to the language) with links and
useful tools for an online game made in Java. However, this game
crashes often (the error window with the error report thing shows that
it's from msjava.dll). My question is, is it possible to make the
msjava.dll problem not bring down my application with it?

-Sean

Feb 13 '07 #1
3 1738
If it's an online game, are you connecting via a webservice call? That
exception would be wrapped as a soap exception. Otherwise you can use a
catchall block in 1.x and a catch exception block in 2x

--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
OWC Black book on Amazon and
www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley
<kn*********@gmail.comwrote in message
news:11**********************@v45g2000cwv.googlegr oups.com...
>I made a C# program (I'm fairly new to the language) with links and
useful tools for an online game made in Java. However, this game
crashes often (the error window with the error report thing shows that
it's from msjava.dll). My question is, is it possible to make the
msjava.dll problem not bring down my application with it?

-Sean

Feb 14 '07 #2
On Feb 14, 12:07 am, "Alvin Bruney [MVP]" <some guy without an email
addresswrote:
If it's an online game, are you connecting via a webservice call? That
exception would be wrapped as a soap exception. Otherwise you can use a
catchall block in 1.x and a catch exception block in 2x

--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
OWC Black book on Amazon andwww.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley

<knightse...@gmail.comwrote in message

news:11**********************@v45g2000cwv.googlegr oups.com...
I made a C# program (I'm fairly new to the language) with links and
useful tools for an online game made in Java. However, this game
crashes often (the error window with the error report thing shows that
it's from msjava.dll). My question is, is it possible to make the
msjava.dll problem not bring down my application with it?
-Sean
It's a web-based Java game, so it's via a webbrowser control.

Feb 14 '07 #3
Can anyone help with this? :S

Feb 15 '07 #4

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

Similar topics

6
by: EAS | last post by:
Hi, I'm wondering if there is any way to keep a program running when it runs into an error (using the 'try' structure) and print the traceback to the screen? Thanks.
15
by: Steven Reddie | last post by:
I understand that access violations aren't part of the standard C++ exception handling support. On Windows, a particular MSVC compiler option enables Microsoft's Structured Exception Handling...
7
by: cmay | last post by:
FxCop complains every time I catch System.Exception. I don't see the value in trying to catch every possible exception type (or even figuring out what exceptions can be caught) by a given block...
3
by: Mikael Engdahl | last post by:
Hello, When an unhandled exception occurs on an ASP.NET page, a well known page will appear, having the header "Server Error in '' Application" and the Exception Details and Stack Trace below...
3
by: Peter A. Schott | last post by:
I know there's got to be an easy way to do this - I want a way to catch the error text that would normally be shown in an interactive session and put that value into a string I can use later. I've...
7
by: Derek Schuff | last post by:
I'm sorry if this is a FAQ or on an easily-accesible "RTFM" style page, but i couldnt find it. I have some code like this: for line in f: toks = line.split() try: if int(toks,16) ==...
2
by: Eric Lilja | last post by:
Hello, consider this complete program: #include <iostream> #include <string> using std::cout; using std::endl; using std::string; class Hanna {
2
by: fischermx | last post by:
Exception Catching difference between VC++ and C# In C# I have this: try { int x, y, z; x = 20; y = 0;
3
by: john | last post by:
I wrapped some fortran code using F2PY and need to be able to catch fortran runtime errors to run the following: # "grid" is a wrapped fortran module # no runtime errors incurred when run with...
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:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...

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.