Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 May 2001 23:11:36 -0700 (PDT)
From:      Norbert Papke <npapke@acm.org>
To:        Cedric Berger <cedric@wireless-networks.com>
Cc:        <java@FreeBSD.ORG>
Subject:   Re: Baffled: Linux JDK 1.3.0 Port
Message-ID:  <20010509230642.L16623-100000@localhost.telus.net>
In-Reply-To: <3AFA0A63.3D1ED647@wireless-networks.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On Wed, 9 May 2001, Cedric Berger wrote:

> Do your "Hello" class depends on another class?
> i.e
>  "class Hello extends Babula"
> with Babula.class only on /tmp

No it doesn't.  I purposely used a minimal example once I stumbled upon
the fact that it worked from /tmp.  To wit,

  class Hello
  {
    public static void main(String[] args) {
       System.out.println("Hello World!");
    }
  }

Thanks for taking the time to think about this.  Cheers,

-- Norbert.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010509230642.L16623-100000>