I am using Eclipse Platform Version: Photon (4.8) as my IDE.
I want to use kotlin in the same IDE, so I was trying to get it from the market space. But I am not able to download it . I tried two options.
- My
Network ConnectionActive Provider isnative(window -> preferences -> Network Connections). I am able to find the Kotlin plugin but failed to download it saying thatAuthentication is needed. - My
Network ConnectionActive Provider ismanual(window -> preferences -> Network Connections).I have provided the authentication details forhttpandhttps. Here I am not even able to open the market space.
What is the solution for this?
Please take a look here how to do that. Go to Eclipse Marketplace, search for Kotlin.
If that doesnt work, you can still try the "Install New Software" that will do the same as explained down bellow **.
** Another option is to drag and drop (this is like a shortcut for the option above), here are the steps, just be sure you have the Eclipse Marketplace Client like the print bellow indicates.If so, you just need to drag and drop the button to your Eclipse IDE and that's it, follow the steps, next, next, next...
Continuing:
Add this line
-Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient4to the end of your Eclipse
config.iniand try again. KeepActive ProviderNative. If it doesn't work, chanceActive ProvidertoManualand uncheckSocks, then try again.After you copy and paste that line, please restart Eclipse (It starts with an '-' sign, just to be clear:
-Dorg.eclipse...If that doesn't work too, then the last option is to change
Active ProvidertoDirectand try again.