Forum: Graphics and Multimedia Sep 25th, 2007 |
| Replies: 0 Views: 1,119 Does anyone know of a way to allow registered members of a forum site to play chess or checkers with each other over the internet using a board embeded on the site? I would like to have the option... |
Forum: Graphics and Multimedia Sep 9th, 2007 |
| Replies: 1 Views: 2,188 Greetings,
I have made a forum site that I want to use for personal use with some of my friends; one of the main intentions of the site was to create an environment where we could play chess and... |
Forum: IT Professionals' Lounge Sep 9th, 2007 |
| Replies: 0 Views: 1,999 Greetings,
I have made a forum site that I want to use for personal use with some of my friends; one of the main intentions of the site was to create an environment where we could play chess and... |
Forum: Java Sep 8th, 2006 |
| Replies: 13 Views: 24,993 After painstaking hours, I have finally found the solution. Thanks to everyone that helped me. |
Forum: Java Aug 18th, 2006 |
| Replies: 13 Views: 24,993 The executable that I am trying to run is a MSDOS based program. I need to pass in parameters to the command line.
I have been able to get windows based *.exe files to run, but not an MSDOS... |
Forum: Java Aug 16th, 2006 |
| Replies: 13 Views: 24,993 I am trying to run the program from a method as oppossed to using the main method. Could any one give me some advice on how to run the Runtime.getRunTime.exec(...) method for a *.exe file with three... |
Forum: Java Aug 16th, 2006 |
| Replies: 1 Views: 821 You get started by outlining what you need to do.
First, define the objective of the project; what is it intended to do?
Second, map out in pseudo code some of the methods/classes that you... |
Forum: Java Aug 15th, 2006 |
| Replies: 0 Views: 990 Can someone help me with writing the code to allow a JApplet to download some files to a user directory through a browser.:confused: I need to run a program accross a network, and I need to... |
Forum: Java Aug 15th, 2006 |
| Replies: 13 Views: 24,993 A command prompt would come up and say 'Windows does not recognize (new file name)'
After a bit of investigation, I have found that the command for the runtime process needs to have a... |
Forum: Java Aug 14th, 2006 |
| Replies: 13 Views: 24,993 Thank you for your help! This is close to what I needed. On the *.exe file it has a command line sequence of:
command=(path of program)/name of program.exe (upload file #1)=(path file#1)... |
Forum: Java Aug 11th, 2006 |
| Replies: 0 Views: 5,966 I would like to be able to copy a directory (with the files in it) from a network directory to a local directory. Would anyone happen to know how to do this in java?
Alternatively, would anyone... |
Forum: Java Aug 10th, 2006 |
| Replies: 13 Views: 24,993 Greetings,
I was wondering if someone could teach me how to run an executable in java.
I have written a Java program that fills out some information, but I need to run a file that is normally... |
Forum: Java Aug 4th, 2006 |
| Replies: 10 Views: 5,335 Thank you for your help and for answering one question that I had by the example code that you sent me. First, I was able to see that the JApplet works in an Applet Viewer, and I thank you for the... |
Forum: Java Aug 2nd, 2006 |
| Replies: 10 Views: 5,335 The coding for what I have posted seems to be a trivial applet, but for some reason unkown to me, I have not been able to get a JApplet to display with panels (or other components for that matter) in... |
Forum: Java Aug 2nd, 2006 |
| Replies: 10 Views: 5,335 What about if I don't use any IO, I still do not know how to display a JApplet using panels and other components:sad: . Try it if you would like; comment out my IO (I commented so that it could... |
Forum: Community Introductions Aug 2nd, 2006 |
| Replies: 2 Views: 1,029 Greetings,
I am new to this chat forum. If you happend to know java, would you mind taking a look at my post for java help in the forum. http://www.daniweb.com/techtalkforums/thread51500.html
... |
Forum: Java Aug 2nd, 2006 |
| Replies: 10 Views: 5,335 What do you mean by signed? How do I make something signed? Why does the file compile and display in a Windows window frame, but not in the browser?:confused: Your thoughts would be appreciated.:D |
Forum: Java Aug 1st, 2006 |
| Replies: 0 Views: 1,056 I am having some trouble trying to get a JApplet to display in a Browser http://javafaq.nu/images/smiles/icon_sad.gif . The applet does compile and does come up (displays) in a Microsoft Windows... |
Forum: Java Aug 1st, 2006 |
| Replies: 10 Views: 5,335 I am having some trouble trying to get a JApplet to display in a Browser http://javafaq.nu/images/smiles/icon_sad.gif . The applet does compile and does come up (displays) in a Microsoft Windows... |