Customer Portal

error using Java

Comments 1

  • Avatar
    oldforum
    0
    Comment actions Permalink
    Hello !
    It seems that the "overview" document is a bit obsolete.
    I assume you have put together a piece of Java and tried to load metadata from file.

    Starting with clover version 1.7 you must first call

    Defaults.init(); to initialize default options

    With clover 2.0 you have to also call:

    Plugins.init(pluginsRootDirectory);

    See org.jetel.main.runGraph() method. Also, Examples package should contain subdirectory "javaExamples" where you can look at "testGraphSort.java" which shows how to assemble graph purely in Java.

    David.

Please sign in to leave a comment.