Search:

Type: Posts; User: dicdic

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    1,013

    [SOLVED] Re: Running Program in UNIX with package

    thank you ankurt
    it works now..
    so it means that the way to run a program with package is through its parent directory right?
    well i hope i can do it together with jar files..
    I just need to add...
  2. Replies
    3
    Views
    1,013

    [SOLVED] Running Program in UNIX with package

    Hi everyone

    let's say i have a program in UNIX directory /home/me/java/src


    package bin;

    public class HelloWorld {
    public static void main(String[] args) {
    ...
Results 1 to 2 of 2