Guest User

Untitled

a guest
Feb 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. setAsciiStream(int, InputStream, long) and
  2. setAsciiStream(int, InputStream)
  3.  
  4. [project-name] > Properties > Java Compiler > Compiler compliance level
  5.  
  6. <plugin>
  7. <groupId>org.apache.maven.plugins</groupId>
  8. <artifactId>maven-compiler-plugin</artifactId>
  9. <version>3.5.1</version>
  10. <configuration>
  11. <verbose>true</verbose>
  12. <fork>true</fork>
  13. <executable>C:Program FilesJavajdk1.8.0_102binjavac</executable>
  14. <source>1.8</source>
  15. <target>1.8</target>
  16. </configuration>
  17. </plugin>
Add Comment
Please, Sign In to add comment