Fix build bug. #33 #34

Closed
zaoqi wants to merge 1 commits from master into master
zaoqi commented 2019-03-16 11:05:54 +00:00 (Migrated from github.com)
  [javac] /.../luaj/build/jse/src/org/luaj/vm2/lib/jse/JsePlatform.
java:100: error: cannot find symbol
    [javac]             globals.load(new JseStringLib());
    [javac]                              ^
    [javac]   symbol:   class JseStringLib
    [javac]   location: class JsePlatform
    [javac] 1 error
    [javac] 4 warnings
``` [javac] /.../luaj/build/jse/src/org/luaj/vm2/lib/jse/JsePlatform. java:100: error: cannot find symbol [javac] globals.load(new JseStringLib()); [javac] ^ [javac] symbol: class JseStringLib [javac] location: class JsePlatform [javac] 1 error [javac] 4 warnings ```

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-autonomous-connection/luaj#34