During ResourceBundleEditor Plugin I received the error message inside the Eclipse

Asked By 80 points N/A Posted on -
qa-featured

Hi guys,

During ResourceBundleEditor plugin I received the error message inside the Eclipse on my Mac OS X 10.5.

It is indicating the error with StartOnFirstThread.

I searched possible source in the Eclipse but found nothing. If you have any idea regarding the error message, please help me to solve the issue.

Thanks.

 

Problem Occurred

Unhandled event loop exception

Can't start the AWT because java was started on the first thread. Make sure StartOnFirstThread is not specified in your application's Info.plist or on the command line

SHARE
Answered By 10 points N/A #192964

During ResourceBundleEditor Plugin I received the error message inside the Eclipse

qa-featured

Hi,

I faced the same problem a few months ago. This is how I solved it:

1. Go to the program files folder on your computer. Locate the folder for Eclipse and open it.

2. In the folder, search for a file named eclipse.ini and open it.

3. In the eclipse.ini file, you will find the code like in the picture below:

4. Now, scroll down to the 5th line and delete the entire line. This is the line that is causing the error as it is starting on the first thread itself.

5. Save the file and exit the folder. Now, try to run the program and your problem will be solved.

Related Questions