Can't add weblogic 12.2.1.4 server to eclipse - oracle

When trying to add the runtime environment for weblogic 12.2.1.4 eclipse gives me an error that the path does not contain a valid weblogic server install or the installed version is not supported. I am sure that I installed this version of weblogic correctly because I was able to add and run a server using netbeans. I currently have weblogic version 12.1.3 12.2.1.2 and 12.2.1.3 all working on eclipse so I did not think it was an issue with my OEPE version on eclipse. Just to be sure I downloaded a new version of eclipse from oracles website over here but I still was not able to add a runtime environment for 12.2.1.4

The issue was with my OEPE version on eclipse. Installing the lastest version of eclipse from oracle solved all issues.

I think this happened by some missing tools or updates so I solved it by going to "help" in eclipse and then "install new software" then paste this link
https://download.oracle.com/otn_software/oepe/12.2.1.10/photon/repository/
inside 'work with' box then download all the oracle tools and oracle MAF then you restart eclipse and do it again and it should work.

Related

Spring STS Install issue Version 1.6.0_67 of JVM not suitable

I have problem launching STS application. I have downloaded Win 64 bit that matches my system and I have jdk 1.8 installed. That is the only version I have.
I am getting the following error when I launch STS
"version 1.7.0_67 of the JVM is not suitable for this product. Version:1.8 or greater is required"
The only reason why your STS is not working is either because you don't have JAVA properly installed or because your STS version(32bit/64bit) is not compatible with your windows.
Make sure both of these things are fixed.

There is a conflict between Jdeveloper and MAF in JAVA version,how can I solve this?

I'm using the JDeveloper to developer MAF on mac , but when I install the Jdeveloper , it shows warning it don't support JDK Version(Java 1.8.0_40),it only support the Java version 7.0 - 8.0 .But Official tutorial says the MAF 2.2.1 needs Java 8.0 to deploy iOS8.1.
So there is conflict in Java version , I tried to use both JAVA version(8.0 and 7.2),it can open the Jdeveloper , but both have something error in software .
How can I solve this problem , THX~
First install JDK 7.
Then using that version install JDev 12.1.3.
Next install JDK 8.
Download and install the MAF extension.
JDeveloper will prompt you to point to the JDK 8 location.
Done.
Next MAF version is going to work on JDev 12.2.1 which uses JDK 8 already.

Install wasJmsClient-2.0 feature in Liberty Profile 8.5.5.2

I am using WAS LP 8.5.5.2 with Oracle Java 1.7 on windows 7 Machine. I want to use wasJmsClient-2.0 feature in in my Application. I ran the "productInfo featureInfo" command but its output doesn't display feature wasJmsClient-2.0. How can I install this feature into the server?
The wasJmsClient-2.0 feature isn't available for 8.5.5.2, it is only currently available as a beta. It will be available on June 26th 2015, but that'll only install on top of 8.5.5.6 so you will need to upgrade.
There is a wasJmsClient-1.1 feature which is available for 8.5.5.2. If you need this on 8.5.5.2 then you can get it by downloading the wlp-extended-8.5.5.2.jar which can be downloaded from fix central. Otherwise I'd suggest upgrading to the latest from fix central, or wasdev.net and running:
bin/featureManager install wasJmsClient-1.1

Adding JRE 7 to eclipse on mac osx after upgrading to app-engine 1.7.7

I have been developing an app with the GAE-Eclipse-plugin. I just updated eclipse to app-engine 1.7.7. So that launched a whirlwind of errors that I have been walking thru. I finally figured that I need to install jre7. So I went to http://www.macupdate.com/app/mac/44788/java-se-runtime-environment-7 and installed the jre. Then I try to link eclipse to the jre by going thru eclipse > preferences > java > installed JREs. There I only saw Java SE 6. So I clicked on MacOS X VM then browsed to /System/Library/Frameworks/JavaVM.framework/Versions/. When I got there I expected to find 1.7. But instead, after 1.6.0 I see A, Current, CurrentJDK.
Is the correct version missing from the list or which one of those three am I to select otherwise?
You are installing the Java SE Runtime Environment (JRE), which just updates the browser plugin (/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java). You want to install the Java Development Kit (JDK). I always go to Oracle directly, but here's the MacUpdate link.
Once it's installed you should see it under /Library/Java/JavaVirtualMachines/jdk1.7.0_21.jdk. Eclipse should see it, but if you want to use it by default you will need to either update your java links in /usr/bin (not recommended) or update your eclipse.ini file (${eclipse.home}/Eclipse.app/Contents/MacOS/eclipse.ini) to point to the new JVM.

Installing ADT plugin 16.0.1 on Eclipse Indigo- windows

When I try to install the ADT 16.0.1 plugin on Eclipse Indigo java developer edition release 1 or Helios normal edition release 2, I get the following error:
Cannot complete the install because one or more required items could not be found.
Software currently installed: Shared profile 1.0.0.1316138460759(SharedProfile_epp.package.java 1.0.0.1316138460759)
Missing requirement: Shared profile 1.0.0.1316138460759 (SharedProfile_epp.package.java 1.0.0.1316138460759) requires 'org.maven.ide.eclipse [1.0.100.20110804-1717]' but it could not be found
I've tried to lookup the package it's refering to on apache, JDK reference and android developer reference but no luck!
This's not my first time installing ADT, I already have it installed on Ubuntu and it works. I also had the old release (ADT 15) installed on Eclipse galileo on windows, but I re-installed windows (i'm running windows 7 ultimate by the way) and I can run the old release but it's very good developing with ICS API-s.
So, if anyone could help, it would be highly appreciated.
Lots of people have this type of problem with many different required items missing.
The last time I had this problem it was fixed by going to Window->Preferences
Then selecting Install/Update->Available Software Sites
Make sure everything listed is checked
In my installation I have:
https://dl-ssl.google.com/android/eclipse/
http://download.eclipse.org/releases/indigo
http://download.eclipse.org/eclipse/updates/3.7
You may also need to run Eclipse as an administrator
I was able to install the ADT Plugin only after
I moved the eclipse folder to a location without spaces (e.g.: c:\development\android\eclipse
I ran the Eclipse Update procedure as administrator
Also I am using the 32bit version even though I use windows7 64bit.
you just need to run as administrator
run Eclipse with compatibility mode winXP pack 2 and Run as Administrator.
You can find it by Right clicking Eclipse.exe > Properties > Compatibility Tab

Resources