Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
ERROR: '&' is an invalid character in a configuration name
org.eclipse.core.runtime.CoreException: '&' is an invalid character in a configuration name
at org.eclipse.debug.internal.core.LaunchConfigurationType.newInstance(LaunchConfigurationType.java:475)
Caused by: java.lang.IllegalArgumentException: '&' is an invalid character in a configuration name
at org.eclipse.debug.internal.core.LaunchManager.isValidLaunchConfigurationName(LaunchManager.java:2710)
at org.eclipse.debug.internal.core.LaunchConfigurationType.newInstance(LaunchConfigurationType.java:473)
... 69 more
ERROR: Can't create maven command launcher.
java.lang.Exception: Can't create maven command launcher.
ERROR: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project routines: Fatal error compiling: tools.jar not found: /usr/lib/jvm/java-7-openjdk-amd64/jre/../lib/tools.jar ->
$ java -version
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)
Hello,
Just to give another solution to this problem :
Be sure that the current GIT branches you're working on don't include the '&' character, it creates the same error
ERROR: Can't create maven command launcher.