Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » AbstractStandaloneRwtEnvironment cannot be resolved to a type(Kepler Version)
icon3.gif  AbstractStandaloneRwtEnvironment cannot be resolved to a type [message #1424853] Tue, 16 September 2014 14:09 Go to next message
marco giudici is currently offline marco giudiciFriend
Messages: 204
Registered: February 2013
Location: Italy
Senior Member
Hi all,
I migrate my project from Scout in Eclipse Juno to Scout in Eclipse Kepler, and after clean/rebuild of entire project I have this error:

"AbstractStandaloneRwtEnvironment cannot be resolved to a type"

In this class:

package org.zeiss.mo.scout.Controller.ui.rap;

import org.zeiss.mo.scout.Controller.client.ClientSession;


public class StandaloneRwtEnvironment extends AbstractStandaloneRwtEnvironment {

  public StandaloneRwtEnvironment() {
    super(Activator.getDefault().getBundle(), ClientSession.class);
  }

}


in Eclipse Juno this error not appears. I check the library and the imports and I don't see nothing of strange.

Someone could give me an idea on how to solve this problem?

Thanks in advance for any explanation and help

Re: AbstractStandaloneRwtEnvironment cannot be resolved to a type [message #1424904 is a reply to message #1424853] Tue, 16 September 2014 15:34 Go to previous messageGo to next message
Jeremie Bresson is currently offline Jeremie BressonFriend
Messages: 1252
Registered: October 2011
Senior Member
I get this error when the RAP Scout plugins are not available.

How does your active target platform looks like?

Check: Preferences > Plug-in Dev > Target Platform.
Re: AbstractStandaloneRwtEnvironment cannot be resolved to a type [message #1425414 is a reply to message #1424904] Wed, 17 September 2014 09:18 Go to previous messageGo to next message
marco giudici is currently offline marco giudiciFriend
Messages: 204
Registered: February 2013
Location: Italy
Senior Member
Hi Jeremie,
I set and activate the RAP target as you suggested.
I restart my Eclipse Kepler and after I clean and rebuild my project but unfortunately the error persist. Confused

Any other suggestion?

Thanks in advance for your help
Re: AbstractStandaloneRwtEnvironment cannot be resolved to a type [message #1425445 is a reply to message #1425414] Wed, 17 September 2014 10:22 Go to previous messageGo to next message
Jeremie Bresson is currently offline Jeremie BressonFriend
Messages: 1252
Registered: October 2011
Senior Member
When you look for the AbstractStandaloneRwtEnvironment class in the IDE (CTRL+ SHIFT + T), can you find the class or not?

You should find: org.eclipse.scout.rt.ui.rap.AbstractStandaloneRwtEnvironment

If not, your target platform is not correctly set.
Re: AbstractStandaloneRwtEnvironment cannot be resolved to a type [message #1426059 is a reply to message #1425445] Thu, 18 September 2014 07:26 Go to previous message
marco giudici is currently offline marco giudiciFriend
Messages: 204
Registered: February 2013
Location: Italy
Senior Member
Yes, now I found it and now the build don't give me other errors. Thanks for your help
Previous Topic:Clearing permission cache
Next Topic:Setting up Scout contributor environment, target platform issues
Goto Forum:
  


Current Time: Thu Apr 25 22:05:38 GMT 2024

Powered by FUDForum. Page generated in 0.03086 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top