“sqldeveloper-18.1.0.095.1630-no-jre.zip” not found, aborting… error message

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite
1












During installation of Debian package builder for oracle sql developer in ubuntu 18.04 , i used the following command




make-sqldeveloper-package sqldeveloper-18.1.0.095.1630-no-jre.zip




but it is showing the result like this:-



make-sqldeveloper-package 0.5.4 Copyright © 2009-2018 Lazarus Long
Debian package builder and installer for Oracle SQL Developer

"sqldeveloper-18.1.0.095.1630-no-jre.zip" not found, aborting...


Even after wasting a lot of time on google i couldn't find the solution.Please provide proper solution for it ,thanks in advance.










share|improve this question







New contributor




Shivanshu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.























    up vote
    1
    down vote

    favorite
    1












    During installation of Debian package builder for oracle sql developer in ubuntu 18.04 , i used the following command




    make-sqldeveloper-package sqldeveloper-18.1.0.095.1630-no-jre.zip




    but it is showing the result like this:-



    make-sqldeveloper-package 0.5.4 Copyright © 2009-2018 Lazarus Long
    Debian package builder and installer for Oracle SQL Developer

    "sqldeveloper-18.1.0.095.1630-no-jre.zip" not found, aborting...


    Even after wasting a lot of time on google i couldn't find the solution.Please provide proper solution for it ,thanks in advance.










    share|improve this question







    New contributor




    Shivanshu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      up vote
      1
      down vote

      favorite
      1









      up vote
      1
      down vote

      favorite
      1






      1





      During installation of Debian package builder for oracle sql developer in ubuntu 18.04 , i used the following command




      make-sqldeveloper-package sqldeveloper-18.1.0.095.1630-no-jre.zip




      but it is showing the result like this:-



      make-sqldeveloper-package 0.5.4 Copyright © 2009-2018 Lazarus Long
      Debian package builder and installer for Oracle SQL Developer

      "sqldeveloper-18.1.0.095.1630-no-jre.zip" not found, aborting...


      Even after wasting a lot of time on google i couldn't find the solution.Please provide proper solution for it ,thanks in advance.










      share|improve this question







      New contributor




      Shivanshu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      During installation of Debian package builder for oracle sql developer in ubuntu 18.04 , i used the following command




      make-sqldeveloper-package sqldeveloper-18.1.0.095.1630-no-jre.zip




      but it is showing the result like this:-



      make-sqldeveloper-package 0.5.4 Copyright © 2009-2018 Lazarus Long
      Debian package builder and installer for Oracle SQL Developer

      "sqldeveloper-18.1.0.095.1630-no-jre.zip" not found, aborting...


      Even after wasting a lot of time on google i couldn't find the solution.Please provide proper solution for it ,thanks in advance.







      debian-installer sqlserver






      share|improve this question







      New contributor




      Shivanshu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      Shivanshu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      Shivanshu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 58 mins ago









      Shivanshu

      133




      133




      New contributor




      Shivanshu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Shivanshu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Shivanshu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          4
          down vote



          accepted










          The format of the command make-sqldeveloper-package is as follows:



          make-sqldeveloper-package -b <BUILD_LOCATION> <LOCATION_OF_ZIP_FILE>
          -b|--build-dir <dir>
          base directory to build package


          For example:



          make-sqldeveloper-package -b /tmp/deb/ ~/Desktop/sqldeveloper-18.1.0.095.1630-no-jre.zip





          share|improve this answer






















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "106"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );






            Shivanshu is a new contributor. Be nice, and check out our Code of Conduct.









             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f472546%2fsqldeveloper-18-1-0-095-1630-no-jre-zip-not-found-aborting-error-message%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            4
            down vote



            accepted










            The format of the command make-sqldeveloper-package is as follows:



            make-sqldeveloper-package -b <BUILD_LOCATION> <LOCATION_OF_ZIP_FILE>
            -b|--build-dir <dir>
            base directory to build package


            For example:



            make-sqldeveloper-package -b /tmp/deb/ ~/Desktop/sqldeveloper-18.1.0.095.1630-no-jre.zip





            share|improve this answer


























              up vote
              4
              down vote



              accepted










              The format of the command make-sqldeveloper-package is as follows:



              make-sqldeveloper-package -b <BUILD_LOCATION> <LOCATION_OF_ZIP_FILE>
              -b|--build-dir <dir>
              base directory to build package


              For example:



              make-sqldeveloper-package -b /tmp/deb/ ~/Desktop/sqldeveloper-18.1.0.095.1630-no-jre.zip





              share|improve this answer
























                up vote
                4
                down vote



                accepted







                up vote
                4
                down vote



                accepted






                The format of the command make-sqldeveloper-package is as follows:



                make-sqldeveloper-package -b <BUILD_LOCATION> <LOCATION_OF_ZIP_FILE>
                -b|--build-dir <dir>
                base directory to build package


                For example:



                make-sqldeveloper-package -b /tmp/deb/ ~/Desktop/sqldeveloper-18.1.0.095.1630-no-jre.zip





                share|improve this answer














                The format of the command make-sqldeveloper-package is as follows:



                make-sqldeveloper-package -b <BUILD_LOCATION> <LOCATION_OF_ZIP_FILE>
                -b|--build-dir <dir>
                base directory to build package


                For example:



                make-sqldeveloper-package -b /tmp/deb/ ~/Desktop/sqldeveloper-18.1.0.095.1630-no-jre.zip






                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited 27 mins ago

























                answered 45 mins ago









                Goro

                5,57552460




                5,57552460




















                    Shivanshu is a new contributor. Be nice, and check out our Code of Conduct.









                     

                    draft saved


                    draft discarded


















                    Shivanshu is a new contributor. Be nice, and check out our Code of Conduct.












                    Shivanshu is a new contributor. Be nice, and check out our Code of Conduct.











                    Shivanshu is a new contributor. Be nice, and check out our Code of Conduct.













                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f472546%2fsqldeveloper-18-1-0-095-1630-no-jre-zip-not-found-aborting-error-message%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Comments

                    Popular posts from this blog

                    What does second last employer means? [closed]

                    List of Gilmore Girls characters

                    Confectionery