Unable to deploy HelloWorld application to MobileFirst Development Server

后端 未结 3 1096
长情又很酷
长情又很酷 2021-01-02 21:24

I am having some trouble building/running the HelloWorld application from the first hybrid app tutorial.

When I try to run the default HelloWorld application on the

相关标签:
3条回答
  • 2021-01-02 21:52

    This worked for me:

    1. Right-click "MobileFirst Development Server"
    2. Click Properties
    3. Goto Project References
    4. Select your HelloWorld Project
    5. Build & Deploy again
    0 讨论(0)
  • 2021-01-02 22:06

    This is clearly a problem with the versions of eclipse and jdk. I have also experienced such difficulties. MFP do have such dependencies and that's why your mfp-cli is working fine. Try using eclipse juno or luna with jdk 1.7. It should work.

    0 讨论(0)
  • 2021-01-02 22:11

    I tried in 2 different Linux Ubuntu 14.04, 32-bit and 64-bit and 1 Windows 7 64-bit. This is what I found out and experience on standing up the MobileFirst Development Server:

    • Ubuntu 64-bit
      • Eclipse Luna and latest JDK1.8x .. error
      • Eclipse Kepler SR2 + JDK1.7.0_15 .. works
    • Ubuntu 32-bit
      • Eclipse Luna and latest JDK1.8.0_25 .. works
    • Windows 7 64:
      • Eclipse Kepler SR2 + JDK1.7.0_15 .. works

    If using JDK1.7.0_75 and error out, I would give it a shot using older version JDK. Hope that helps.

    0 讨论(0)
提交回复
热议问题