https://plugins.jetbrains.com/plugin/7738
Embedded Linux JVM Debugger is a Plugin for IntelliJ IDEA that makes it easier to develop Embedded Java applications for embedded systems running on any variant of embedded linux. It easily integrates any embedded system such as the raspberry pi or beaglebone black. As long as java can run on the embedded device and ssh protocol is enabled than it's never been simpler to develop embedded java applications.
- Supports Java 6+ with Virtual Machine and Program Arguments.
- Custom Run and Debug configurations for your hardware board.
- Works cross platforms on the host machine whether that is Windows, Linux or Mac platforms.
- Smart and rapid deployment algorithm deploy only changed files on the remote device.
- Project Templates and integration with PI4J https://github.com/Pi4J/pi4j/ specifically for the Raspberry Pi I or II.
- Easily integratable with various kernels: Debian, Yocto Project, etc.
- Add a new Run Configuration :
-
Enter in required configurations (username, password or ssh private key file, hostname) note: Enable sudo if you require GPIO access. Debug port can be anything that's not reserved.
-
Run it on your Hardware running Embedded Linux.
Configure your Intellij environment using the following link: https://www.jetbrains.com/idea/help/configuring-intellij-platform-plugin-sdk.html
You can build the project directly from IDEA. Continous Integration script can be executed using:
$ sudo sh ./ci-build.sh
- Lombok Project
- Mockito/PowerMockito/JUnit
- Jsch
- Commons Compress
- IntelliJ SDK 13+
If you want to contribute and add functionality, make sure to add unit tests if they are needed.