Click here to Skip to main content
15,914,074 members
Home / Discussions / Java
   

Java

 
GeneralRe: Palindrome assignment Pin
Chuon Visoth23-Feb-11 13:37
Chuon Visoth23-Feb-11 13:37 
GeneralRe: Palindrome assignment Pin
TorstenH.23-Feb-11 19:34
TorstenH.23-Feb-11 19:34 
QuestionDeveloping Lotus Notes Plugin : What does "navigate to the JRE in the Notes installation folder" means? Pin
eight20-Feb-11 16:23
eight20-Feb-11 16:23 
AnswerRe: Developing Lotus Notes Plugin : What does "navigate to the JRE in the Notes installation folder" means? Pin
Richard MacCutchan21-Feb-11 0:47
mveRichard MacCutchan21-Feb-11 0:47 
GeneralRe: Developing Lotus Notes Plugin : What does "navigate to the JRE in the Notes installation folder" means? Pin
eight21-Feb-11 16:22
eight21-Feb-11 16:22 
GeneralRe: Developing Lotus Notes Plugin : What does "navigate to the JRE in the Notes installation folder" means? Pin
Richard MacCutchan21-Feb-11 21:54
mveRichard MacCutchan21-Feb-11 21:54 
QuestionUtility calling Java application Pin
Indrojeet18-Feb-11 20:17
Indrojeet18-Feb-11 20:17 
AnswerRe: Utility calling Java application Pin
jschell19-Feb-11 9:10
jschell19-Feb-11 9:10 
There is a difference between whether it could and whether it does.

The normal exit value that would indicate success from an application would be zero.
And value except that depends on the application.
An application can fail totally and still return zero unless it is specifically programmed to do differently.

If and only if the application uses the System.exit() method then it can return other values.

Other than that command line tools often use stdio and sometimes stderr. The contents of that would need to be interpreted by any containing application.
GeneralRe: Utility calling Java application Pin
Indrojeet20-Feb-11 17:47
Indrojeet20-Feb-11 17:47 
GeneralRe: Utility calling Java application Pin
TorstenH.20-Feb-11 21:33
TorstenH.20-Feb-11 21:33 
Questiontelnet client source code Pin
navidnmc16-Feb-11 19:24
navidnmc16-Feb-11 19:24 
AnswerRe: telnet client source code Pin
Richard MacCutchan16-Feb-11 21:53
mveRichard MacCutchan16-Feb-11 21:53 
AnswerRe: telnet client source code Pin
David Skelly16-Feb-11 21:53
David Skelly16-Feb-11 21:53 
AnswerRe: telnet client source code Pin
TorstenH.16-Feb-11 22:24
TorstenH.16-Feb-11 22:24 
AnswerRe: telnet client source code Pin
jschell17-Feb-11 8:29
jschell17-Feb-11 8:29 
AnswerRe: telnet client source code Pin
RaviRanjanKr14-Apr-11 6:05
professionalRaviRanjanKr14-Apr-11 6:05 
QuestionJPanel and JScrollPane inheritance Pin
kassx14-Feb-11 20:18
kassx14-Feb-11 20:18 
AnswerRe: JPanel and JScrollPane inheritance Pin
TorstenH.15-Feb-11 21:10
TorstenH.15-Feb-11 21:10 
GeneralRe: JPanel and JScrollPane inheritance Pin
kassx15-Feb-11 21:35
kassx15-Feb-11 21:35 
GeneralRe: JPanel and JScrollPane inheritance Pin
TorstenH.16-Feb-11 2:06
TorstenH.16-Feb-11 2:06 
Questionforcing java functions to execute in sequence?? Pin
Alok Sharma ji13-Feb-11 19:31
Alok Sharma ji13-Feb-11 19:31 
AnswerRe: forcing java functions to execute in sequence?? Pin
Gerben Jongerius13-Feb-11 19:55
Gerben Jongerius13-Feb-11 19:55 
GeneralRe: forcing java functions to execute in sequence?? Pin
Alok Sharma ji13-Feb-11 20:28
Alok Sharma ji13-Feb-11 20:28 
GeneralRe: forcing java functions to execute in sequence?? Pin
TorstenH.13-Feb-11 20:43
TorstenH.13-Feb-11 20:43 
GeneralRe: forcing java functions to execute in sequence?? Pin
Alok Sharma ji14-Feb-11 0:17
Alok Sharma ji14-Feb-11 0:17 

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.