I have just installed Codename One (via the eclipse marketplace) on Eclipse Oxygen, with Java 8 under a 64-bit Ubuntu 14.04 LTS. I followed the "getting started" instructions in order to create a new project, but the "theme.res" file does not appear under the "src" directory. When I run the application, an exception is generated since the "theme.res" file is not found. If I comment out the line in the init() method initializing the theme, then the application runs in the emulator.
If I create a demo project (which does include a .res file in the "src" folder) and I double click on the .res file, then the theme editor does not launch. Maybe these two problems are related?
Thanks in advance!