Bug 319112

Summary: AWT images are not drawn when launching from Eclipse but works from the command line
Product: [Eclipse Project] JDT Reporter: thrimurthy raju <arun.technopath>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED INVALID QA Contact:
Severity: major    
Priority: P3 CC: jarthana, Olivier_Thomann, remy.suen
Version: 3.7   
Target Milestone: 3.7 M1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description thrimurthy raju CLA 2010-07-07 07:59:47 EDT
Build Identifier: 3.4.2

my code is working fine in java command prompt but it is not working in eclipse .

i created a sample game in java. It works fine values are printed , code is compiled , but images are not displayed. Images are displayed when used in command prompt .I draw images using awt .

Reproducible: Always
Comment 1 Remy Suen CLA 2010-07-07 08:05:45 EDT
(In reply to comment #0)
> my code is working fine in java command prompt but it is not working in eclipse

Are you running the same code or are you recompiling it again?

Try launching the "Eclipse way" from the command line.
http://wiki.eclipse.org/Graphical_Eclipse_FAQs#How_do_I_check_for_the_command_line_invocation_that_Eclipse_used_to_launch_an_application.3F
Comment 2 Olivier Thomann CLA 2010-07-07 10:24:58 EDT
This is clearly a configuration issue. It is not related to JDT/Core.
Closing as INVALID.
Comment 3 Jay Arthanareeswaran CLA 2010-08-04 01:13:57 EDT
Verified for 3.7M1.