Marcel,
I found this link (among others) on how to update WAS 8.5.5 to use Java 7.
https://www.ibm.com/developerworks/community/blogs/aimsupport/entry/installing_optional_java_7_x_on_websphere_application_server_8_5_0_0?lang=en
You did not say if your issue was or was not within the IDE, but I tried and was successful in updating my WAS 8.5.5 to use Java 1.7 today. There may be an easier way in the WAS knowledge center or by using Fix Central, but below are the steps I took:
a.) Downloaded the following install image from Passport Advantage:
WAS TE V8.5.5.2 Java 7 Ext for IBM Rational Application Developer for WebSphere Software v9.1 ML MP eAssembly (PN CRRW1ML). This contains an image (PN CIY6AML) which is a zip file.
You are entitled to this assuming you have a valid RBD license as it is one of the optional images we include with RBD to allow you to use optional WAS configurations.
b.) Unzipped and changed my repository preference in installation manager to point to the "disktag.inf" in the directories
c.) Ran Installation Manager and did an "install" into my current WAS v8.5.5. package. This should installs the 1.7 JDK under your existing WAS 8.5.5 directories. for me it created a java_1.7_32 folder in the WAS 8.5 installation directories
d.) Used Installation manager to update to the latest WAS and JDK levels (for me it updated from 8.5.5.0 to 8.5.5.6 and the newest JDK levels. I think 8.5.5.2 is the minimum for 1.7 based on what I read.
e.) Started WAS 8.5.5. By default it still used Java 1.6.
f.) Opened the Admin Console and going to Servers->Server Types->WebSphere Application servers->server1, it opened a configuration page (see screen shot WAS_config.jpg) and in the "Server Infrastructure" section you can "Java SDKs" (in red box).
g.) Choose Java SDKS and you should see a list of installed jdks (see screen shot WAS_jdk_list.jpg)
h.) I chose the 1.7 version and clicked the "make default" button.
i.) restarted WAS and it changed over to 1.7 when it started up.
Like I said there may be other ways, but this worked for me.
Mark
markevans