hey guys,
i am new to java....
would you please help me how to compile and execute the java codes.
which java installation package should i install?
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32599
4
posted
0
Welcome to JavaRanch Have a look at the getting started part of the Java Tutorials. Download JDK 6 update 11. Don't use the JRE (it hasn't got a compiler) and don't use NetBeans at this stage.
It tells you in great detail what to do: the bit which most commonly causes trouble is setting the PATH. Please ask again if you have any problems.
archana keerti
Greenhorn
Joined: Feb 03, 2009
Posts: 20
posted
0
hi ,
please anyone could help me...i have a problem in the compilation of the below given program.
public class puzz
{
public static void main(String args[])
{
dog[] d=new dog[6];
int x=0;
int y=1;
int result=0;