Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 26273

Summary: Running Applet - Using HTML or properties file
Product: [Eclipse Project] JDT Reporter: Omry Yadan <public>
Component: DebugAssignee: JDT-Debug-Inbox <jdt-debug-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: enhancement    
Priority: P3    
Version: 2.1   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Omry Yadan CLA 2002-11-14 07:41:08 EST
I have an applet that takes many parameters from a properties file.
It would be great if I could use that properties file as an input for the 
applet (instead of entering all the parameters manually)
it would be nice (although the first option is preferred) if I could import the 
properties file into the java applet run configuration.
Comment 1 Omry Yadan CLA 2002-11-14 07:43:47 EST
just a clearification:
My applet takes parameters from the Applet tag, of course - not from the 
properties file.
Comment 2 Erich Gamma CLA 2002-11-16 18:41:46 EST
applet launching is contributed by JDT-Debug.

Being able to point an Applet launcher to a HTML file is a common function in 
Java IDEs. 
Comment 3 Omry Yadan CLA 2002-11-17 02:20:03 EST
True.
but entering parameters into a properties file (key = value) is much more 
convenient than entering them into an applet tag 
(<param name="key" value = "value">)
of course, some applet parameters does not belong to the parameters file, such 
as size and class, as they are parameters for the launcher and not for the 
application - as I see it, those should come from the gui.
Comment 4 Darin Wright CLA 2002-11-25 10:35:21 EST
Marking as 2.1 candidate
Comment 5 Darin Wright CLA 2003-01-29 11:59:32 EST
Deferred for post 2.1
Comment 6 Darin Wright CLA 2004-07-29 15:59:46 EDT
re-open to mark as dup
Comment 7 Darin Wright CLA 2004-07-29 15:59:56 EDT

*** This bug has been marked as a duplicate of 25158 ***