Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Compilation error in org.eclipse.cdt/cross/org.eclipse.cdt.launch.remote/src/org/eclipse/cdt/launch/remote/RemoteHelper.java

The error: "The method waitFor() in the type Process is not applicable for the arguments (int, TimeUnit) RemoteHelper.java /org.eclipse.cdt.launch.remote/src/org/eclipse/cdt/launch/remote line 125".
The code is using a Java 8 method but the plugin manifest specifies JavaSE-1.7. Please fix.

-sergey


Back to the top