Someone knows of an IDE alternative to jdeveloper to develop OSB 12c.
I am using jdeveloper, but it has many problems with reference and integration with the server, it is a very unstable IDE.
I will be very argade if you know an alternative, thanks in advance.
JDeveloper is the only IDE you can use with OSB 12c. Support for Eclipse does not exist anymore.
Check out more here: http://munzandmore.com/tag/osb-12c
Related
We have a project that developed in IBM RAD 8.5 and using WebSphere Server.
I want to migrate the project to Intellij idea and use tomcat to jBos for server.
When I try to add the dependencies jars, still I got this error.
"Error:(14, 36) java: unmappable character (0xE7) for encoding UTF-8"
I think I am missing something huge. Could you please explain me what is the trick under the hood of migrating. I have .classpath, .project web.xml, build.xml. How to edit them to get completely free from RAD.
regards
I'm using IntelliJ IDEA Community Edition 2017.1 on Ubuntu. How do I go about connecting to IBM DB2 Database. I notice it only caters for Oracle, MySQL, SQLite and PostgreSQL. Is there a way in which I can perhaps get a plugin or a .jar file to achieve this.
Jdeveloper (Oracle's Java IDE) has a clearcase plugin built by oracle too.
I have worked with it with clearcase snapshots everything works find.
My question is, how to use it with a dynamic view (I am on linux) ?
How do i "set view" with dynamic ?
First, check your ClearCase version: the Oracle jdeveloper ClearCase plugin are quite old.
This thread mentions that JDeveloper 11.1.2 would only support ClearCase 7.0.x, not 7.1.x or later.
But anyway, you can try and see if jdeveloper recognizes a view when using the full path of a dynamic view:
/view/view-tag/full-pathname
/view/myDynamicView/vobs/avob/...
In other words, you do not have to use cleartool setview (which I have always disliked anyway): you can point jdeveloper to the path of the dynamic view (provided the vob used by the config spec is mounted)
Please recommend some JAVA IDEs comes with GlassFish server.
I have tried both Eclipse and Netbeans, both are not working consistently, I am looking for an IDE to support GlassFish by default without any stressful confgurations.
NetBeans 7.3.1 should work out-of-the-box. Are you downloading the Java EE distirbution that includes GlassFish?
Somehow, at some point, I installed this version of the Eclipse Glassfish Plugin for Juno:
Oracle GlassFish Server Tools 2.0.1.201207240829
I'm trying to help a co-worker install it too. But the latest version from the marketplace is
Oracle GlassFish Server Tools 2.0.1.201201241920
I think I must have gotten it from here which is referenced in this accepted anser but that site is now dead. That site is also referenced in this question
Does anyone know what the heck is going on with Eclipse Glassfish Plugin for Juno and Glassfish 3.1.2.2, and/or a different place from where we can get the version I seem to have?
Or else, tell me where I can report this problem to the team that maintains this plugin other than SO?
Oracle is currently migrating the GlassFish plugins - see
https://blogs.oracle.com/piotrik/entry/migration_of_eclipse_plugins_java
for details.
The old update site http://dlc.sun.com.edgesuite.net/glassfish/eclipse/juno/ is working again (despite appearing empty when you open the URL in your web browser).