Questions tagged [jdeveloper]

Oracle JDeveloper is an integrated development environment that simplifies the development of Java-based SOA applications and user interfaces, supporting the full software development life cycle. Do NOT use this tag for problems with Oracle ADF itself!

Oracle JDeveloper integrates development features for Java, SOA, Database, XML, and Web services into a single development tool.

The various artifacts share the same project structure and development experience, simplifying the learning curve and the development process of composite applications that leverage a multitude of technologies.

JDeveloper can be used throughout the software development life-cycle, from initial design and analysis, through coding and testing phases, to deployment. JDeveloper increases developer productivity by offering a visual and declarative approach to application design

1423 questions
4
votes
2 answers

A PL/SQL IDE with GIT support

I'm currently developing PL/SQL stored procedures for my company and I'd like to use a code revision control system to keep track of changes that other developers and I make. I like GIT for all its merits including distributed scm capabilities. Is…
Sandah Aung
  • 6,156
  • 15
  • 56
  • 98
4
votes
4 answers

How to add an Image to Form in java

I am designing a form in java using JDeveloper. I am new to JDeveloper. In JDeveloper tool I didn't found any option to directly add image to form like .Net. And I don't know how to add image to form manually. is there any other way to solve it…
Sachin D
  • 1,370
  • 7
  • 29
  • 42
4
votes
4 answers

Error opening zip file or JAR manifest missing : ../modules/org.eclipse.persistence_1.1.0.0_2-1.jar

I am building a project in jdeveloper 11.1.2, but when i want to deploy it in weblogic it appears the next message Error opening zip file or JAR manifest missing : ../modules/org.eclipse.persistence_1.1.0.0_2-1.jar The file is there so i don't know…
Manuel
  • 347
  • 2
  • 6
  • 14
4
votes
2 answers

JDeveloper alternative for eclipse shortcuts

I've been using eclipse for about 10 years now, and today I will be (forced to) use JDeveloper for the first time. Being a big fan of the eclipse shortcuts, I would like to know some JDeveloper alternatives for my favorite shortcuts: Ctrl-3 (Quick…
Fortega
  • 19,463
  • 14
  • 75
  • 113
4
votes
2 answers

java.io.IOException: toDerInputStream rejects tag type 77

I am trying to read a pfx certificate using Java from weblogic server but I am getting java.io.IOException: toDerInputStream rejects tag type 77
4
votes
1 answer

Oracle JD Edwards EquipementManager Documentation

Where can I find the full API documentation of EquipmentManager? the official/unofficial docs and books keep pointing to the javadoc packages (JP170001,J1700001,J1700002) which I couldn't find. P.S I'm looking for an online documentation (without…
Bassel Shmali
  • 207
  • 2
  • 15
4
votes
3 answers

weblogic.utils.compiler.ToolFailureException Weblogic 12.2.1

When deploying my application to Weblogic 12.2.1, I get this error: weblogic.application.ModuleException: weblogic.utils.compiler.ToolFailureException: Neither prefer-application-packages nor prefer-application-resources can be specified when…
Jeroen Bakker
  • 41
  • 1
  • 1
  • 2
4
votes
1 answer

RUL-05717: The identifier "Header.Teachers.Courses" is not valid here

I am trying to add rules in my Oracle dictionary through programming in ADF and JDeveloper: Rule rule = ruleset.getRuleTable().add(); rule.setName(aliasRule); rule.setAlias(aliasRule); rule.setPriority(property); …
user3667171
4
votes
1 answer

When launching jdeveloper a cmd window appears

When I launch jdeveloper a black command window appears with it, and never disappears. If I close it, Jdeveloper closes as well: This window shows the log messages, where jdeveloper shows them as well in its Messages-log window. How can I prevent…
GingerHead
  • 8,130
  • 15
  • 59
  • 93
4
votes
0 answers

Error when migrating JDeveloper to 11.1.2.3.0

I used to work on JDeveloper 11.1.1.1.0 and had a project all set up. I installed a new PC (64-bit machine) and a new JDeveloper (11.1.2.3.0) and wanted to run my existing project on it. When porting the project to the new JDev i was asked if i…
Brams
  • 309
  • 1
  • 5
  • 20
4
votes
1 answer

Convert a project from JDeveloper to Netbeans

I have an open source project written by JDeveloper , and I want to run this project on Netbeans In struts-config.xml has the next action :
Alya'a Gamal
  • 5,624
  • 19
  • 34
4
votes
5 answers

JDeveloper Error : (CMD property not found in autorun.inf)

actually i was trying to install the program jdev_suite_121200_win64.exe which i already downloaded from oracle web site but when i was trying to install it after the first page of installation i got this error CMD property not found in…
Ahuramazda
  • 427
  • 9
  • 14
4
votes
1 answer

Where can I change allocated memory of JDeveloper?

Where can I change allocated memory of JDeveloper? Also Maximum and optimum memory for this IDE. My Machine has a 4GB RAM, I use SOA,BPEL frameworks in that.
RakeshS
  • 119
  • 1
  • 2
  • 13
4
votes
3 answers

Version number to WAR file

Is it possible to add version number to WAR file specific to weblogic server ? To provide build files to client, they want us to get version number in WAR file. Is it possible or is there any standard approach for this ? PN : Also I'm using…
HarsH
  • 760
  • 3
  • 12
  • 27
4
votes
2 answers

Multiple JSTL Versions in Weblogic J2EE App

Thanks in advance for taking a look :) I'm hard at work on a J2EE web app (in JDeveloper) and recently added some functionality that required JSTL, and I've hit a little bit of a snag. Whenever I try to deploy my war on Weblogic 11g, I get the…
1 2
3
94 95