Results 1 to 4 of 4
Thread: Error -
- 02-14-2011, 05:03 PM #1
Member
- Join Date
- Jan 2011
- Posts
- 32
- Rep Power
- 0
Error -
This line:
is giving, "Cannot find symbol, symbol: variable parser location: class Open_URL" errorJava Code:Document doc = parser.build("http://developerlife.com/xmljavatutorial1/AddressBook.xml");
the word parser is underlined in red (I'm using NetBeans)
while this line does not give any errors:
(W/o the commenting out that is)Java Code:// Document doc = db.parse(file);
Can you explain how to resolve this?
Thanks
Sparky
- 02-14-2011, 05:07 PM #2
What is parser supposed to be? Is it a variable? When do you declare it? And what does that other line have to do with that problem?
How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
- 02-14-2011, 05:19 PM #3
Member
- Join Date
- Jan 2011
- Posts
- 32
- Rep Power
- 0
My apologies -
after hacking around with it and commenting in and out combinations -
what happened: I cut and pasted the offending line with the error into my code and the problem was with the quotation marks.
I finally noticed the ones in error looked different than ones I typed, changing the quotation marks fixed it.
-Sparky
- 02-14-2011, 11:15 PM #4
Similar Threads
-
java out of memory error-heap space error
By elsanthosh in forum NetBeansReplies: 4Last Post: 06-15-2010, 09:31 AM -
> Operator cannot be applied error and return incompatible types error
By corney_16 in forum New To JavaReplies: 1Last Post: 03-10-2010, 01:53 PM -
Thread: Error 500--Internal Server Error java.lang.NullPointerException
By jackdear44 in forum New To JavaReplies: 1Last Post: 12-05-2009, 07:28 AM -
java.lang.Error: Error opening DSound for capture
By NARs in forum NetworkingReplies: 1Last Post: 10-26-2009, 04:38 PM -
Diference Between compiler error Garbage collection and Runtime Error?
By makpandian in forum New To JavaReplies: 3Last Post: 01-23-2009, 08:53 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks