Registered Member
|
Eclipse Java compiler
Popup Error message:
Command-Line message:
How to fix this issue? |
Registered Member
|
OK
i installed adwaita icons and now i have a new issue wit the Java Virtual Machine. i installed the Java VM with Synaptic Package Manager, but it seems not to be the right one. What can i do? Error Poup:
Command-Line:
|
Registered Member
|
Hi,
While I've also looked for this, the only solution I found was to use Maven. With maven-compiler-plugin you can specify the compiler to use, and eclipse will delegate to it. I hope a similar trick can be done for Ant-based projects. <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> <compilerId>javac</compilerId> <encoding>${project.build.sourceEncoding}</encoding> </configuration> <dependencies> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-compiler-javac</artifactId> <version>1.6</version> </dependency> </dependencies> </plugin> Job Oriented Java Certification Course in Pune |
Registered users: Bing [Bot], daret, Google [Bot], Sogou [Bot]