You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[IntelliJ][ReportedByUser] Uncaught Exception java.lang.UnsupportedOperationException: The BROWSE action is not supported on the current platform!
#4558
Closed
James-S-Wood opened this issue
Aug 18, 2020
· 2 comments
· Fixed by #4604
IdeaLoggingEvent[message=null, throwable=java.lang.UnsupportedOperationException: The BROWSE action is not supported on the current platform!
at java.desktop/java.awt.Desktop.checkActionSupport(Desktop.java:380)
at com.microsoft.azuretools.ijidea.ui.DeviceLoginWindow.lambda$new$0(DeviceLoginWindow.java:81)
at com.microsoft.azuretools.ijidea.ui.DeviceLoginUI.buildAndShow(DeviceLoginUI.java:49)
at com.microsoft.azuretools.ijidea.ui.DeviceLoginUI.lambda$authenticate$0(DeviceLoginUI.java:42)
at com.microsoft.azuretools.ijidea.ui.SignInWindow.doLogin(SignInWindow.java:299)
at com.microsoft.azuretools.ijidea.ui.SignInWindow.doDeviceLogin(SignInWindow.java:285)
at com.microsoft.azuretools.ijidea.ui.SignInWindow.doOKAction(SignInWindow.java:197)
at com.microsoft.azuretools.ijidea.ui.SignInWindow.go(SignInWindow.java:146)
The text was updated successfully, but these errors were encountered:
intellij plugin for Azure uses java Desktop API to launch the default browser to open url. but the Desktop API is not well supported in some platforms.
…ent platform! (#4604)
* [github #4558][IntelliJ][ReportedByUser] Uncaught Exception java.lang.UnsupportedOperationException: The BROWSE action is not supported on the current platform!
IntelliJ build version: 2020.2 IC-202.6397.94
OS: Linux
JDK: JetBrains s.r.o. 11.0.7
Plugin version: 3.40.0-2020.2
Additional Info: None
Parent component:
Error message:
The text was updated successfully, but these errors were encountered: