The .classpath file contains path to JRE 1.5 which may not exist
----------------------------------------------------------------

                 Key: CLK-635
                 URL: https://issues.apache.org/jira/browse/CLK-635
             Project: Click
          Issue Type: Bug
          Components: core
    Affects Versions: 2.2.0
            Reporter: Henry Saputra
            Priority: Minor


Looks Like the .classpath contains path to JRE that may not exist. Propose 
change to set it to default container JRE. This cause error in build path when 
project opened with Eclipse.

User can change it but we should try to set with default JRE.

Before:

-       <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre1.5.0_15"/>

After:

+       <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to