Menu

change the import path of haikuvm

2015-11-27
2015-11-27
  • Samir TOUBAL

    Samir TOUBAL - 2015-11-27

    Hello :)

    I m using the haikuvm tool to compile a java code in an arduino. But during the compilation , the haikuvm failed to import the "import .." that are dependencies with other classes. Haikuvm only import the classes defined in his API. please how can i change the paths of the importation to add another paths and make the haikuvm able to read the dependecies with other classes ?

    thanks in advance :)

     
  • genom2

    genom2 - 2015-11-27

    Hello Samir,

    I'm not sure how familiar you are with JAVA. In JAVA you control "to read the dependecies with other classes" with classpath.
    You will find the documentation of HaikuVM here:
    http://haiku-vm.sourceforge.net/

    In this documentation you will find a search field (in the upper right).
    a) Try to search for "classpath" to get a full overview about how HaikuVM uses classpath.
    b) There is a commandline option --classpath. Described here: http://haiku-vm.sourceforge.net/#[[Command%20Line%20Options]]
    c) There is a FAQ and answer about using classpath here: http://haiku-vm.sourceforge.net/#FAQ

    Kind regards
    Bob Genom

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.