CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: phillip.vu

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    3,771

    Re: Convert csv to xls

    Trying Apache POI.
  2. Replies
    10
    Views
    2,398

    Re: String problem

    Another way is using like this : "C:\\Users\\MilosS" :thumb:
  3. Replies
    10
    Views
    3,599

    Re: import package

    Hi gulHK,

    You dont need to import java class for using, because that the class that be used in your program ( e.g Main.java ) is located the same package (folder) with Main.java. If it's belong to...
  4. Replies
    10
    Views
    3,599

    Re: import package

    Hi gulHK,
    You are welcome.
  5. Replies
    10
    Views
    3,599

    Re: import package

    Why you have to need to import class files?
    If you already having java files of those classes, just copy them to your program and use.
  6. Replies
    10
    Views
    3,599

    Re: import package

    Hi gulHK,

    If you having java source code files, just copy them into your package.
    e.g : in package 'pack' already contains java source code like this : LibraryA.java, then just copy this file...
  7. Replies
    1
    Views
    1,143

    Re: java programming help

    Finally, what is your stuck?
  8. Replies
    2
    Views
    1,857

    Re: Same game java codes help me !

    Do you think you will get the helps with your ask? :cool:
  9. Replies
    10
    Views
    3,599

    Re: import package

    Firstly, you have to include jar file that containing your pakage in your project. In Eclipse is setting build path.
    Then is using import statement to import the needed class.
    By the way, I...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured