“sqldeveloper-18.1.0.095.1630-no-jre.zip†not found, aborting… error message
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
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
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.
add a comment |Â
up vote
1
down vote
favorite
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
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.
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
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
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
debian-installer sqlserver
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.
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.
add a comment |Â
add a comment |Â
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
add a comment |Â
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
add a comment |Â
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
add a comment |Â
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
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
edited 27 mins ago
answered 45 mins ago
Goro
5,57552460
5,57552460
add a comment |Â
add a comment |Â
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.
Shivanshu is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password