Discussions
Categories
- 196.8K All Categories
- 2.2K Data
- 239 Big Data Appliance
- 1.9K Data Science
- 450.3K Databases
- 221.7K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 550 MySQL Community Space
- 478 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3K ORDS, SODA & JSON in the Database
- 544 SQLcl
- 4K SQL Developer Data Modeler
- 187K SQL & PL/SQL
- 21.3K SQL Developer
- 295.9K Development
- 17 Developer Projects
- 138 Programming Languages
- 292.5K Development Tools
- 107 DevOps
- 3.1K QA/Testing
- 646K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 155 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.1K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 18 Java Essentials
- 160 Java 8 Questions
- 86K Java Programming
- 80 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 204 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 439 LiveLabs
- 38 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 171 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 232 Portuguese
Jdeveloper error (self extraction failed) error while installing Jdeveloper

I downloaded Jdeveloper. After double clicking on .exe file, it opens a popup window, and after that command window opens and gives the error as shown in picture-
what i tried-
1. unzip the other folder. (not worked)
2.changed the directory name this folder (not worked)
3. reinstalled Jdeveloper(not worked)
Any suggestion would be appreciated. Thank You.
Edit-
Content inside log-
```
2022-05-17 08:05:40,586 INFO [1] com.oracle.cie.nextgen.launcher.LogUtils - Launcher log file is C:\Users\absasahu\AppData\Local\Temp\OraInstall2022-05-17_08-05-40AM\launcher2022-05-17_08-05-40AM.log.
2022-05-17 08:05:40,590 INFO [1] com.oracle.cie.nextgen.launcher.Launcher - Running jar: C:\Users\absasahu\AppData\Local\Temp\sfxAB7D.tmp\Disk1\install\modules\com.oracle.cie.ora-launcher_12.8.4.0.jar
2022-05-17 08:05:40,595 INFO [1] com.oracle.cie.nextgen.launcher.LogUtils - Extracting the installer . . .
2022-05-17 08:05:40,596 SEVERE [1] com.oracle.cie.nextgen.launcher.Launcher -
The jar file C:\Users\absasahu\Downloads\oracle Jdeveloper\V998593-01-2.zip needed for this installer is missing.
2022-05-17 08:05:41,613 SEVERE [1] com.oracle.cie.nextgen.launcher.Launcher - Self extraction to C:\Users\absasahu\AppData\Local\Temp\sfxAB7D.tmp failed.
2022-05-17 08:05:41,614 INFO [1] com.oracle.cie.nextgen.launcher.LogUtils - The log is located here: C:\Users\absasahu\AppData\Local\Temp\OraInstall2022-05-17_08-05-40AM\launcher2022-05-17_08-05-40AM.log.
2022-05-17 08:06:29,695 INFO [1] com.oracle.cie.nextgen.launcher.Launcher - Exiting launcher, result: 1
```
Best Answers
-
Remame the zip file you downloaded to match the error log V998593-01-2.zip
For me, i tested using this naming andit worked
-
right click "Run As Admin".
Answers
-
Remame the zip file you downloaded to match the error log V998593-01-2.zip
For me, i tested using this naming andit worked
-
Still finding problem, after following your steps, it worked but got another error to solve. Can you please go through it.
It automatically opens the cmd prompt, then how can I make it as run as administrator. Any idea?
-
right click "Run As Admin".
-
Yeah It's done! Thank You Ellio.