To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85509
                 Issue #|85509
                 Summary|bridgetest_javaserver.bat not working
               Component|udk
                 Version|680m243
                Platform|All
                     URL|
              OS/Version|Windows, all
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|jl
             Reported by|jl





------- Additional comments from [EMAIL PROTECTED] Wed Jan 23 12:13:24 +0000 
2008 -------
The bridgetest_javaserver.bat contained this string:

"java -classpath
o:\SRC680\wntmsci11.pro\bin.m243\java_uno.jar;o:\SRC680\wntmsci11.pro\bin.m243\ridl.jar;o:\SRC680\wntmsci11.pro\bin.m243\jurt.jar;o:\SRC680\wntmsci11.pro\bin.m243\juh.jar;.;r:\j2sdk1.4.2_11\jre\lib\rt.jar;..\class;..\class\testComponent.jar"
com.sun.star.comp.bridge.TestComponentMain
\""uno:socket,host=127.0.0.1,port=2002;urp;test"\"

To make it work on Windows, one needs to move the initial quote right before the
class path value begins:

java -classpath "o:\...

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to