Click here to Skip to main content
15,920,053 members
Home / Discussions / Java
   

Java

 
AnswerRe: Java Programing Pin
Richard MacCutchan1-Aug-10 9:57
mveRichard MacCutchan1-Aug-10 9:57 
AnswerRe: Java Programing Pin
Ravi Sant19-Apr-11 3:52
Ravi Sant19-Apr-11 3:52 
Questionwen the list goes big... Pin
reji _samuel29-Jul-10 22:35
reji _samuel29-Jul-10 22:35 
AnswerRe: wen the list goes big... Pin
Richard MacCutchan29-Jul-10 22:43
mveRichard MacCutchan29-Jul-10 22:43 
AnswerRe: wen the list goes big... Pin
Ravi Sant19-Apr-11 3:52
Ravi Sant19-Apr-11 3:52 
QuestionHow to use one JRE on another System? [modified] Pin
002comp29-Jul-10 18:07
002comp29-Jul-10 18:07 
AnswerRe: How to use one JRE on another System? Pin
Richard MacCutchan29-Jul-10 22:41
mveRichard MacCutchan29-Jul-10 22:41 
AnswerRe: How to use one JRE on another System? Pin
David Skelly30-Jul-10 2:07
David Skelly30-Jul-10 2:07 
Is this an applet or an application?

If it is an application then you can simply include the JRE in a directory along with your application distribution and then run the application from that. The advantage of this is that you know which version of the JRE your application will run against, rather than being at the mercy of whichever random JRE happens to be installed as the default on the target machine. There is no need for any installation process or registration, you can copy the JRE directory and then point your application at this and away you go.

An applet is a different matter. If you want to run the applet from within a browser, then that browser must have a Java plug-in of the correct version installed and enabled. There is no way the applet can do this automatically. Normally, I would expect the browser to prompt the user with a message, something like "A required plug-in is missing for this page". In this case, the JRE does have to be properly installed and registered, and you cannot simply copy it over to the other machine.
QuestionApplication Monitor Pin
nhtdt11k5029-Jul-10 15:33
nhtdt11k5029-Jul-10 15:33 
AnswerRe: Application Monitor Pin
Richard MacCutchan29-Jul-10 22:39
mveRichard MacCutchan29-Jul-10 22:39 
AnswerRe: Application Monitor Pin
Ravi Sant19-Apr-11 3:53
Ravi Sant19-Apr-11 3:53 
QuestionUnsupportedClassVersionError/Unsupported major.minor version 50.0 Pin
ravi12048626-Jul-10 20:40
ravi12048626-Jul-10 20:40 
AnswerRe: UnsupportedClassVersionError/Unsupported major.minor version 50.0 Pin
David Skelly26-Jul-10 22:30
David Skelly26-Jul-10 22:30 
AnswerRe: UnsupportedClassVersionError/Unsupported major.minor version 50.0 Pin
jiteshmohite@7342.com28-Jul-10 7:55
jiteshmohite@7342.com28-Jul-10 7:55 
QuestionRun Time Error in 'return functions->FindClass(this, name)' Pin
ravi12048625-Jul-10 21:55
ravi12048625-Jul-10 21:55 
AnswerRe: Run Time Error in 'return functions->FindClass(this, name)' Pin
Richard MacCutchan25-Jul-10 22:56
mveRichard MacCutchan25-Jul-10 22:56 
GeneralRe: Run Time Error in 'return functions->FindClass(this, name)' Pin
ravi12048625-Jul-10 23:07
ravi12048625-Jul-10 23:07 
GeneralRe: Run Time Error in 'return functions->FindClass(this, name)' Pin
Richard MacCutchan25-Jul-10 23:50
mveRichard MacCutchan25-Jul-10 23:50 
GeneralRe: Run Time Error in 'return functions->FindClass(this, name)' Pin
ravi12048626-Jul-10 2:58
ravi12048626-Jul-10 2:58 
GeneralRe: Run Time Error in 'return functions->FindClass(this, name)' Pin
Richard MacCutchan26-Jul-10 6:23
mveRichard MacCutchan26-Jul-10 6:23 
GeneralRe: Run Time Error in 'return functions->FindClass(this, name)' Pin
ravi12048626-Jul-10 6:46
ravi12048626-Jul-10 6:46 
GeneralRe: Run Time Error in 'return functions->FindClass(this, name)' Pin
Richard MacCutchan26-Jul-10 9:01
mveRichard MacCutchan26-Jul-10 9:01 
GeneralRe: Run Time Error in 'return functions->FindClass(this, name)' Pin
ravi12048627-Jul-10 23:24
ravi12048627-Jul-10 23:24 
GeneralRe: Run Time Error in 'return functions->FindClass(this, name)' Pin
Richard MacCutchan28-Jul-10 1:31
mveRichard MacCutchan28-Jul-10 1:31 
GeneralRe: Run Time Error in 'return functions->FindClass(this, name)' Pin
Richard MacCutchan28-Jul-10 9:10
mveRichard MacCutchan28-Jul-10 9:10 

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.