Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » JFace/SWT
JFace/SWT [message #180869] Sat, 18 November 2006 13:32 Go to next message
Eclipse UserFriend
Originally posted by: waleedamer81.yahoo.com

Dear, All

I am new to JFace/SWT and to eclipse too, after i created a normal Java
Project, and imported the Required JFace jar files. When i am going to run
the application, it tells me the main () method does not exit. how could i
fix that, even the main () method is exist.
Re: JFace/SWT [message #180914 is a reply to message #180869] Mon, 20 November 2006 02:20 Go to previous message
Eclipse UserFriend
Originally posted by: wayne.beaton._NOSPAM_eclipse.org

waleed amer wrote:
> Dear, All
>
> I am new to JFace/SWT and to eclipse too, after i created a normal Java
> Project, and imported the Required JFace jar files. When i am going to
> run the application, it tells me the main () method does not exit. how
> could i fix that, even the main () method is exist.
>
Is the method signature correct, i.e.:

public static void main(String[] args) {
....
}

Wayne
Previous Topic:code segment has wrong length
Next Topic:Pointing eclipse to use a particular JVM
Goto Forum:
  


Current Time: Thu Apr 25 00:19:01 GMT 2024

Powered by FUDForum. Page generated in 0.08045 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top