its simple program im  posting it , actually everthing was working fine   but i tried to work with a  program that  was ment for running sqlloader using my java program.. suddenly what happen  kept me in puzzled situation.. after which a simple program like foollowing wasnt compiling :((


the program is




import  java.io.*;
public class  helloWorld
{
        public static void main(String[] args)
        {
                System.out.println("Hello World!");
               
        }
}


thanks for your attention

Birendar Singh Waldiya



Max Cooper <[EMAIL PROTECTED]>

18-04-04 05:43 PM

Please respond to
"Struts Users Mailing List" <[EMAIL PROTECTED]>

To
Struts Users Mailing List <[EMAIL PROTECTED]>
cc
Subject
RE: basic problem in java





Post the contents of your jaba1.java file up to and including the
"import java.io.*;" line. You might have the import statement in the
wrong place.

-Max

On Sun, 2004-04-18 at 00:16, [EMAIL PROTECTED] wrote:
> My Classpath variable is set to         :
> C:\jdk1.3.1\bin;c:\jdk1.3.1\lib\tools.jar;c:\jdk1.3.1\lib\rt.jar;c:\Drivers\classes111.zip;c:\Drivers\classes12.zip;c:\Drivers;c:\biren\java
>
> JDK is installed  
>
> C:\jdk1.3.1
>
> can you please help me ??
>
> Birendar Singh Waldiya
>
>
>
> "David Friedman"
> <[EMAIL PROTECTED]>
>
> 17-04-04 08:54 PM
>          Please respond to
>     "Struts Users Mailing List"
>      <[EMAIL PROTECTED]>
>                To
> "Struts Users
> Mailing List"
> <[EMAIL PROTECTED]>
>                cc
>
>           Subject
> RE: basic problem
> in java
>
>
>
>
>   What is your CLASSPATH variable set to and is java installed in
> c:\biren\java?
>
>  Regards,
>  David
>  -----Original Message-----
>  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>  Sent: Saturday, April 17, 2004 2:47 AM
>  To: Struts Users Mailing List
>  Subject: basic problem in java
>
>
>
>  Hi,
>   this may be  a slightly silly question for  people working on struts
> etc
> but im facing it and i dont have the clue why im getting it.. can
> anyone
> suggest me  why im getting proble..
>  while compiling a java program  my javac is unable to resolve the
> standard
> java classes  like  java.io.*   java.util.* ;
>
>
>  C:\biren\java>javac jaba1.java
>  jaba1.java:2: cannot resolve symbol
>  symbol  : class io
>  location: class java
>  import java.io.*;
>
>  whats  the problem  please help !
>              ^
>  Birendar Singh Waldiya
>
> ForwardSourceID:NT0000434E    
>
>
> ______________________________________________________________________
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
--
Max Cooper <[EMAIL PROTECTED]>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


ForwardSourceID:NT000043B6    
DISCLAIMER: The information contained in this message is intended only and solely for 
the addressed individual or entity indicated in this message and for the exclusive use 
of the said addressed individual or entity indicated in this message (or responsible 
for delivery
of the message to such person) and may contain legally privileged and confidential 
information belonging to Tata Consultancy Services. It must not be printed, read, 
copied, disclosed, forwarded, distributed or used (in whatsoever manner) by any person 
other than the addressee. 
Unauthorized use, disclosure or copying is strictly prohibited and may constitute 
unlawful act and can possibly attract legal action, civil and/or criminal. The 
contents of this message need not necessarily reflect or endorse the views of Tata 
Consultancy Services on any subject matter.
Any action taken or omitted to be taken based on this message is entirely at your risk 
and neither the originator of this message nor Tata Consultancy Services takes any 
responsibility or liability towards the same. Opinions, conclusions and any other 
information contained in this message 
that do not relate to the official business of Tata Consultancy Services shall be 
understood as neither given nor endorsed by Tata Consultancy Services or any affiliate 
of Tata Consultancy Services. If you have received this message in error, you should 
destroy this message and may please notify the sender by e-mail. Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to