j2sdk1.4.2_02
Page 1 of 18 Replies - 5161 Views - Last Post: 06 October 2009 - 10:17 PM
#1
j2sdk1.4.2_02
Posted 23 February 2009 - 07:05 AM
Replies To: j2sdk1.4.2_02
#2
Re: j2sdk1.4.2_02
Posted 23 February 2009 - 08:23 AM
Quote
How did you get you j2sdk4.1.2_04 in the first place? Check out http://java.sun.com/...loads/index.jsp In addition, to help you with your homework we need you to give us more details and show us some effort that you have put to solve the problem and your code, please remember to add your code in code tags
This post has been edited by ayman_mastermind: 23 February 2009 - 08:24 AM
#3
Re: j2sdk1.4.2_02
Posted 23 February 2009 - 08:27 AM
Not that you can use the 1.5 JDK to compile for 1.4 comparability (so long as you don't use any 1.5 features).
finding the _04 version of the jdk might be a little hard...
This post has been edited by NickDMax: 23 February 2009 - 08:28 AM
#4
Re: j2sdk1.4.2_02
Posted 25 February 2009 - 03:33 AM
*
**
***
****
*****
int row
int counter
}
for (row = 0; row<=5; row++)
for (counter= 0; counter==row; counter++_
{
System.out.print (" X" )
}
}
i dont know how to come up with this output. like a triangle not just half of a triangle. I dont know if i needed to add another variable or what. Please help me. Thank you
*
* *
* * *
* * * *
* * * * *
Sorry i am just new.. I forgot to put my code..
i got the j2sdk1.4.2_02 from our school.. But I got a virus
This post has been edited by soon2bexpert: 25 February 2009 - 03:38 AM
#5
Re: j2sdk1.4.2_02
Posted 25 February 2009 - 04:51 AM
NickDMax, on 23 Feb, 2009 - 07:27 AM, said:
Not that you can use the 1.5 JDK to compile for 1.4 comparability (so long as you don't use any 1.5 features).
finding the _04 version of the jdk might be a little hard...
In our school we are still using 1.4. So you mean i can create a code in 1.4 and i can run it in 1.5 when i am at home? what about when i do my homework and i have 1.5, can i run it in 1.4 in school? Thank you!
#6
Re: j2sdk1.4.2_02
Posted 25 February 2009 - 05:20 AM
Quote
Yes, because execution of Java programs is handled by the Java Runtime Environment (JRE).
If you aren't using any libraries specific to 1.5, an older JRE can run the program.
#7
Re: j2sdk1.4.2_02
Posted 25 February 2009 - 06:13 AM
born2c0de, on 25 Feb, 2009 - 04:20 AM, said:
Quote
Yes, because execution of Java programs is handled by the Java Runtime Environment (JRE).
If you aren't using any libraries specific to 1.5, an older JRE can run the program.
okey. thank you! BTW, what about with my code? i need it tomorrow and until now i cant think of what to do.. check my code at the top but that will only output like half of a triangle. What about i wanted to have the full triangle of stars? Thank you.. Please help me..
#9
Re: j2sdk1.4.2_02
Posted 06 October 2009 - 10:17 PM
soon2bexpert, on 25 Feb, 2009 - 02:33 AM, said:
*
**
***
****
*****
int row
int counter
}
for (row = 0; row<=5; row++)
for (counter= 0; counter==row; counter++_
{
System.out.print (" X" )
}
}
i dont know how to come up with this output. like a triangle not just half of a triangle. I dont know if i needed to add another variable or what. Please help me. Thank you
*
* *
* * *
* * * *
* * * * *
Sorry i am just new.. I forgot to put my code..
i got the j2sdk1.4.2_02 from our school.. But I got a virus
Hi! Can somebody post an example of simple games in java 1.4.2? Thank you.
|
|

New Topic/Question
Reply



MultiQuote





|