Skip to main content



      Home
Home » Newcomers » Newcomers » Error Message "Reference to undefined variable value"
Error Message "Reference to undefined variable value" [message #18104] Thu, 27 January 2005 03:59 Go to next message
Eclipse UserFriend
Originally posted by: Thomas.Wiedmann.iTAC.de

Hello,

launching or debugging a Java application in Eclipse with a program
argument like ${value} leads to following error message:

"Reference to undefined variable value".

What's the reason of this message?
How can a variable value be defined using ${ and afterwards } without
getting this error message?

Technical Data:
Eclipse Version: 3.1.0
Eclipse Build id: 200412162000
OS: Windows XP Professional 2002 SP1

Thomas
Re: Error Message "Reference to undefined variable value" [message #20652 is a reply to message #18104] Sat, 29 January 2005 08:12 Go to previous message
Eclipse UserFriend
Originally posted by: sander_ke.nospam.hotmail.com

"th_wm" <Thomas.Wiedmann@iTAC.de> wrote in message
news:ctaa9q$oc6$1@www.eclipse.org...
>
> launching or debugging a Java application in Eclipse with a program
> argument like ${value} leads to following error message:
>
> "Reference to undefined variable value".
>
> What's the reason of this message?
> How can a variable value be defined using ${ and afterwards } without
> getting this error message?

The reason is that no variable with name 'value' exists. I guess you typed
${value} in the Run-dialog under the tab Arguments. Now, click
'Variables...' next 'Edit varibales...' and add a variable with the name
'value'.
This is only usefull if you want to use a variable several times in
different projects, i think. You could also just supply arguments in the
text-area.

Sander
Previous Topic:Eclipse, linux and local users: how?
Next Topic:code assist doesn't pop up...
Goto Forum:
  


Current Time: Sun May 11 16:20:51 EDT 2025

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

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

Back to the top