

We simply run the DMG installer as usual and Java will update to the latest version. We download the Java SDK from this location: JavaĮven Java is already installed on Mac at rollout, we want to get the most actual Version of Java SDK installed. Component InstallationĪt first we will install the necessary components. The goal of this documentation is to have a working scenario and to be able to develop Kapsel Apps in Eclipse for Android and iOS and to let them run in a simulator from Eclipse. Because of this I decided to write this short documentation together with my colleagues Tim Netzlaf and Aram Soltanian. Exclude classes and packages from auto import The list of import suggestions may include classes and packages that you don't need.As I tried to setup my new Mac with Mac OS Sierra to allow development of SAP Kapsel applications, I have realised that there are a few things different to the last installations. To replace an import statement with single class imports in a file without changing the settings, place the caret at the import statement, press Alt+Enter (or use the intention action icon), and select Replace with single class imports. In the Class count to use import with ‘.’ and Names count to use static import with ‘.’ fields, specify values that definitely exceed the number of classes in a package and the number of names in a class (for example, 999). Make sure that the Use single class import option is enabled. In the Settings/Preferences dialog ( Ctrl+Alt+S), select Code Style Java Imports. You can disable wildcard imports to always import single classes. Disable wildcard imports When the number of classes that IntelliJ IDEA has imported from the same package reaches the limit ( 5 by default), the IDE modifies the statements in order to import the entire package instead of importing several single classes from this package.
