AW: HelloWorldSwing.jar

2005-03-14 Thread Jan . Materne
> any critique as to my build.xml file? Yes. You´re writing a class package hello; ... public class HelloWorldSwing { ... with full qualified name hello.HelloWorldSwing, so it maps to a file hello/HelloWorldSwing.[class|java]. This relative path must be accessible via your source

Re: HelloWorldSwing.jar

2005-03-14 Thread THUFIR HAWAT
thanks, Kristian :) any critique as to my build.xml file? -Thufir On Mon, 14 Mar 2005 19:43:18 +1100, Kristian Perkins <[EMAIL PROTECTED]> wrote: > you have to specify the fully qualified package name of the main class > in the Main-Class attribute. > try: > Main-Class: hello.HelloWorldSwing >

Re: HelloWorldSwing.jar

2005-03-14 Thread Kristian Perkins
you have to specify the fully qualified package name of the main class in the Main-Class attribute. try: Main-Class: hello.HelloWorldSwing THUFIR HAWAT wrote: HelloWorldSwing.jar doesn't execute with a double-click, it gives "could not find the main class. program will exit," a

HelloWorldSwing.jar

2005-03-14 Thread THUFIR HAWAT
HelloWorldSwing.jar doesn't execute with a double-click, it gives "could not find the main class. program will exit," as an error. is this a problem with build.xml? Microsoft Windows 2000 [Version 5.00.2195] (C) Copyright 1985-2000 Microsoft Corp. C:\Documents and Settings\Admi