Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. JAVA_HOME is not defined correctly.
Forum Updated to NodeBB v4.3 + New Features

JAVA_HOME is not defined correctly.

Scheduled Pinned Locked Moved Mobile and Embedded
28 Posts 4 Posters 27.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    vanpivix
    wrote on last edited by
    #18

    Yep it's installed:

    @sudo apt-get install openjdk-6-jdk
    [sudo] password for andrea:
    Lettura elenco dei pacchetti... Fatto
    Generazione albero delle dipendenze
    Lettura informazioni sullo stato... Fatto
    openjdk-6-jdk è già alla versione più recente.
    0 aggiornati, 0 installati, 0 da rimuovere e 0 non aggiornati.
    @

    1 Reply Last reply
    0
    • p3c0P Offline
      p3c0P Offline
      p3c0
      Moderators
      wrote on last edited by
      #19

      Try setting JAVA_HOME to "/usr/lib/jvm/java-6-openjdk-amd64/bin"
      As it contains both javac and java (symbolic link to ../jre/bin/java )

      157

      1 Reply Last reply
      0
      • V Offline
        V Offline
        vanpivix
        wrote on last edited by
        #20

        Ok so I have to add
        @export JAVA_HOME="/usr/lib/jvm/java-6-openjdk-amd64/bin"@

        but where? in .profile? .bashrc?
        Thanks

        1 Reply Last reply
        0
        • p3c0P Offline
          p3c0P Offline
          p3c0
          Moderators
          wrote on last edited by
          #21

          Yup. try in bashrc or /etc/environment

          157

          1 Reply Last reply
          0
          • V Offline
            V Offline
            vanpivix
            wrote on last edited by
            #22

            Done. Now if I run...

            "Application Output":http://pastebin.com/eqJCfW9p

            "Compile Output":http://pastebin.com/bGSZmun5

            I think it's not a Java problem anymore...

            1 Reply Last reply
            0
            • V Offline
              V Offline
              vanpivix
              wrote on last edited by
              #23

              I'm not understanding anything.

              Last update, every time I click on "run" I get

              Application Output:
              @Starting remote process.Unable to start 'org.qtproject.example.Test'.@

              and General Messages
              @Could not read qmake configuration file /home/andrea/Qt5.1.1/5.1.1/android_armv7/mkspecs/android-g++/qmake.conf.@

              Maybe this is the problem now, I've never checked this tab before...

              1 Reply Last reply
              0
              • p3c0P Offline
                p3c0P Offline
                p3c0
                Moderators
                wrote on last edited by
                #24

                Well from the compile output it seems that the APK has been created
                @/home/andrea/Code/QML/Test/android/bin/Test-debug.apk@
                But on deployment to the emulator it crashes due to some OpenGL issues.
                I donot have much detailed idea about this.
                But just try to deploy this APK on a physical device and see if it works.

                157

                1 Reply Last reply
                0
                • V Offline
                  V Offline
                  vanpivix
                  wrote on last edited by
                  #25

                  I tried in a physical device and it works!!!!!!!

                  But I can't reupload the apk every time to check if it's working well....so maybe I should open a new topic for this issue, what do you think?

                  Thanks a lot for the help!

                  1 Reply Last reply
                  0
                  • p3c0P Offline
                    p3c0P Offline
                    p3c0
                    Moderators
                    wrote on last edited by
                    #26

                    Yes. You can try asking in new post with appropriate details

                    157

                    1 Reply Last reply
                    0
                    • V Offline
                      V Offline
                      vanpivix
                      wrote on last edited by
                      #27

                      I've done it, thanks all for the help

                      1 Reply Last reply
                      0
                      • D Offline
                        D Offline
                        drwho
                        wrote on last edited by
                        #28

                        I also struggled with the "Buildfile: build.xml does not exist!". It was because I only installed openjdk-7-jre. openjdk-7-jdk is also required.

                        Qt Creator kept saying "/usr/lib/jvm/java-7-openjdk-i386" was invalid for the JDK location. I guess it looks for something that openjdk-7-jdk puts in the /usr/lib/jvm/java-7-openjdk-i386. After installing openjdk-7-jdk, Qt Creator was happy with the location.

                        (Using Kubuntu 14.04, JAVA_HOME set in /etc/enviroment)

                        1 Reply Last reply
                        0

                        • Login

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • Users
                        • Groups
                        • Search
                        • Get Qt Extensions
                        • Unsolved