Matt Zimmerman <[EMAIL PROTECTED]> wrote:
> On Mon, Jun 02, 2003 at 07:54:38PM +0200, Juergen Kreileder wrote:
> 
> > [EMAIL PROTECTED] writes:
> > > cat > Test.java << EOF
> > > class Test {
> > >          public static void main(String[] args) {
> > >                  Test0.foo();
> > >                  new java.awt.Button();
> > >                  new javax.swing.JButton();
> > >                  javax.jnlp.ServiceManager.getServiceNames();
> > 
> > javax.jnlp is in Java Web Start's javaws.jar which isn't in the
> > default classpath.
> 
> Doesn't it also require an import statement?

No, not when you write the full name like here: 
javax.jnlp.ServiceManager.getServiceNames();

-- Arnaud Vandyck, STE fi, ULg
   Formateur Cellule Programmation.

Attachment: pgpG5v7paVVdt.pgp
Description: PGP signature

Reply via email to