Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Cevelop + Kotlin + java.util
Cevelop + Kotlin + java.util [message #1821586] Sun, 16 February 2020 14:59 Go to next message
cw holeman ii is currently offline cw holeman iiFriend
Messages: 2
Registered: February 2020
Junior Member
I am using Cevelop C++ IDE 1.13. Then wanting to work with Kotlin. I installed the Kotlin Plugin for Eclipse 0.8.19. I was able to create a Kotlin hello world program and run it. I am attempting to use ArrayDeque per stackoverflow.com/a/60241074/101954. Quick Fix added 'import java.util'. Now I am getting:

ERROR: Unresolved reference: java (1, 8)

Project Explorer under JRE System Library does not list java.util.

I expected that since the import was added by Eclipse it would have had the needed file already.
Re: Cevelop + Kotlin + java.util [message #1821596 is a reply to message #1821586] Mon, 17 February 2020 05:08 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33107
Registered: July 2009
Senior Member
It's hard to answer this here on this forum because apparently these things come from these sources:

https://www.cevelop.com/
https://marketplace.eclipse.org/content/kotlin-plugin-eclipse

It's likely better that you look to these for the best place to ask questions. The marketplace listing points at this:

https://kotlinlang.org/

But I don't see any mention there of an Eclipse plugin nor any obvious place to ask questions...


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Eclipse IDE 2019-12 and 2020-03 System Requirements
Next Topic:***IMP***** The diagram wont save
Goto Forum:
  


Current Time: Tue Mar 19 07:49:37 GMT 2024

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

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

Back to the top