Issue 15060 - cannot execute deployed java class files on OO.org or SO6.1
Summary: cannot execute deployed java class files on OO.org or SO6.1
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: scripting (show other issues)
Version: OOo 1.1 Beta2
Hardware: All All
: P1 (highest) Trivial (vote)
Target Milestone: OOo 2.0
Assignee: noel.power
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-29 13:49 UTC by robert.kinsella
Modified: 2003-06-10 16:19 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description robert.kinsella 2003-05-29 13:49:00 UTC
SFrameworkInstall.jar - ed 0.3
OO.org 1.1 Beta2  (tested on sparc)
StarOffice 6.1 beta2 (tested on Linux)

After compiling / deploying a simple java program to Office, the user can assign
it to a menu. However attempting to execute the java class will fail.
Problem believed to be in the parcel-descriptor.xml file, adding the following
lines to the parcel-descripto.xml file allows execution to complete.
    <languagedepprops>
        <prop name="classpath" value="/"/>
    </languagedepprops>
(inserted immediately before </script>.

This is a regression from SF0.2
Comment 1 noel.power 2003-05-29 15:21:05 UTC
Problem in PathUtils.java
Comment 2 noel.power 2003-05-29 16:00:34 UTC
Started
Comment 3 noel.power 2003-06-03 14:58:43 UTC
Two issues here, will create another bug for part 2

part 1. Class path parsing not working correctly.
part 2. Netbeans not creating parcel-descriptor.xml with
languagedepprops entry containing classpath.

This bug addresses part 1. only. See bug #15245 for part 2.
Comment 4 robert.kinsella 2003-06-10 16:19:25 UTC
verified as fixed SFed0.3, rc4 - closing issue