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
2
votes
0 answers

IDE specific SSL Handshake exception

I am getting an SSL Handshake exception when trying to run a code in JDeveloper. However, the exact same code is working fine in Netbeans IDE. The error is; Caused by: sun.security.validator.ValidatorException: PKIX path building failed:…
Shivam Puri
  • 1,578
  • 12
  • 25
2
votes
4 answers

Unitils and DBMaintainer - how to make them work with multiple users/schemas?

I am working on a new Oracle ADF project, that is using Oragle 10g Database, and I am using Unitils and DBMaintainer in our project for: updating the db structure unittesting read in seed data read in test data List item In our project, we have 2…
themathmagician
  • 467
  • 5
  • 16
2
votes
0 answers

How to include a dll file to project's deployment in JDeveloper IDE

I'm building a face recognition app and i have to include the opencv_java411.dll to my project. Regarding the coding, i'm loading some libraries from that dll as follows: System.loadLibrary(Core.NATIVE_LIBRARY_NAME); This is the directory where…
Phill Alexakis
  • 1,449
  • 1
  • 12
  • 31
2
votes
1 answer

How to properly include javax.json jar to a deployed .jar file

I'm trying to include javax.json.jar to my project in Jdeveloper 12c IDE The final phillplugin.jar includes: META-INF folder containing MANIFEST.MF file phillplugin folder which includes my phillplugin.class javax.json-1.0.2.jar…
Phill Alexakis
  • 1,449
  • 1
  • 12
  • 31
2
votes
1 answer

Using pure TNSNAMES rather than host-based database connections in Oracle JDeveloper

I'm using Oracle JDeveloper 11.1.1.4.0, and I can create database connections (with a type of Oracle (JDBC)) using the thin driver without any problems as long as I'm specifying a host. For instance, I can connect to a locally-running Oracle XE…
Simon
  • 1,980
  • 14
  • 21
2
votes
1 answer

Error creating an Application Server connection in JDeveloper

Background I am using the Oracle JDeveloper Studio with SOA installed as my IDE. In JDeveloper I want to create a connection to a remote Weblogic server. The remote server is running on my local machine, and I refer to it as remote to distinguish…
2
votes
1 answer

How to make variable empty in soa 12c bpel

In my bpel there is a variable whose payload size is more then 5 mb so after use this variable I want to make this variable empty. Can someone suggest how can I achieve this.
stans
  • 55
  • 7
2
votes
1 answer

View Criteria: Database vs Memory vs Both

I was wondering if someone knows what is the best practice for using the Query Execution Mode inside the ADF? From what I understand: Database: The search results are filtered from the Database table every time the query is hit. In Memory: The…
DunDmy
  • 305
  • 2
  • 16
2
votes
1 answer

remove calendar icon for

I have a in the page and I don't want the calendar icon beside the input text. How can I remove that calendar icon? Thank, Shawn
shawn
  • 45
  • 11
2
votes
3 answers

Why my font in design viewer is blurry in Android Studio?

Why my text inside the android design viewer appears blurry. I tried changing the resolution DPI setting as well. But it didn't work for me. Please look at my second picture, to let you know which one is I am talking about.
sophin
  • 583
  • 5
  • 11
2
votes
1 answer

JDeveloper not allowing to create a new WebTier project

I've downloaded the latest and greatest version of Oracles JDeveloper 12.2. I want to create a new Web Project, but every possible options is "greyed out", so I cannot create it: When downloading JDev, I was asked to download 2 Files (one Exe,…
Ele
  • 523
  • 2
  • 6
  • 19
2
votes
2 answers

Removing trailing spaces in

I am wondering if the JDeveloper comes with a preset configuration setting that lets you remove any trailing spaces from the given string. After, I add an additional space to my string inside af:query search criteria, the search displays 0 results.…
DunDmy
  • 305
  • 2
  • 16
2
votes
2 answers

JDeveloper designer not rendering

For some reason, in JDeveloper, trying to add a new .jsf page, it stalls at showing "Waiting for Designer to initialize Rendering page" and never completes the designer view. Windows 7, Oracle JDeveloper 12c, Studio Edition Version 12.2.1.3.0, java…
James
  • 21
  • 1
  • 4
2
votes
2 answers

How to enable DomainRuntimeMBean?

I've been trying to installing JDeveloper and Weblogic server , and when trying to login as first time as Administrator in console of weblogic , The Server give me this error A required MBean Server is disabled which prevents the proper operation of…
MineIsMine
  • 424
  • 2
  • 10
  • 20
2
votes
1 answer

Oracle JDeveloper 4K Display Resolution issue

After running Oracle JDeveloper on my Dell Inspiron Gaming 7567 with 4K Display resolution, I can even barely see the items on the screen - The text, icons & menus are too small for me to even start with development.
Mohammed Mukhtar
  • 1,731
  • 20
  • 18