Search:

Type: Posts; User: Sean4u

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    2,503

    Re: MySQL Quit while java application is running

    Your java code is a bit unusual. For a job like this I would usually use File.listFiles(FileFilter) and use the BufferedReader on each File in turn - I don't understand why you use a Process to do...
  2. Replies
    6
    Views
    2,503

    Re: MySQL Quit while java application is running

    Put your code in a file by itself as the body of the main() method and *don't* try-catch exceptions - your main() method should be:

    public static void main(String[] args) throws Exception

    You...
Results 1 to 2 of 2