Results 1 to 3 of 3
- 06-23-2007, 10:38 PM #1
Senior Member
- Join Date
- Jun 2007
- Posts
- 130
- Rep Power
- 0
Error Java.lang.NullPointerException in JBuilder2006
I'm working with JBuilder2006 and I have been implementing a new class, and when I want to change to the design view, this message appears:
java.lang.NullPointerException
but it allows me to execute and compile without problems
I only can't change the view
I'll appreciate if you can help me
- 07-02-2007, 02:26 AM #2
Senior Member
- Join Date
- Jun 2007
- Posts
- 110
- Rep Power
- 0
It usually happen when you write something like this
name.get();
and the name is null
- 07-02-2007, 02:29 AM #3
Senior Member
- Join Date
- Jun 2007
- Posts
- 119
- Rep Power
- 0
Similar Threads
-
java.lang.NullPointerException
By stevemcc in forum AWT / SwingReplies: 2Last Post: 02-08-2008, 09:01 AM -
java.lang.NullPointerException
By ravian in forum New To JavaReplies: 1Last Post: 01-13-2008, 07:39 PM -
ArrayList: Exception in thread "main" java.lang.NullPointerException
By susan in forum New To JavaReplies: 1Last Post: 07-16-2007, 06:32 AM -
AWT-EventQueue-0 java.lang.NullPointerException
By susan in forum NetBeansReplies: 2Last Post: 07-16-2007, 06:21 AM -
java.lang.NullPointerException
By Felissa in forum Advanced JavaReplies: 1Last Post: 07-05-2007, 06:02 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks