Skip to content

can not find java_path #27

Description

@dongbin86

hi,my process use java_path like this :
~/java/bin/java

but at 1204~1205

if 'java_path' not in details: details['java_path'] = ''.join(liverun("which java")).strip().replace("/java", "")
set java_path to "~/bin"
try change to
details['java_path'] = ''.join(liverun("which java")).strip()[:-5]

that works well

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions