No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Re: ok THIS WILL WORK FOR SURE. delete everything and go to this download page and download the j2sdk1.4.2_12 version for windows. [URL]http://java.sun.com/j2se/1.4.2/download.html[/URL] Then download this version. [COLOR=#ffffff] [B]J2SE v 1.4.2_12 SDK[/B] [/COLOR][COLOR=#999999]includes the JVM technology[/COLOR][IMG]http://java.sun.com/images/pixel.gif[/IMG]The J2SE Software Development Kit (SDK) supports creating J2SE applications. [URL="http://java.sun.com/j2se"][COLOR=#0000ff]More info...[/COLOR][/URL][COLOR=#0000ff][IMG]http://java.sun.com/images/pixel.gif[/IMG][/COLOR][COLOR=#810081][URL="http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=j2sdk-1.4.2_12-oth-JPR&SiteId=JSC&TransactionId=noreg"][U][B]Download J2SE SDK[/B][/U][/URL][/COLOR][COLOR=#810081][IMG]http://java.sun.com/images/pixel.gif[/IMG][/COLOR][URL="http://java.sun.com/j2se/1.4.2/install.html"][COLOR=#0000ff]Installation Instructions[/COLOR][/URL] [URL="http://java.sun.com/j2se/1.4.2/README.html"][COLOR=#0000ff]ReadMe[/COLOR][/URL] … | |
my program will ask the user his last name and his first name. after that it will do a search to see if the last name and firstname matches with the list. if it does then it prints out the phone number if not then it will say name not … | |
Re: NEVER TREAT A NEWBIE LIKE THAT [code] import java.util.Scanner; class someProggram { public static void main(String args[]) { Scanner myScanner = new Scanner (System.in); int sum = 0, average, largest = 0, number1, number2, smallest; int choice ; do { System.out.println("Which of the following would you like to do "); … | |
hi. well can anyone please tell me y am i getting this error and how can i get rid of it.. [code] import java.io.RandomAccessFile; import java.io.IOException; import java.util.StringTokenizer; import java.util.NoSuchElementException; public class routing{ public static void main( String args[] ){ routing app = new routing( args[ 0 ] ); } … | |
Hi all. i am new in this forum. i just recently bought a book Java how to program and was on chapter 2 just the basic programming until i came up with an assignment to encode a character into hamming code, which means if the user inputs H the out … |
The End.