|
From: Mark L. <mar...@us...> - 2008-11-19 23:19:42
|
Thank you , Leif, for your quick response. It turned out that what enabled me to get things running properly was 3 things: First, I had to use the "UNIX" way of listing the parameters even though I'm working on Windows. At least, the -command, -eclipsehome, and -port parameters had to be divided in two; the other parameters could be in either format. wrapper.app.parameter.1=org.eclipse.help.standalone.Infocenter wrapper.app.parameter.2=-command wrapper.app.parameter.3=start wrapper.app.parameter.4=-eclipsehome wrapper.app.parameter.5= C:/Eclipse wrapper.app.parameter.6=-port wrapper.app.parameter.7=7090 When I used the above format, an Eclipse InfoCenter did start running, but it wouldn't shut down properly. It would leave a javaw.exe process going. I solved that by adding a -noexec parameter. Third, as you noticed, I had an error in the -product value. This error didn't stop the InfoCenter service from starting, but it would display the wrong splash screen and wrong help systems. Once that was fixed, everything seemed fine. thanks again, Mr. Mark Ludwig Sr. Technical Communicator, Global Information Development _____________________________ Lawson Software 380 St. Peter Street St. Paul, MN 55102 Tel: 651-767-6424 http://www.lawson.com |