• ExtLib 20120126 - error running DataInitializer

    By Lothar Mueller 1 decade ago

    Just installed the latest version inside a VM. As usual I went into the Admin_Home page in order to create my sample data sets. And immediately get a runtime error

    [ReferenceError] 'extlib' not found

    in line 1:

    var d = new extlib.DataInitializer();

    In designer I see that the DataInitializer and other classes now have been switched to the newer Java design element.

    As far as I got it those elements don't have to be registered as a resource, or do they?

    • Could you open in Designer and check?

      By Andrejus Chaliapinas 1 decade ago

      Hi Lothar,

      Could you open that NSF in Designer, switch to Navigator view (via Window->Show Eclipse Views->Navigator), right click on that NSF project, go to Properties and then to Java Build Path and see if XPagesJDBC/Code/Java is there? If so - could you then do Project->Clean and see if that helps to fix your issue?

      • appears to be working now

        By Lothar Mueller 1 decade ago

        cleaning/ rebuilding seemed to do the trick. Thanks for the quick reply!