I want to develop inside IntelliJ IDEA while all compute happens on runpod.io. The goal is a clean Remote Development Environment setup that lets me open the project locally, yet run, debug, and test code on a RunPod container with zero friction. My day-to-day work is mostly Python, and there’s also a Java web-application module I need to keep compiling and serving. I need you to: • Spin up or pick a suitable RunPod image that includes the required Python tooling and a compatible JDK. • Enable secure, persistent SSH access (or JetBrains Gateway) so IntelliJ connects every time without manual tweaks. • Create IntelliJ run/debug configurations for both Python scripts and the Java web app, verifying that breakpoints, unit tests, and console output all work remotely. • Document the procedure—step-by-step instructions plus any scripts or config files—so I can recreate the setup or migrate to another pod later. I’ll consider the job done when I can: 1. Open the project in IntelliJ IDEA. 2. Execute a Python test case on RunPod. 3. Start the Java web app and see it serve locally forwarded URLs. If you’re comfortable with JetBrains Gateway, SSH tunnelling, Docker, and remote debugging, I’d love your help.