microsoft / msopentech-tools-for-intellij

Plugin for easy and fast development to enable developers of Android Apps to connect to Office 365 services and Azure Mobile Services, and developers of Java middleware to connect to Azure compute services
Apache License 2.0
28 stars 34 forks source link

Class Not Found Error on Latest version of IntellijIDEA #382

Closed dgilling closed 8 years ago

dgilling commented 8 years ago

Get an error for class not found on latest version of IntellijIDEA 15.0.2. Does anyone else see same issue? Using JDK 1.8 error

martinsawicki commented 8 years ago

From what we can tell, IntelliJ 15.0.2 changed something in its API that broke some existing plugins, including this one. Note though that this MSOpenTech plugin has now been deprecated in favor of the newer versions released by MS very recently. They are equivalent in functionality, it's just that the original msopentech plugin got split into 3 -- one for Android devs, one for Java devs on Azure, and one with Azure Explorer functionality: https://plugins.jetbrains.com/plugin/8052 https://plugins.jetbrains.com/plugin/8053 https://plugins.jetbrains.com/plugin/8077

Depending on what you need, these are the plugins to choose from now. Note that the Azure Services Explorer plugin is currently a required pre-req for the other two, so start with that one, and then install whichever of the other two you need.

We have tested and made to work the 3 new ones on intelliJ 15. We will be removing the MSOpenTech one soon.

martinsawicki commented 8 years ago

since this issues got fixed in the latest releases, closing.