Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Java and JDK > JSP Basics
|
JSP Basics Beginning-level questions on JSP. More advanced coders should post to Pro JSP.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the JSP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 26th, 2003, 03:45 PM
Registered User
 
Join Date: Aug 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default New to Java, problems compiling

I am extremely new to Java, as in 2nd chapter in the book and have a problem compiling anything with the same error message every time. The error is as follows:

cannot resolve symbol
symbol : method printIn (java.lang.String)
location : class java.io.Printstream
System.out.printIn("text");
          ^

Any help would be greatly appreciated,
Thanks
 
Old August 27th, 2003, 12:43 AM
Authorized User
 
Join Date: May 2003
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi

The method is println(); and not printIn();
It should be l(for lion) not I

Regards


Yashraj Chauhan
Java\J2EE Specialist
Wiley Support Team
 
Old August 27th, 2003, 12:32 PM
Authorized User
 
Join Date: Aug 2003
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to egolileopablo Send a message via Yahoo to egolileopablo
Default

Any time u have that error "cannot resolve symbol"
u should check the spelling mostly.

 
Old September 6th, 2003, 04:58 AM
Registered User
 
Join Date: Jul 2003
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

u have typed System.out.printIn() instead of System.out.println();
u type Capital i instead of small L.thats all
                               with cheers
                                 sri

Ceenu





Similar Threads
Thread Thread Starter Forum Replies Last Post
I am having problems compiling Hello World program jch BOOK Beginning Linux Programming, 3rd Edition 5 August 26th, 2008 10:33 AM
Compiling JAVA code in .NET? sivavenugopal BOOK: Beginning ASP.NET 1.0 1 January 24th, 2007 01:52 AM
New programmer - Compiling problems FireShadow C++ Programming 2 November 6th, 2005 10:40 PM
Compiling Related java files Jstmehr4u3 J2EE 2 August 9th, 2004 07:18 AM
Problem with the speed of compiling java programs sharadagarwal BOOK: Beginning Java 2 4 February 21st, 2004 02:40 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.