Menu

#16 Not work with WinXPproSP2+Java1.50_01-b08

open
nobody
None
5
2005-05-29
2005-05-29
Anonymous
No

I can't make it work.

I tried with Delineate 0.5 & 0.4

1. I fix the bug in delineate.bat when i follow the
install instructions, and when i ran, gave me an error
because the spaces in the path to Java.
Fixing this doesn't start Delineate.

2. I tried with 0.4 and same problem, when i ran
delineate.bat and see the process, opens javaw, but
then is closed with no window open.

Help me please.

Thanks in advance.

PD: Someone knows a way to convert SVG to
windows-friendly-vector format? something like emf maybe?

Discussion

  • Nobody/Anonymous

    Logged In: NO

    I had the same problem, but I managed to make a
    workaround by entering a fixed short path for the javaw file.
    My delineate.bat is now the following and the program runs
    fine:

    @echo off
    start C:\Progra~1\Java\j2re1.4.2_01\bin\javaw -jar
    delineate.jar ./settings/parameters-
    autotrace.xml ./settings/parameters-potrace.xml

     
  • Nobody/Anonymous

    Logged In: NO

    same problems....
    In regards to the second problem if I run it with 'java' I get:

    C:\Program Files\SVGConverter\delineate\0.5>java -jar
    delineate.jar ./settings/p
    arameters-autotrace.xml ./settings/parameters-potrace.xml
    Exception in thread "main" java.lang.NoClassDefFoundError:
    org/apache/xpath/XPathAPI
    at
    net.sf.delineate.utility.XPathTool.string(XPathTool.java:68)
    at
    net.sf.delineate.utility.XPathTool.string(XPathTool.java:110)
    at
    net.sf.delineate.DelineateApplication.addControlTab(DelineateApplicat
    ion.java:86)
    at
    net.sf.delineate.DelineateApplication.<init>(DelineateApplication.jav
    a:62)
    at
    net.sf.delineate.DelineateApplication.main(DelineateApplication.java:
    316)

    C:\Program Files\SVGConverter\delineate\0.5>start java -jar
    delineate.jar ./sett
    ings/parameters-autotrace.xml ./settings/parameters-potrace.xml

     
  • Nobody/Anonymous

    Logged In: NO

    fixing apache issue look at 1053567 : missing library for
    solution

     
  • Nobody/Anonymous

    Logged In: NO

    Problem might be related to jre 1.5...

    C:\delineate\0.5>"c:\Program
    Files\Java\jre1.5.0_03\bin\java.exe" -jar delineate.jar
    ./settings/parameters-autotrace.xml
    ./settings/parameters-potrace.xml
    Exception in thread "main" java.lang.NoClassDefFoundError:
    org/apache/xpath/XPathAPI
    at
    net.sf.delineate.utility.XPathTool.string(XPathTool.java:68)
    at
    net.sf.delineate.utility.XPathTool.string(XPathTool.java:110)
    at
    net.sf.delineate.DelineateApplication.addControlTab(DelineateApplication.java:86)
    at
    net.sf.delineate.DelineateApplication.<init>(DelineateApplication.java:62)
    at
    net.sf.delineate.DelineateApplication.main(DelineateApplication.java:316)

    SVG is windows friendly: Use sodipodi.

     
  • Nobody/Anonymous

    Logged In: NO

    the shortpath workaround does work, but the application does
    not work with 1.5, i tried jre1.5.0_06 and it errors out, so
    i changed it to j2re1.4.2_03 and it works fine, lol _FINALY_

    TWIMC: thanks for the shortpath heads up

     
  • Nobody/Anonymous

    Logged In: NO

    Same problem for me, tried both java 1.42 and 1.50 other
    java programs works OK!

    Here is the error:

    \delineate\0.5>C:\Progra~1\Java\jre1.5.0_06/bin/javaw.exe
    -jar delineat
    e.jar ./settings/parameters-autotrace.xml
    ./settings/parameters-potrace.xml
    Exception in thread "main" java.lang.NoClassDefFoundError:
    org/apache/xpath/XPathAPI
    at
    net.sf.delineate.utility.XPathTool.string(XPathTool.java:68)
    at
    net.sf.delineate.utility.XPathTool.string(XPathTool.java:110)
    at
    net.sf.delineate.DelineateApplication.addControlTab(DelineateApplication.java:86)
    at
    net.sf.delineate.DelineateApplication.<init>(DelineateApplication.java:62)
    at
    net.sf.delineate.DelineateApplication.main(DelineateApplication.java:316)

     
  • Nobody/Anonymous

    Logged In: NO

    Hei,

    dosn't work :)

    when i start with delineate.bat via doubleclick, pop off the
    'cmd' and close. Nothing do.

    When i start in cmd, then i see this:

    D:\delineate\0.5>delineate.bat
    off start C:\Programme\Java\jre1.5.0_06/bin/javaw -jar del
    parameters-autotrace.xml ./settings/parameters-potrace.xml
    D:\delineate\0.5>

    I use this Java version:
    1.5.0_06

    When i run via 'java -jar delineate.jar', then i got this:
    Exception in thread "main"
    java.lang.ArrayIndexOutOfBoundsException: 0
    at
    net.sf.delineate.DelineateApplication.main(DelineateApplication.java:
    316)

    when i try to run via 'javaw -jar delineate.jar' do nothing...
    ...cry T.T

     

Log in to post a comment.