score:1
are you sure there isn't an nested class named factory within the servicestub.java?
if you have something like
public class outer {
static class inner {...} //or no static
...
}
the java compiler will create a outer.class and a outer$inner.class files.
Source: stackoverflow.com
Related Query
- eclipse contain unncessary Factory class while generating the war file
- import error while adding TextEditor to eclipse plugin - Cannot find the class file for org.eclipse.jface.text.revisions.RevisionInformation
- Eclipse Build Error "A class file was not written. The project may be inconsistent, if so try refreshing this project and building it"
- eclipse vs tomcat deployment - exported war (partially) fails while the project runs in eclipse
- I need Eclipse to deploy the WAR file my ANT script builds, not what it builds internally
- A short c++ file and makefile: I can make in the shell, but get lots of error while building it in the Eclipse
- Problem while reading the File in a eclipse Plugin application
- Highlighting a class file in the package explorer in Eclipse
- Eclipse is not generating the exe file even after build
- Creating a war file of the whole project and a jar file for a class with main method (along with the dependent classes and jar files) using maven
- Eclipse how to see the Java file instead of class file
- Why is the Eclipse jar file generating compile errors when the application does not have errors?
- How to pass a java file name to a script file while saving the java file in eclipse
- eclipse broken since java 6.31: Cannot find the class file for java.lang.Enum
- Class not found while generating the GUI sources java.lang.NoClassDefFoundError: com/sun/xml/bind/v2/model/annotation/AnnotationReader [Codenameone]
- Hybris ant all is failing in eclipse while building the below target in build.xml file
- Eclipse's Tomcat gives a 404 while the WAR file works-previous solutions don't work
- RED Editor in Eclipse throws Exception while opening the .robot suite file
- A WAR file created from Eclipse does not work from browser, but it works when the war file is expanded
- Getting error while importing a class defined in the same project in eclipse
- Kotlin class on eclipse acting weird, every time I run the program I am getting output from other file
- Where the file will be located while using IO Streams in Java In Eclipse IDE?
- How to set clicking on opened class in Editor area that navigate the package that contain this class in eclipse
- How to Open and edit file outside eclipse workspace, while having the file in sync with Eclipse?
- what files does eclipse compress when generating a war file
- Is there any way in eclipse by which we can (ctrl+click) on a class attribute in jsp file and get the desired css definition which is linked with it?
- Eclipse generating Javadocs just for the last class edited
- Didn't find class “com.google.firebase.provider.FirebaseInitProvider, While upgrading the apk from eclipse with studio build
- My imported eclipse project gives error the project was not build since the build path is incomplete. Cannot find the class file for java.lang.object
- how change the WAR file name inside EAR when deploying in Eclipse with no Maven plugin
More Query from same tag
- m2eclipse imported project naming
- How to stop while loop from accounting for negative number?
- Deployment to tomcat from eclipse via M2eclipse and Maven
- Annotations declared in Abstract Class not being loaded
- Tomcat 7 not setup properly in Eclipse Juno
- How to change the text in the thread group display in CDT-based eclipse debugger?
- How to prevent upgraded Eclipse Oxygen from automatically downgrading
- Information about System.getProperty("eclipse.commands") to assert if JUnits tests are being run as a plug-in JUnit
- Eclipse PyDev doesn't shut down interpreter when you click the little red button
- Nexus 5 (Kitkat 4.4) won't authorize my Windows 8 computer
- DBVisualizer/SQL Explorer will not connect to the right DB instance
- Su permission asked many times
- Can we set #define or #ifdef for java in eclipse IDE
- Eclipse key bindings restored to default upon startup
- Eclipse semicolon inserted before cursor when typing full line not using content assist
- Remove whole (or multiple) line with search and replace in eclipse
- No resource found that matches the given name (at 'value'with value '@string/facebook_app_id')
- Eclipse Indigo JSP validator not fully supporting JSP based tags in a jar file
- How do you toggle/disable annotation helper links in Eclipse/TestNG?
- Install dependencies. Unsupported template dependency: Upgrade your Android Eclipse plugin
- Eclipse project does not display git repository?
- Recovering APK files from Android phone to Eclipse
- how to import own jar into android project (ADT 20)
- Importing eclipse projects using Ant
- Eclipse 'Anonymous Inner Type' - autocomplete
- Error : "Activity does not extend android.app.Application" in Eclipse
- Eclipse - Open Resource - How to see only *.js files
- How can I ask Eclipse to always prefer the newest version of a library that is included by other libraries?
- Can't import Android google-play-services_lib
- How to inspect a variable on a JSP page?