Click here to Skip to main content
15,897,187 members
Home / Discussions / Web Development
   

Web Development

 
QuestionDownload Problem(Multi user support ) Pin
Mri1a1-Aug-08 21:07
Mri1a1-Aug-08 21:07 
AnswerRe: Download Problem(Multi user support ) Pin
Johnny ²1-Aug-08 22:30
Johnny ²1-Aug-08 22:30 
GeneralRe: Download Problem(Multi user support ) Pin
Mri1a2-Aug-08 0:33
Mri1a2-Aug-08 0:33 
GeneralRe: Download Problem(Multi user support ) Pin
Perspx2-Aug-08 0:55
Perspx2-Aug-08 0:55 
AnswerRe: Download Problem(Multi user support ) Pin
Paul Conrad2-Aug-08 5:39
professionalPaul Conrad2-Aug-08 5:39 
GeneralRe: Download Problem(Multi user support ) Pin
Mri1a3-Aug-08 17:36
Mri1a3-Aug-08 17:36 
GeneralRe: Download Problem(Multi user support ) Pin
Paul Conrad3-Aug-08 18:25
professionalPaul Conrad3-Aug-08 18:25 
QuestionJava File I/O Problem! Pin
Saul Johnson1-Aug-08 1:33
Saul Johnson1-Aug-08 1:33 
Hi All!

Me again, still struggling and grappling with my java applet.
My problemetic code is as follows:

try{ LoginInputStream = new BufferedReader(new FileReader("Login.txt"));
    UserNameString = LoginInputStream.readLine().toString();
    PassWordString = LoginInputStream.readLine().toString();
    LoginInputStream.close(); }
catch(Exception ex) {}


All variables shown here have been correctly declared earlier, and the problem is that as the 'LoginInputStream' BufferedReader reads a file called 'Login.txt' the two string variables that it assigns the results to are not assigned a value at all, despite my toString() conversion!

I have tried it with and without the toString() conversion but the UserNameString and PassWordString values remain firmly as they were declared. (which was null)

Any help would be greatly appreciated!

Thanks!

MrWolfy Big Grin | :-D
QuestionRe: Java File I/O Problem! Pin
Perspx1-Aug-08 1:55
Perspx1-Aug-08 1:55 
AnswerRe: Java File I/O Problem! Pin
Saul Johnson1-Aug-08 2:19
Saul Johnson1-Aug-08 2:19 
GeneralRe: Java File I/O Problem! Pin
Perspx1-Aug-08 2:43
Perspx1-Aug-08 2:43 
GeneralRe: Java File I/O Problem! Pin
Saul Johnson1-Aug-08 3:19
Saul Johnson1-Aug-08 3:19 
GeneralRe: Java File I/O Problem! Pin
Perspx2-Aug-08 0:48
Perspx2-Aug-08 0:48 
GeneralRe: Java File I/O Problem! Pin
Saul Johnson2-Aug-08 0:58
Saul Johnson2-Aug-08 0:58 
AnswerRe: Java File I/O Problem! Pin
Shog91-Aug-08 6:16
sitebuilderShog91-Aug-08 6:16 
GeneralRe: Java File I/O Problem! Pin
Saul Johnson2-Aug-08 0:50
Saul Johnson2-Aug-08 0:50 
QuestionE-Mail sending problem. Pin
Anu_Bala31-Jul-08 20:17
Anu_Bala31-Jul-08 20:17 
Questionhelp!web setup using vs2005 Pin
friend869631-Jul-08 19:35
friend869631-Jul-08 19:35 
QuestionJava if-else Problem! Pin
Saul Johnson31-Jul-08 11:18
Saul Johnson31-Jul-08 11:18 
AnswerRe: Java if-else Problem! Pin
Perspx31-Jul-08 11:57
Perspx31-Jul-08 11:57 
GeneralRe: Java if-else Problem! Pin
ClementsDan31-Jul-08 18:48
ClementsDan31-Jul-08 18:48 
GeneralRe: Java if-else Problem! Pin
Saul Johnson31-Jul-08 23:35
Saul Johnson31-Jul-08 23:35 
GeneralPlease...I need help in Sharepoint Portal Server 2007 Pin
fgomes02831-Jul-08 9:51
fgomes02831-Jul-08 9:51 
Questioncreate banner dynamically based on user inputs and has to be stored in DB Pin
bheeshmag31-Jul-08 4:25
bheeshmag31-Jul-08 4:25 
AnswerRe: create banner dynamically based on user inputs and has to be stored in DB Pin
Perspx31-Jul-08 7:00
Perspx31-Jul-08 7:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.