Maven and the JOGL library?

前端 未结 7 1322
鱼传尺愫
鱼传尺愫 2020-12-02 10:18

I\'ve been studying Maven in my free time over the last several days but can\'t seem to figure out how to organize a project so that the JOGL libraries are used. I would pre

7条回答
  •  感情败类
    2020-12-02 10:37

    Here, for reference, is the part of my Ant build.xml file that downloads and unzips the JOGL library (2.0 beta 10).

    
    
    
        
            
        
    
    
    
        
            
                
                
                    
                    
                
            
        
        
            
                
                
            
        
        
            
                
                
                    
                    
                
            
        
        
            
                
                
                    
                    
                
            
        
        Detected operating system: ${joglostype}
        (if invalid OS, update ant build file)
    
        
        
    
        
        
            
                
                
                
                
                
                
            
            
        
    
    

提交回复
热议问题