Is it possible to run a java application without JDK installed on Windows? Maybe there is a way to wrap the libraries inside it
            Asked
            
        
        
            Active
            
        
            Viewed 201 times
        
    0
            
            
        - 
                    2Might want to look at this: http://stackoverflow.com/questions/2011664/compiling-a-java-program-into-an-exe – yamafontes Mar 07 '14 at 17:46
2 Answers
0
            
            
        Without a JDK yes, but without a JRE no - assuming the distributed Java application is a .jar file.
 
    
    
        user_loser
        
- 881
- 1
- 13
- 27
0
            
            
        The client machine need to have the JRE installed.
There are some ways to embed the JRE and JVM inside your app with avian
Take a look in another thread as well:
 
    
    
        Community
        
- 1
- 1
 
    
    
        Eduardo Briguenti Vieira
        
- 4,351
- 3
- 37
- 49
