Menu

#1 linux separator problem

v1.0_(example)
closed
nobody
None
5
2012-07-31
2007-05-03
memedidou
No

Hi,
I'have used your plugin with windows XP Pro SP2 and it has worked perfectly.
I'm actually using your plugin with Linux and the convert phase doesn't work.

I have the following error :

Java Card 2.2.2 Class File Converter, Version 1.3
Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.

error: export file framework.exp of package javacard.framework not found.

conversion completed with 1 errors and 0 warnings.

The cause is that the exportpath separates parameters with a ';' and not with a ':'. So the plugin only works on Windows platform.

Discussion

  • Dan

    Dan - 2007-11-29

    Logged In: YES
    user_id=1930452
    Originator: NO

    For the time being, you can import the source as a new plug-in project, change the ";" to File.pathSeparator in 2 places in org.eclipsejcde.core.launchers.arguments.ArgumentsPreparer.java, compile, export, use the new jar file.

     
  • Anonymous

    Anonymous - 2012-07-31

    how to download source

     
  • Amgad Youssef

    Amgad Youssef - 2012-07-31

    fixed the separator issue in version 0.2

     

Anonymous
Anonymous

Add attachments
Cancel