wjw465150 / run-jetty-run

Automatically exported from code.google.com/p/run-jetty-run
0 stars 0 forks source link

With a webapp, Can't find class in ${project}/build/classes #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Eclipse 3.5 run-jetty-run 1.1.1
2. ".classpath" file
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
    <classpathentry kind="src" path="src"/>
         ...............
    <classpathentry kind="output" path="build/classes"/>
</classpath>
3.error output:
Caused by: java.lang.ClassNotFoundException: 
e.bssfix.build.classes.org.sevenstar.app.config.action.S_configureAction

Original issue reported on code.google.com by store88...@gmail.com on 23 Sep 2009 at 3:55

GoogleCodeExporter commented 9 years ago
Sorry for replying so late, 
could you provide a reproduciable project to help us verifying this?

Original comment by tonylovejava on 11 Mar 2011 at 7:10

GoogleCodeExporter commented 9 years ago

Original comment by tonylovejava on 1 Jul 2011 at 8:35