Replies: 1 comment 3 replies
-
| Sure, we should add support to simplify installing the JDK. We can't catch the JVM start failure and install the JDK but we can improve the error message to direct someone to the other options. I wouldn't want to add  The second and third ideas are feasible, so let's work on that for a future release. I will create an issue for this so we track it. | 
Beta Was this translation helpful? Give feedback.
                  
                    3 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm hearing some reports from people who know Python, and are not willing to use Thonny (because they are already used to other IDEs) strugling to install py5...
Do you think it would be reasonable to add
install-jdkas a dependency to py5, so that we could have some clever features?py5-install-jdkfrom py5_tools import setup_jdk; setup_jdk()Beta Was this translation helpful? Give feedback.
All reactions