java - Eclipse empty parameter string -


in menu run->run configurations of java applet under tab parameters, can't add parameter value empty. how can use empty string parameter java applet in eclipse?

the parameters retrieved in applet getparameter(name);

here's screenshot of parameter tab: enter image description here


Comments

Popular posts from this blog

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -