jdeveloper

JDeveloper 12c doesnt show ADF mobile extension

試著忘記壹切 提交于 2020-01-15 16:40:58
问题 I am newbie in java programming world. I want to try ADF mobile. After reading some post saying upgrade or get latest JDeveloper, I decide to get JDeveloper12c from oracle website. My problem is, my JDeveloper 12c does not show any extension ADF mobile even though I followed the check update instruction. I have tried downloading adf mobile zip file but it does not support JDeveloper 12c. I do not know what to do now. 回答1: Use the version of JDev that does support ADF Mobile: here. You may

JDeveloper 12c doesnt show ADF mobile extension

非 Y 不嫁゛ 提交于 2020-01-15 16:36:54
问题 I am newbie in java programming world. I want to try ADF mobile. After reading some post saying upgrade or get latest JDeveloper, I decide to get JDeveloper12c from oracle website. My problem is, my JDeveloper 12c does not show any extension ADF mobile even though I followed the check update instruction. I have tried downloading adf mobile zip file but it does not support JDeveloper 12c. I do not know what to do now. 回答1: Use the version of JDev that does support ADF Mobile: here. You may

JDeveloper 12c doesnt show ADF mobile extension

微笑、不失礼 提交于 2020-01-15 16:34:29
问题 I am newbie in java programming world. I want to try ADF mobile. After reading some post saying upgrade or get latest JDeveloper, I decide to get JDeveloper12c from oracle website. My problem is, my JDeveloper 12c does not show any extension ADF mobile even though I followed the check update instruction. I have tried downloading adf mobile zip file but it does not support JDeveloper 12c. I do not know what to do now. 回答1: Use the version of JDev that does support ADF Mobile: here. You may

JDeveloper 12c doesnt show ADF mobile extension

喜夏-厌秋 提交于 2020-01-15 16:34:26
问题 I am newbie in java programming world. I want to try ADF mobile. After reading some post saying upgrade or get latest JDeveloper, I decide to get JDeveloper12c from oracle website. My problem is, my JDeveloper 12c does not show any extension ADF mobile even though I followed the check update instruction. I have tried downloading adf mobile zip file but it does not support JDeveloper 12c. I do not know what to do now. 回答1: Use the version of JDev that does support ADF Mobile: here. You may

Weblogic Deployment Exception : PaddingException: Could not perform unpadding: invalid pad byte

落花浮王杯 提交于 2020-01-12 03:26:00
问题 This question is asked (and answered) just to share some knowledge with the SO Community. I have recently came up with a deployment Exception of my web application (after receiving some changes from the SVN Repository) that said: < Error > < Deployer > with ID '1350377960779' for task '1'. Error is: 'com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.' com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte. at com.rsa.jsafe.c.a

JDeveloper MySQL error Driver not found

怎甘沉沦 提交于 2020-01-05 03:36:49
问题 I am running MySQL db using the latest wamp server. Using Oracle JDeveloper 11g. I have placed the MySQL connector jar in .../jdeveloper/jdev/lib folder and added the jar as a library in my adf application . . I am able to create a connection to the db, view the tables in DB Navigator of JDev, also create Entity and View Objects. However when I try to run the Application Module, I get an error popup saying could not create connection, driver not found. I have the ApplicationModule data source

JDeveloper MySQL error Driver not found

孤者浪人 提交于 2020-01-05 03:36:07
问题 I am running MySQL db using the latest wamp server. Using Oracle JDeveloper 11g. I have placed the MySQL connector jar in .../jdeveloper/jdev/lib folder and added the jar as a library in my adf application . . I am able to create a connection to the db, view the tables in DB Navigator of JDev, also create Entity and View Objects. However when I try to run the Application Module, I get an error popup saying could not create connection, driver not found. I have the ApplicationModule data source

A PL/SQL IDE with GIT support

浪尽此生 提交于 2020-01-04 01:19:27
问题 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 there any IDE for PL/SQL development which supports GIT? Currently, I'm using JDeveloper because it also allows me to work on Java projects at the same time but I haven't been able to find a good GIT extension for it. Is there any chance that

How to display GREEK Characters in JDeveloper's Logging Console

时光毁灭记忆、已成空白 提交于 2020-01-03 04:50:09
问题 I am using JDeveloper 11.1.1.4.0 and i want to display Greek characters in the Debugging: IntegratedWebLogicServer - Log console. When i try to do a System.out.print statement Greek characters display as question marks. I have changed the Preferences>Environment>Encoding to UTF-8 but no luck. Can anyone please help? 回答1: I found a working solution for the problem (at least it worked for me with JDev 12.1.2.0 but I believe it should work on 11.x as well): Add the following line in the jdk.conf

How to import a Jdeveloper java project in eclipse?

孤街浪徒 提交于 2020-01-02 02:12:06
问题 I have a java project in Jdeveloper, but I want to migrate this project to a eclipse java project, Do you know how to do that?, or Do I have to import it manually?. Thanks in advance. 回答1: Typically projects have a structure if it is a web based project or a java project, it has its structure , you should be able to import your project using File -> import. There could be specific properties file that were part of JDeveloper that you may want to ignore or manually delete them before importing