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
7
votes
4 answers

Jdeveloper - Unrecognized option: -jrockit

Every time I try to run a weblogic webcenter application on Jdev I get the following error and I cant find any reference on how to fix this anywhere on the web. starting weblogic with Java version: Could not create the Java virtual machine.…
I AM L
  • 241
  • 1
  • 4
  • 11
6
votes
4 answers

Running Two Versions of Java JDK

I primarily use JDeveloper 10 with JDK 1.4.2 on Vista. I would like to install Eclipse and have it run the latest JDK 6. Is this possible without conflict? Ideally I would like to just use JDeveloper and switch back/forth between JDK versions. Is…
user77826
  • 99
  • 1
  • 2
6
votes
4 answers

JDeveloper Cannot run application due to error deploying to IntegratedWebLogicServer

I have a simple Fusion Web Application program that I could run my simple application on the weblogic server before, but now when I try to run the JSF page I get these errors: Deployment cancelled. ---- Deployment incomplete ----. Remote…
user3246402
  • 162
  • 2
  • 4
  • 15
6
votes
4 answers

JSP Not Suppported by UTF-8 Encoding

When I am trying to display Chinese characters in my JSP page, then it will display junk characters. What did I do wrong? I have included the below line to my JSP on the top, and even now, the issue is not getting fixed: <%@page…
user1441341
  • 495
  • 2
  • 9
  • 23
6
votes
1 answer

Print a .PDF File using Different Printers in Java

I'm trying to write an integration for enterprise system. There is a web server who is being used by many clients from two different place. There are two network printers installed on this server. What I want to do is to print PDF documents to…
tanzer
  • 303
  • 1
  • 5
  • 11
6
votes
4 answers

create java library file

I'm using number of java files as common in different ADF projects, I want to archive them in jar file so I can import this archive file from any new project to use the java libraries in the project, I tried create it in jdeveloper but no…
Ya Basha
  • 1,902
  • 6
  • 30
  • 54
5
votes
5 answers

Cannot load driver: com.microsoft.sqlserver.jdbc.SQLServerDriver weblogic 10g

I'm trying to create a datasource from weblogic 10.3 to sqlserverexpress 2008 r2, but when I test the connection, the following message appears : Cannot load driver: com.microsoft.sqlserver.jdbc.SQLServerDriver What should I do?
Manuel
  • 347
  • 2
  • 6
  • 14
5
votes
1 answer

How do I import existing source files into JDeveloper?

I am trying to create a project in JDeveloper and import several existing source trees into the project. I don't see any option within the interface for doing this. Am I just missing something?
pconrey
  • 5,805
  • 7
  • 29
  • 38
5
votes
0 answers

java.sql.SQLTimeoutException: ORA-01013: user requested cancel of current operation

I am uploading two data files one after the other into a table, and while doing so I keep getting error as below. Yes, I am not cancelling any process in the middle. PS: I am using JDeveloper 12c and the internal 12c Weblogic server to deploy my…
Nithin Prasad
  • 554
  • 1
  • 9
  • 22
5
votes
3 answers

WebLogic 12c - Error: ADRS_DOMAIN_PASSWORD environment variable not set

I'm trying to implement push notification in Oracle MAF (2.3.1) application. I need to deploy Push Server application on WebLogic server. When i try to run Integrated WebLogic Server (WL-12c) from JDeveloper 12c IDE, I'm keep getting Error: …
Wanna Coffee
  • 2,742
  • 7
  • 40
  • 66
5
votes
1 answer

Working with jDeveloper OAF and EBS

I have a new project and need modify a web page in ebusiness suite created with oaf, but dont know where to start. Just now. I have the jDeveloper with the corresponding patch to oaf framework, I set the .DBC file in my secure folder to connect to…
5
votes
2 answers

Application logging in weblogic 12c messed up after upgrading Jdeveloper from 12.1.2 to 12.1.3

We recently upgraded JDeveloper from 12.1.2 to 12.3. Application logging has messed up since then. App works but the log is filled up with below messages. Any help on this is highly appreciated.
Superman9999
  • 815
  • 3
  • 16
  • 30
5
votes
4 answers

Issue with creating weblogic server domain in jdeveloper?

I am not able to create weblogic domain from jdevloper! I am using Jdevloper 12.1.2(12c), when I am try to create domain on default integrated weblogic server then that gives me error like this- wlst > Error occurred during initialization of VM wlst…
Alone
  • 313
  • 1
  • 8
  • 25
5
votes
3 answers

Set variable only for first time page refresh from Java bean?

I have a page that refresh several times. I want to set the variable for the first time that page refresh. but every time page refresh this variable sets again. What do I need to do that only at the first refresh this variable sets?
5
votes
3 answers

@Webservice annotation exception on weblogic

I am trying to run my application which contain JAX WS (2.1) Webservice using JDeveloper 11g R2(11.1.2.3.0) in JDK 1.6.0_31-b05. The error is coming from @WebService annotation present on the class. When I am running the application, I am getting…
1
2
3
94 95