Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Eclipse RCP wont display "Hello World" in console
Eclipse RCP wont display "Hello World" in console [message #682382] Sat, 11 June 2011 00:49
wapt49  is currently offline wapt49 Friend
Messages: 2
Registered: June 2011
Junior Member
Hallo,

Im very new in Eclipse RCP and trying to develop my first plug-in with Eclipse RCP (Helloworld plugin)

In activator class :
public void start(BundleContext context) throws Exception {
System.out.println("Hello world!");
}

when im trying to run my application, there is no error..
but in my console,only display

osgi>

I think it suppose to be

osgi> Hello world!

The screens is in file attachments..

Can you tell me where the problem is?

Thank you Smile
  • Attachment: rcp.jpg
    (Size: 170.67KB, Downloaded 218 times)
Previous Topic:openGL window
Next Topic:launching problem
Goto Forum:
  


Current Time: Fri Apr 19 02:57:23 GMT 2024

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

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

Back to the top