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
I would suggest adding some additional println statements to the print method. Is it being reached? If it is, what is the value of pageindex when print gets called?
If you are going to use Runtime, the you probably need to use a different Runtime.exec. There is one that passes in the program name and command line args as a String array.
Hi there! I am new to the Daniwewb forum, and I was wondering if there was a forum or section specifically dedicated to promotions of books, ebooks, and articles on Java Programming. If you could please send me a link to get me pointed in the right direction or just …
In the original post above, could you replace the loop at the end for(int i = 0; i < phrase.length; i++) { System.out.print(Arrays.toString(phrase)); } With this line? System.out.print(phrase.toString()); It will compile and run, but I am not sure if it is what you want the program to do.
Is the server on network? If it is, you might have to some additional code to create and manage a connection to the server.
The End.
djslavens