Search:

Type: Posts; User: aueddonline

Search: Search took 0.10 seconds.

  1. Re: MySQL Quit while java application is running

    Just having a better look at where it's failing. within given directory there is multiple csv file, and i'm using a wildcard to type them all, it seem to randomly fail while going from one file to...
  2. Re: MySQL Quit while java application is running

    Ah, just tried it on the second directory in the group and it freezes,

    third directory runs okay
  3. Re: MySQL Quit while java application is running

    Hey that's cool we're neighbors, also in Oxford. I made a new class (below). Runs with no exceptions



    public class TestClass {
    public static void main(String[] args) throws Exception{
    ...
  4. Re: MySQL Quit while java application is running

    I've run this a few times now and getting different outcomes, here's the code that crashes (occasionally)



    String cmd = "cmd /c type C:\\Data\\" + x + "\\*.csv";
    String line;
    ...
  5. MySQL Quit while java application is running

    I have a java app that takes data from a .csv file and put it on my MySQL database. The application has been freezing at random times during the running of the application. At first I though my code...
Results 1 to 5 of 5