Forum: Java Oct 7th, 2008 |
| Replies: 2 Views: 1,684 Hi Ezzarel,
I changed this part of the project from Java to PHP (which is a lot more convenient).
Thanks alot for the help though...
:) |
Forum: Java Apr 11th, 2008 |
| Replies: 5 Views: 655 I've been researching on the net, and I was reading about FileInputStream...in the java.io package... |
Forum: Java Apr 11th, 2008 |
| Replies: 5 Views: 655 Well, It's supposed to be a java desktop application that upload/loads the data from the MS Excel file (which is also on the desktop) into the specified table in a MySQL DB... |
Forum: Java Apr 11th, 2008 |
| Replies: 5 Views: 655 |
Forum: Java Apr 10th, 2008 |
| Replies: 5 Views: 655 Hello,
I need some help....I have to create part of an application that uploads an MS Excel file, and stores the data into a MySQL db...and I have no clue where to start... |
Forum: Java Feb 26th, 2008 |
| Replies: 1 Views: 684 ok, this is what I just got...in the .bat file instead of
java -jar "MyJar.jar"
type this...
start javaw -jar "MyJar.jar"
and I tried it, and guess what...it works... |
Forum: Java Feb 26th, 2008 |
| Replies: 1 Views: 684 Hi,
I have an application set to run in a .bat file, and would like to know what I can do to hide the command window that comes up with the application when it is executed, but still have the... |
Forum: Java Feb 25th, 2008 |
| Replies: 2 Views: 1,684 Hi,
Could anyone help me with this problem, the following code contains the GUI for a chargeback application which was handed on to me. I want to be able to test the components DC1 and DC2 to make... |
Forum: Java Feb 25th, 2008 |
| Replies: 4 Views: 1,187 Hi DangerDev,
When I executed the .jar file from the link, some of the components doesn't work, but when the actual file was executed, it works just fine...
The .bat file works properly from the... |
Forum: Java Feb 25th, 2008 |
| Replies: 4 Views: 1,187 it's opening the .bat file from a link in the webpage(the command window opens by default) |
Forum: Java Feb 22nd, 2008 |
| Replies: 4 Views: 1,187 Hi,
I created an executable jar file for my Java application, and I was wondering if I should leave it like that or should I change it to a .bat file for execution via a webpage.
May |