Java support?
Does PyCharm have any support for editing/running Java applications?
I work on a web app that has a Django backend (hence PyCharm), but I want to add some Selenium tests and I was planning to just write them in Java.
Thanks,
P.S. Please excuse my little rant - I was really surprised when I created my first .java file and PyCharm acted like it has no idea what Java is... I'm thinking "Isn't JetBrains the same company that makes IntelliJ?" There's gotta be some way to add a Java plugin to PyCharm, right?
I work on a web app that has a Django backend (hence PyCharm), but I want to add some Selenium tests and I was planning to just write them in Java.
Thanks,
- Jared
P.S. Please excuse my little rant - I was really surprised when I created my first .java file and PyCharm acted like it has no idea what Java is... I'm thinking "Isn't JetBrains the same company that makes IntelliJ?" There's gotta be some way to add a Java plugin to PyCharm, right?
Please sign in to leave a comment.
Every time I switch between tools, they complain about metadata being changed underneath them and want to restart. And indeed IntelliJ loses its mind and forgets where my compilation output paths are each time I switch.
The alternative - creating an entirely separate GitHub repo for my tests just to keep my tools from fighting each other - seems really unappealing. Am I the only person out there crazy enough to write plain old Java Selenium tests for a Django project?