facebook

Struts Action wizard – warning superclass does not exist

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #224345 Reply

    kiko
    Member

    Hi,

    using the Struts struts-config design editor I couldn’t create an Action with 3.8.4.

    When using the wizard there was a message “warning superclass does not exist” on the top of the wizard window.

    As a workaround, I added the struts jar in the Project Build Path manually.

    Kiko

    #224358

    Riyad Kalla
    Member

    Kiko,
    This isn’t so much a workaround as a requirement, the JAR should have been in your build path initially (MyEclipse defaults to auto-mounting the JAR files in WEB-INF/lib dir). Is the wizard behaving correctly now?

    #225397

    nsiddiqui
    Member

    I had to manually add the struts jar. My Eclipse IDE project did not automount the jars in my WEB-INF/lib dir). Iam running Eclipse 3.0.1. Do you have any suggestion.

    #225399

    Riyad Kalla
    Member

    This feature can be turned on/off under Window > Prefs > MyEclipse > J2EE Projects > Web Projects > Build Path, then make sure “Yes” is selected.

    #234793

    jsandhol
    Member

    @support-rkalla wrote:

    This feature can be turned on/off under Window > Prefs > MyEclipse > J2EE Projects > Web Projects > Build Path, then make sure “Yes” is selected.

    I have the same problem and had “Yes” selected. Still no automount… Known bug? Versions 3.1.0 and 3.9.310 (though I downloaded “Version: 4.0 M3 | Filesize: 111.55 MB
    Added on: 15-Aug-2005”).

    #234910

    Riyad Kalla
    Member

    jsandhol,
    What is your Eclipse build id? (Help > About)?

    I can’t reproduce this locally…

    #234953

    jsandhol
    Member

    Eclipse SDK
    Version: 3.1.0
    Build id: I20050627-1435

    MyEclipse JSF Support
    Version: 3.9.310
    Build id: 20050808-4.0-Milestone-3

    Same configuration works in another computer I tried the installation. Automount works. But not in my work machine…

    #234965

    Riyad Kalla
    Member

    Try restarting using the command line option -clean, then try a new workspace and a new test project in that new workspace (drop a JAR into the lib dir and see if it automounts).

    #234975

    jsandhol
    Member

    Worked on new empty workspace. I suppose re-creating workspace from scratch removes the problem. I think I can manage it from here. Thank you very much. 🙂

    #251569

    pope945
    Member

    i hava the same problem as .but in my WEB-INF/lib

    hava some automounts files:antlr.jar
    commons-beanutils.jar
    commons-digester.jar
    commons-fileupload.jar
    commons-logging.jar
    commons-validator.jar
    jakarta-oro.jar
    struts.jar
    but when i want to built jsp.action&form.struts Action wizard :Warning superclass does not exist

    my myeclipse “Version: 4.1.1GA_E3.1

    #251570

    pope945
    Member

    why i Worked on new empty workspace.it can work?

    who can tell me well?

    #251609

    Riyad Kalla
    Member

    pope,
    Do you also have the J2EE 1.4 Library set in your build path for the project that wasn’t working?

    #253493

    smartylic
    Member

    add struts lib in you project

    #255771

    caocao_mdj
    Member

    @smartylic wrote:

    add struts lib in you project

    I AGREE WITH smartylic.

    #274032

    xzlfs
    Member

    Delete the workspace . Metadata folder Restarting using the command line option -clean
    OK

Viewing 15 posts - 1 through 15 (of 16 total)
Reply To: Struts Action wizard – warning superclass does not exist

You must be logged in to post in the forum log in