Search:

Type: Posts; User: copeg

Search: Search took 0.10 seconds.

  1. Thread: Apache POI

    by copeg
    Replies
    10
    Views
    3,567

    Re: Apache POI

    Post what you have so far (with the main method) as an SSCCE
  2. Thread: Apache POI

    by copeg
    Replies
    10
    Views
    3,567

    Re: Apache POI

    You need a main method application entry point, which you don't seem to have.

    public class MyClass{
    public static void main(String[] args){

    }
    }


    Back to the basics:
  3. Thread: Apache POI

    by copeg
    Replies
    10
    Views
    3,567

    Re: Apache POI

    Have you defined an application entry point (main method)? If so the launch configuration needs to know about it (if you have a class which contains main open it should automatically do this for you)
  4. Thread: Apache POI

    by copeg
    Replies
    10
    Views
    3,567

    Re: Apache POI

    What error? It often helps to post the message in their entirety. From what it looks like, I'm guessing its something like uncaught exception - as the last few lines can throw an IOException. See...
Results 1 to 4 of 4