I use jdk 1.0.2 under win95. I use a File object from an application. I use then AudioClip with the File as parameter. The compilation runs well, but when the running, a NullPointerException comes....
http://www.experts-exchange.com/Programming/Languages/Java/Q_10010390.html
Zones:
JavaDate Answered: 05/31/1997 Rating: 5.2 Views: 0
when pressing one of the MenuItems in the toolsMenu, (which is like a File Menu - it should open some frame but I disabled it so it actualy does nothing)- the first time passes ok but the second ti...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10896902.html
Zones:
JavaDate Answered: 08/08/2000 Rating: 6.8 Views: 0
Hi all,
I cannot find the error here, I will concentrate on the error, rather than listing all the class. It is quite simple I have a JComboBox and I want to set the background to a color, then ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20068010.html
Zones:
JavaDate Answered: 02/02/2001 Rating: 9.2 Views: 0
I am getting an error that i am unable to follow or understand.
Here is the error:
NullPointerException at depisoft.jsp.PageContext.forward(pageContext.java 245 )
this errror results from ...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_20300023.html
Zones:
JSPDate Answered: 05/19/2002 Rating: 7.6 Views: 0
I'm using java.util.logging (I don't want to use jakarta commons logging in the case). I have my logged messages going to both the console and a file and it is working OK. Now I want the error mess...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21219533.html
Zones:
JavaDate Answered: 11/30/2004 Rating: 9.2 Views: 0
Im getting NullPointerException when i run this code, i think it is to with the result set, im not sure...
http://edli.liquidhost.biz/work/Accounts.java
When I take out the loadAccounts() calling...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21263269.html
Zones:
JavaDate Answered: 01/06/2005 Rating: 5.6 Views: 0
Hi,
I've got a Frame with some Panels on and a couple of text fields and a button. When I press the button its raising a NullPointerException when I try to access one of them textfields. If I do...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21294298.html
Zones:
JavaDate Answered: 01/31/2005 Rating: 6.8 Views: 0
> NullPointerException:
at Expand.fib(Expand.java:53) = sorter[counter] = (sorter[counter] + filename.charAt(i));
at Expand.main(Expand.java:16) = sorter1 = fib("header.h");
at sun.refle...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21808040.html
Zones:
JavaDate Answered: 04/10/2006 Rating: 9.2 Views: 0
HI Experts,
I working with some servlets and i keep getting a NullPointerException. I cant seem to see what im missing. can you please help.
the code is below and the error is marked ---->
T...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21832714.html
Zones:
JavaDate Answered: 05/02/2006 Rating: 8.2 Views: 4
I've been battling the NPE below for some months now; it cannot be reproduced on demand, but occurs often enough. My biggest problem is that I can't seem to figure out what is going wrong (using jr...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21890923.html
Zones:
JavaDate Answered: 08/03/2006 Rating: 7.6 Views: 0