Click here to Skip to main content
16,010,544 members
Home / Discussions / Java
   

Java

 
Questionmultiplexer code Pin
bozorgvar26-Aug-10 1:04
bozorgvar26-Aug-10 1:04 
AnswerRe: multiplexer code Pin
Richard MacCutchan26-Aug-10 2:08
mveRichard MacCutchan26-Aug-10 2:08 
QuestionHow to set classpath of java thru Coding for applets Pin
002comp24-Aug-10 19:42
002comp24-Aug-10 19:42 
AnswerRe: How to set classpath of java thru Coding for applets Pin
Richard MacCutchan24-Aug-10 21:50
mveRichard MacCutchan24-Aug-10 21:50 
GeneralRe: How to set classpath of java thru Coding for applets Pin
002comp24-Aug-10 22:12
002comp24-Aug-10 22:12 
GeneralRe: How to set classpath of java thru Coding for applets Pin
David Skelly24-Aug-10 22:29
David Skelly24-Aug-10 22:29 
GeneralRe: How to set classpath of java thru Coding for applets Pin
Richard MacCutchan24-Aug-10 22:30
mveRichard MacCutchan24-Aug-10 22:30 
AnswerRe: How to set classpath of java thru Coding for applets Pin
David Skelly24-Aug-10 22:17
David Skelly24-Aug-10 22:17 
This question has been answered before, a week or two ago. Here is the answer given then:


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.

GeneralRe: How to set classpath of java thru Coding for applets Pin
002comp25-Aug-10 0:01
002comp25-Aug-10 0:01 
Questionhow to develop steganography project in java Pin
patel taher20-Aug-10 22:03
patel taher20-Aug-10 22:03 
AnswerRe: how to develop steganography project in java Pin
Richard MacCutchan20-Aug-10 22:27
mveRichard MacCutchan20-Aug-10 22:27 
AnswerRe: how to develop steganography project in java Pin
Nagy Vilmos20-Aug-10 22:57
professionalNagy Vilmos20-Aug-10 22:57 
Questionnot good Pin
jiteshmohite@7342.com17-Aug-10 8:27
jiteshmohite@7342.com17-Aug-10 8:27 
QuestionImageIO.Read Capacity?? Pin
002comp16-Aug-10 22:23
002comp16-Aug-10 22:23 
AnswerRe: ImageIO.Read Capacity?? Pin
Richard MacCutchan17-Aug-10 0:38
mveRichard MacCutchan17-Aug-10 0:38 
GeneralRe: ImageIO.Read Capacity?? Pin
002comp17-Aug-10 21:03
002comp17-Aug-10 21:03 
GeneralRe: ImageIO.Read Capacity?? Pin
Richard MacCutchan17-Aug-10 22:16
mveRichard MacCutchan17-Aug-10 22:16 
QuestionRequest Dispatcher in my servlet not showing desired results Pin
Narjisali13-Aug-10 14:35
Narjisali13-Aug-10 14:35 
AnswerRe: Request Dispatcher in my servlet not showing desired results Pin
Nagy Vilmos16-Aug-10 2:27
professionalNagy Vilmos16-Aug-10 2:27 
AnswerRe: Request Dispatcher in my servlet not showing desired results Pin
jason waggoner19-Aug-10 8:27
jason waggoner19-Aug-10 8:27 
Questionimage encoding Pin
indseelan12-Aug-10 7:02
indseelan12-Aug-10 7:02 
AnswerRe: image encoding Pin
Richard MacCutchan12-Aug-10 10:10
mveRichard MacCutchan12-Aug-10 10:10 
QuestionHow to update values inside of a hash table? Pin
SerpentineV0111-Aug-10 11:51
SerpentineV0111-Aug-10 11:51 
AnswerRe: How to update values inside of a hash table? Pin
Gerben Jongerius11-Aug-10 22:43
Gerben Jongerius11-Aug-10 22:43 
AnswerRe: How to update values inside of a hash table? Pin
David Skelly12-Aug-10 1:50
David Skelly12-Aug-10 1: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.