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

Multiple java Console open while running Applet application on JRE1.7.13 and browser

Our application is based on Applet. We are moving our project from JRE1.6 to JRE1.7 .13. On JRE1.6 we are able to compile and access the application. But after executing the application on JRE1.7.13 I am getting
java.lang.NullPointerException
CNavBarDocument.<init>(CNavBarDocument.java:40)
at sun.reflect.NativeConstructorAccessorImpl.newInsta nce0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInsta nce(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newI nstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at dpl.gui.TMSControl.init(TMSControl.java:206)
at com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter .init(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionR unnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

and at the same time Multiple java console get open and IE8 Browser get blocked.
Even i am unable to do the Debugging the Applet.
Feb 22 '13 #1
4 2831
Rabbit
12,516 Expert Mod 8TB
I don't know Java but I know whoever can help won't be able to without seeing the code causing the error.
Feb 22 '13 #2
Why Multiple java Console open while running the Applet application on JRE1.7.13 with IE8.
Feb 26 '13 #3
r035198x
13,262 8TB
Stacktrace says something is missing at line CNavBarDocument.java:40 that is causing the N.P.E. The rest of the problem could be due to the Java plugin for 1.7 not being trusted by your browser.
Mar 6 '13 #4
FUNKKB
1
In our HTML contains multiple Applets(6-7) when we are trying to access that html New java Console get open. We are keeping the static data into the global varibale. When we access the html New Java console get open and reference of global variable became null on JRE7U13.
Due to that we are getting nullPointerException.

I am not able to find the reason of opening the New Java Console on JRE7U13.

Please help me.
Apr 12 '13 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: mitch gart | last post by:
Using the JRE 1.3, and the "copy" button from the Java Console, on Windows, the copied text goes into the system clipboard. Using JRE 1.4.1 the copied text goes into a file like C:\Documents and...
1
by: polilop | last post by:
i have an java applet, and when i start it it shows a gray win with x. the console shows java.lang.NoClassDefFoundError: GeomApplet (wrong name: vj3/GeomApplet) at...
1
by: Ruskin | last post by:
How do I tell if java script is running or enabled on the client PC... I have a lot of java code that I am using, but need to redirect the window to a 'non-supported' page, if java script is not...
8
by: nickdu | last post by:
I'm trying to isolate "applications" into their own application domain within a single process. I've quoted applications because it's a logical representation of an application. Basically it...
7
by: Kathy Burke | last post by:
Hi, I need (if possible) to open a desktop application (vb windows app) from a button on an aspx form. How can this be done so that the app opens on desktop not within the browser? TIA for...
2
by: BLOOD... | last post by:
I want to run notepad.exe from ASP.NET (C#) i am using javascript: <script language="JScript"> function fnShellExecuteJ() { var objShell = new ActiveXObject("Shell.Application"); ...
2
by: Jeff | last post by:
I'm getting an Object Reference error before I even run my app, and I'm not sure where to look to find the cause. I'd appreciate your help. When I open my Windows Application project, the...
4
by: eduardorp1 | last post by:
I have a GUI application that needs to be invoked from the command line as well. It should work both as a GUI and as a console application. When I invoke it from the command line, it reads all...
2
by: geordietx | last post by:
Hi, I needed an answer to this question so I thought I'd find a Java forum that appeared to be friendly and tolerant of those who aren't well-versed in Java. Guess who won?? :-) In the last week,...
8
by: vatz | last post by:
I am using Java to open a window application. i need to open it in a specified size. Please let me know how to do this...Thanks in advance... - Vatz
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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: 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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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...

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.