Click here to Skip to main content
16,011,120 members
Home / Discussions / Java
   

Java

 
AnswerRe: How to determine given file is a class file? Pin
Richard MacCutchan13-Jul-10 22:15
mveRichard MacCutchan13-Jul-10 22:15 
QuestionHow to install java Automatically if not present on Machine? Pin
002comp13-Jul-10 20:35
002comp13-Jul-10 20:35 
AnswerRe: How to install java Automatically if not present on Machine?I got some Info.See if guys can Help me out now. Pin
002comp15-Jul-10 2:24
002comp15-Jul-10 2:24 
GeneralRe: How to install java Automatically if not present on Machine?I got some Info.See if guys can Help me out now. Pin
Ravi Sant19-Apr-11 3:55
Ravi Sant19-Apr-11 3:55 
QuestionWriting A file to server Pin
002comp12-Jul-10 19:00
002comp12-Jul-10 19:00 
AnswerRe: Writing A file to server Pin
Gerben Jongerius13-Jul-10 2:04
Gerben Jongerius13-Jul-10 2:04 
GeneralRe: Writing A file to server Pin
002comp13-Jul-10 2:54
002comp13-Jul-10 2:54 
AnswerRe: Writing A file to server Pin
Gerben Jongerius13-Jul-10 3:04
Gerben Jongerius13-Jul-10 3:04 
Reading should never cause you any issues, as this is the primary reason to have a webserver (get access to remote files).

The real question is why would you want to have unprotected writing to a webserver at all (which you are doing if you open a file on a remote server and just start writing in it). You would create a serious security risk.

If it is at all possible to write directly to a webserver from a remote connection then that will be a security setting on the webserver, and not on the Java side of things. So maybe you should also ask this question on some forums relating to Tomcat / Apache or whatever webserver you are running.
GeneralRe: Writing A file to server Pin
002comp13-Jul-10 19:47
002comp13-Jul-10 19:47 
QuestionProgressbar while some process is running Pin
002comp8-Jul-10 23:30
002comp8-Jul-10 23:30 
AnswerRe: Progressbar while some process is running Pin
David Skelly9-Jul-10 2:13
David Skelly9-Jul-10 2:13 
GeneralRe: Progressbar while some process is running Pin
002comp9-Jul-10 2:35
002comp9-Jul-10 2:35 
QuestionFile Object with URL? Pin
002comp5-Jul-10 23:37
002comp5-Jul-10 23:37 
AnswerRe: File Object with URL? Pin
Richard MacCutchan6-Jul-10 1:47
mveRichard MacCutchan6-Jul-10 1:47 
GeneralRe: File Object with URL? Pin
002comp6-Jul-10 19:57
002comp6-Jul-10 19:57 
GeneralRe: File Object with URL? Pin
Richard MacCutchan6-Jul-10 21:19
mveRichard MacCutchan6-Jul-10 21:19 
QuestionSingleton and TCP server Pin
Nadunwow2-Jul-10 7:07
Nadunwow2-Jul-10 7:07 
AnswerRe: Singleton and TCP server Pin
Richard MacCutchan2-Jul-10 8:37
mveRichard MacCutchan2-Jul-10 8:37 
GeneralRe: Singleton and TCP server Pin
Nadunwow2-Jul-10 8:41
Nadunwow2-Jul-10 8:41 
GeneralRe: Singleton and TCP server Pin
Richard MacCutchan2-Jul-10 8:57
mveRichard MacCutchan2-Jul-10 8:57 
GeneralRe: Singleton and TCP server Pin
Nagy Vilmos6-Jul-10 3:53
professionalNagy Vilmos6-Jul-10 3:53 
GeneralRe: Singleton and TCP server Pin
Nagy Vilmos6-Jul-10 3:55
professionalNagy Vilmos6-Jul-10 3:55 
QuestionClass not found issue Pin
False Chicken30-Jun-10 19:54
False Chicken30-Jun-10 19:54 
AnswerRe: Class not found issue Pin
Cedric Moonen30-Jun-10 20:44
Cedric Moonen30-Jun-10 20:44 
GeneralRe: Class not found issue Pin
False Chicken30-Jun-10 20:50
False Chicken30-Jun-10 20:50 

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.