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

Java

 
GeneralRe: How to determine given file is a class file? Pin
glitteringsound13-Jul-10 20:56
glitteringsound13-Jul-10 20:56 
GeneralRe: How to determine given file is a class file? Pin
Cedric Moonen13-Jul-10 21:00
Cedric Moonen13-Jul-10 21:00 
GeneralRe: How to determine given file is a class file? Pin
glitteringsound13-Jul-10 21:12
glitteringsound13-Jul-10 21:12 
GeneralRe: How to determine given file is a class file? Pin
Cedric Moonen13-Jul-10 21:19
Cedric Moonen13-Jul-10 21:19 
GeneralRe: How to determine given file is a class file? Pin
Upendra Jariya28-Jul-10 4:30
Upendra Jariya28-Jul-10 4:30 
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 
Hi Guys
I found Something and now I need ur help.Here is the code below,After using this code,It asks If java is uninstall but after that it is not loading my jar file,is it some path issue. Or if java is already installed on sytem then it loadds my jar file.
<applet 
code="org.jdesktop.applet.util.JNLPAppletLauncher " 
codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0"
		

width=360
height=557

archive="http://www.sample.com/view/view.jar,
http://download.java.net/media/applet-launcher/applet-launcher.jar,
http://download.java.net/media/java3d/webstart/release/j3d/latest/j3dcore.jar,
http://download.java.net/media/java3d/webstart/release/j3d/latest/j3dutils.jar,
http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jar,
http://download.java.net/media/gluegen/webstart/gluegen-rt.jar,
http://download.java.net/media/java3d/webstart/release/vecmath/latest/vecmath.jar"
id="viewer">
<param name="codebase_lookup" value="false">
<param name="subapplet.classname" value="canvas3d.Canvas3D">
<param name="subapplet.displayname" value="My Java 3D Applet">
<param name="jnlpNumExtensions" value="1">
<param name="jnlpExtension1" value="http://download.java.net/media/java3d/webstart/release/java3d-latest.jnlp">
<param name="progressbar" value="true">
<param name="noddraw.check" value="true">
</applet>


Any Ideas Guys Now.
Regards
Yogesh
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 
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 

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.