Merge pull request #262 from CertainLach/master
Fix class recompilation on linux
This commit is contained in:
		
						commit
						2f65241269
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -78,7 +78,7 @@ public class JavaCompiler extends Compiler {
 | 
			
		|||
                pb = new ProcessBuilder(
 | 
			
		||||
                        BytecodeViewer.javac,
 | 
			
		||||
                        "-d", fileStart2,
 | 
			
		||||
                        "-classpath", cp.getAbsolutePath() + ";" + BytecodeViewer.library,
 | 
			
		||||
                        "-classpath", cp.getAbsolutePath() + System.getProperty("path.separator") + BytecodeViewer.library,
 | 
			
		||||
                        java.getAbsolutePath()
 | 
			
		||||
                );
 | 
			
		||||
            }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue