Migrating SAP NetWeaver WebDynpro 7.0 Applications to WebDynpro 7.3/7.4

Hi,
We are trying to migrate applications from SAP NetWeaver Portal 7.0 to 7.4. The applications were created using SAP NetWeaver WebDynpro Java 7.0 and we're trying to import the Development Components (DC) using SAP NetWeaver Development Studio CE 7.3. However we're encountering an error after rebuilding and repairing the applications
Error Details:
Generation of component ****Comp is terminated with an exception (com.sap.ide.mmservices.wd.general.NoWebDynproContentException: No Web Dynpro content found for project "***". If this project is a Development Component, check if "SapMetamodelWebdynproContent.zip" is present in the classpath.)      [Error: com.sap.ide.webdynpro.generation.eclipse.GenerationEclipse  Thread[Worker-29,5,main]]
The project was not built since its  built path is incomplete. Cannot find the class for com.sap.mw.jco.JCO$Client.
The type com.sap.mw.jco.JCO$Client cannot be resolved. It is indirectly referenced from required .class files
Any ideas regarding the errors?
thank you.

Hi,
thank you all for your replies.
there are no longer errors anymore before deployment. However, once we deploy we encounter a build error.
here are the details:
!ENTRY org.eclipse.ui 4 4 2014-06-18 11:13:00.188
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
  at org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunnable.run(LightweightDecoratorManager.java:81)
  at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
  at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(LightweightDecoratorManager.java:365)
  at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(LightweightDecoratorManager.java:347)
  at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorationResult(LightweightDecoratorManager.java:378)
  at com.sap.ide.tools.core.viewerfwk.ui.tree.wrapper.ProjectWrapper.getTreeNodeLabelText(ProjectWrapper.java:74)
  at com.sap.ide.webdynpro.wdexplorer.tree.WDViewLabelProvider.getText(WDViewLabelProvider.java:98)
  at com.sap.ide.tools.core.viewerfwk.ui.tree.CompoundLabelProvider.getText(CompoundLabelProvider.java:81)
  at org.eclipse.jface.viewers.ViewerComparator.compare(ViewerComparator.java:135)
  at com.sap.ide.tools.core.viewerfwk.ui.tree.CompoundViewerSorter.compare(CompoundViewerSorter.java:77)
  at org.eclipse.jface.viewers.ViewerComparator$1.compare(ViewerComparator.java:187)
  at java.util.Arrays.mergeSort(Arrays.java:1270)
  at java.util.Arrays.mergeSort(Arrays.java:1281)
  at java.util.Arrays.sort(Arrays.java:1210)
  at org.eclipse.jface.viewers.ViewerComparator.sort(ViewerComparator.java:185)
  at org.eclipse.jface.viewers.AbstractTreeViewer.getSortedChildren(AbstractTreeViewer.java:625)
  at org.eclipse.jface.viewers.AbstractTreeViewer.updateChildren(AbstractTreeViewer.java:2578)
  at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefreshStruct(AbstractTreeViewer.java:1863)
  at org.eclipse.jface.viewers.TreeViewer.internalRefreshStruct(TreeViewer.java:716)
  at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh(AbstractTreeViewer.java:1838)
  at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh(AbstractTreeViewer.java:1794)
  at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh(AbstractTreeViewer.java:1780)
  at org.eclipse.jface.viewers.StructuredViewer$7.run(StructuredViewer.java:1457)
  at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1392)
  at org.eclipse.jface.viewers.TreeViewer.preservingSelection(TreeViewer.java:402)
  at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1353)
  at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1455)
  at org.eclipse.jface.viewers.ColumnViewer.refresh(ColumnViewer.java:537)
  at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1414)
  at com.sap.ide.dictionary.ddicexplorer.tree.DDICContentProvider$1.run(DDICContentProvider.java:709)
  at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
  at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
  at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3885)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3506)
  at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
  at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
  at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
  at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
  at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
  at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
  at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
  at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
  at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
  at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
  at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
  at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
  at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
  at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
  at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
  at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
Do you have any ideas?
thank you very much!

Similar Messages

  • How to increase size of button in sap netweaver webdynpro

    hi
    iam using sap netweaver webdynpro
    i have one application i want to increase size of button
    i will increase width but i want ot increase height
    of butto
    how  is it possible
    byeeeeeeee

    Guruvulu,
    Not sure whether it helps, but try this trick: set imageSource to some transparent GIF with necessary height.
    Valery Silaev
    EPAM Systems
    http://www.NetWeaverTeam.com

  • Retieving list of application installed or running in the SAP Netweaver

    Hi ,
    I am a .Net Developer.I want to get the Url of the all the application installed or running in the SAP NetWeaver.
    And whether it is possible to manage the SAP NetWeaver from the .Net Application.
    I<i> dont want to use SAP .Net Connector for that.</i>
    Thanks,
    -Anil

    Hi Anil,
                   To check for the WAS-J2EE Stack installation - kindly use the following link to access your WAS j22 Start page "http://hostname:5XX00" where XX will be the System No. for SAP System.
    Incase if you want to find out that you have a EP installed: goto:-
    "http://hostname:5XX00/irj"
    For XI , you can go to "http://hostname:5XX00/rep"
    Incase the links work properly the software component is installed.
    PREREQUISITE for the above CHECKS:
    1) The system number should be correct.
    2) The Fully qualified domain name should be used for the hostname.
    3) The Software components and the J2EE Stack should be operational.
    (ON the SAP SERVER)On OS level --> you can Go and have a look for the following directories existence --->
    1) usr/sap/SID/DV*.../j2ee,
    2) usr/sap/SID/DV*.../SDM
    This means that you have atleast the Java Stack installed on your SAP Server.
    Next in the task manager(WINDOWS) / process level(UNIX) you can check if you have process "jlaunch process under the sidadm owner".
    If you want to manage .Net from NW you need XI
    I hope this help you,
    Hari.
    PS: Points are welcome.

  • MAM development on SAP NetWeaver Mobile 7.1?

    Hello world
    I did notice that SAP has released SAP NetWeaver Mobile 7.1. I was of course very curious if this would (finally) make MAM25 developments possible in the new SAP NetWeaver (Mobile ) Developer Studio 7.1, because the old SAP NetWeaver Developer Studio 7.0 is based on Eclipse 2.X while the new one is based on Eclipse 3.3 (which has some advantages compared to Eclipse 2.X).
    So I did download SAP NetWeaver Developer Studio 7.1 and SAP NetWeaver Mobile 7.1, and installed both of them on my system. I was positively surprised when I noticed a Mobile Infrastructure perspective. So I did download our customized MAM25 source code from the CVS server and I tried to let it compile and run on SAP NetWeaver Mobile Developer Studio 7.1.
    Compiling was not a problem: after including some required JAR files, the code did compile successfully, however when trying to export the project, it seemed that the JSP files were not compiled, however I did put the tick mark at the Add JSP as compiled classes option. In my NetWeaver Developer, a folder $jsp was created, but with nothing inside. And in the generated WAR-file, I couldn't find any compiled JSP file as well...
    In the 7.0 version, a file called mam25.jar was created and putted into the lib folder in the war archive file, which contained all the class files. This file was not created with version 7.1.
    When trying to run the MAM from within NetWeaver Mobile Developer Studio 7.1, I did get the following exception when launching:
    java.lang.NoClassDefFoundError: com/sap/tc/mobile/cfs/startup/Startup
    Caused by: java.lang.ClassNotFoundException: com.sap.tc.mobile.cfs.startup.Startup
    Is there anyone who can tell me whether or not SAP NetWeaver Mobile Developer studio 7.1 is able to compile, generate and run the MAM25 source? If not, why is there a perspective Mobile Infrastructure included?
    If it is compatible, does anyone have an idea why it didn't work with me?
    Thanks for your help!
    Best regards,
    Diederik

    Hi all,
    First of all, thanks for all the information!
    I think there is a little misunderstanding, or maybe I am wrong
    SAP NetWeaver is the web-application you can use to analyze, administrate, etc... your mobile applications?
    I am actually talking about the SAP NetWeaver Developer Studio 7.1, which is in fact just an extended Eclipse environment. There is some kind of mobile update pack which you can find here: [SAP NetWeaver Mobile 7.1 SP3|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c0846cb5-59ec-2a10-46a2-cff9cd9b8fc3]
    My question was if you can maintain and develop in JAVA your MAM25 application with this version of the Netweaver Developer Studio? I did notice a perspective Mobile Infrastructure as in version 7.0, and I can compile the JAVA code, but I can't run the application (see error in original posting) and it seems that no JAVA files are generated from the JSP files.
    I guess it is just a matter of making the plugins compatible for Eclipse 3.X, because the plugin system of Eclipse 2.X is not compatible with the plugin system of Eclipse 3.X. But because of the Mobile Infrastructure perspective that I did notice, I was thinking that this was done. But this seems not to be the case, or I did do something wrong...
    So the only question is: can I use SAP NetWeaver Developer Studio 7.1 (aka Eclipse 3.X) to develop in JAVA the MAM25 application?
    Thanks for the help!
    Best regards,
    Diederik

  • Certification on SAP Netweaver 7.1 (CE)

    Hi,
    We are a little bit ahead of things, but is there already any idea about what the certification criteria for a J2EE deployment are going to be for SAP Netweaver 7.1?
    Is it going to be similar to 7.0 or are criteria drastically going to change in 7.1?
    Any advise/help is greatly appreciated.
    Thanks in advance,
    Ronald Kleijn

    Hello Piyush,
    on the webpage to the JAVA-EE-ADV 7.1 cerification scenario:
    SAP NetWeaver AS - Deployment on 64 Bit SAP NetWeaver (CE) 7.1 Application Server Java™ EE 5 Edition (JAVA-EE-STD and JAVA-EE-ADV) - SAP Solution Manager (SolMan) Ready! [original link is broken]
    you will find the following information:
    - Every certified integration for JAVA-EE-STD 7.1 or JAVA-EE-ADV 7.1 receives the "Certified for SAP NetWeaver" endorsement.
    - Only a certified integration for JAVA-EE-ADV 7.1 receives the "Powered by SAP NetWeaver" endorsement
    So you need to do the JAVA-EE-ADV 7.1 certification to get the "Powered by SAP NetWeaver" endorsement.
    Please reward points if ther answer was helpful for you.
    Regards,
      Juergen

  • Installing SAP NetWeaver AS ABAP 7.03 SP04 Trial in Amazon Public Cloud together with SAP PO 7.31 SP 11

    Hi,
    The link below describes how to run two working systems in one cloud – SAP NetWeaver ABAP and SAP PO
    http://scn.sap.com/community/netweaver-administrator/blog/2014/06/09/installing-sap-netweaver-as-abap-703-sp04-trial-in-amazon-public-cloud-together-with-sap-po-731-sp-11

    Hi Wojciech,
    in past there were more SAP NetWeaver demo systems available for linux. However with current "cloud push" SAP's strategy they do not exits anymore. What you can check at the moment is following:
    Technology Preview SAP NetWeaver Gateway 2.0 - Application Server on Linux and MaxDB
    cheers
    m./

  • SAP Netweaver Administration

    Hi SAP Gurus,
    I am working as a Weblogic Application Server Administrator/Engineer for past 5 years. I want to make a career change and enter into SAP world. I want to stay in the Administration world though I have 5 years of Java development experience.
    Recently I am doing some research and trying to understand SAP Basis Administration and SAP NetWeaver Administration. I understand that SAP Basis Administration is for previous R/3 Systems and NetWeaver is SAP New platform which replaces R/3 system.
    I request to clarify above understanding if I am mistaken.
    I have been looking at Job posting in NetWeaver administration and I get SAP Basis job posting reponses. I am confused with this ...
    Should I learn both SAP Basis administration AND SAP NetWeaver Administration to enter into SAP Administration world
    Can anyone shed some light on this
    Thanks --Gopal

    Hi Gopal,
    SAP Netweaver consist of 2 application platforms, The first one is the R/3 abap system (this is where the Basis come from) and the second one is the J2EE that serve as platform for the SAP Enterprise Portal.
    Basically a good Netweaver administration should have good knowledge about both.
    Follow the link for the product description
    http://www.sap.com/platform/netweaver/pdf/BWP_OV_SAP_NetWeaver.pdf
    Hope this help
    Juan
    Please reward points if helpful

  • Migrating from WebLogic to Sap netweaver j2ee application

    Hi all,
    We are migration a weblogic j2ee application in to sapnetweaver. In web logic, we have config.properties file which contains weblogic related roles, permissions and all configuration related to the application. If we want to use that file in sap netweaver how to configure it. 
    Can anyone please explain.
    Thanks in advance
    Points will be awarded for good answers
    Madhuri
    Message was edited by:
            jaya madhuri bai gaykwada
    Message was edited by:
            jaya madhuri bai gaykwada

    Hi,
    There is no file that contains all this properties you'll need to configure it all with the Visual Administrator.
    Regards,
    Pavel Sheynkman.

  • WebDynpro for Abap in SAP NetWeaver

    Hi Experts,
         I need some help, i'm using SAP Netweaver to develop a WebDynpro application but the thing is that when i try to open the Layout tab of the view i can't see the elements or the tools?
         I don't know what to do i have been searching for weeks and i don't find the answer.
        Regards,
            Cesar Felce

    did you activate the necessary service from transaction SICF
    Raja

  • Error in deploying SAP Netweaver Application

    Hi
    I am trying to deploy and run my application in SAP Netweaver studio got strucked up with error
    a dialog is opened with the message
    <b>"http://inp-jangalac:50000/webdynpro/dispatcher/local/create_modify_Customer_Order/CreateModifyOrderApplication?SAPtestId=1"
    Application not found</b>
    once i click ok
    it shows
    with deployment view as
    <b>settings
    SDM host : inp-jangalac
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/jangalac/LOCALS1/Temp/temp43815Create_Modify_Customer_Order.ear
    Result
    => successfully deployed : file:/C:/DOCUME1/jangalac/LOCALS1/Temp/temp43815Create_Modify_Customer_Order.ear</b>

    Hi Chandra,
    I think You are giving wrong application name.
    check here in your URL:"http://..........dispatcher/local/<b>create_modify_Customer_Order</b>/CreateModifyOrderApplication
    >It's in <b>lowercase</b>
    Your deployment EAR name is in Upper case:see here
    "temp43815Create_Modify_Customer_Order.ear "
    So, because of this reason, your application not found.
    create_modify_Customer_Order is different than ear file "Create_Modify_Customer_Order.ear"
    Make sure that you should not have case sensitives names.
    try to use correct name and let me know
    Note:Reward point if this helps
    Regards
    Praveen

  • Advantages of netweaver(webdynpro abap) comparing to sap(abap

    plz tell me the advantages of netweaver(webdynpro abap)comparing sap

    Hi,
    Broken link removed
    Also, I have the official Web Dynpro for ABAP documentation. Please let me know if I should send it to you.
    Hope that the following also helps you.
    Web Dynpro for ABAP (WD4A, WDA) is the SAP standard UI technology for developing Web
    applications in the ABAP environment. It consists of a runtime environment and a graphical
    development environment with special Web Dynpro tools that are integrated in the ABAP
    Workbench (SE80).
    Web Dynpro offers the following advantages for application developers:
    ● The use of declarative and graphical tools significantly reduces the implementation
    effort
    ● Web Dynpro supports a structured design process
    ● Strict separation between layout and business data
    ● Reuse and better maintainability by using components
    ● The layout and navigation is easily changed using the Web Dynpro tools
    ● Stateful applications are supported – that is, if the page is changed and the required
    data remains intact so that you can access it at any time throughout the entire
    application context.
    Note that stateless applications are not possible.
    ● Automatic data transport using data binding
    ● Automatic input check
    ● Automatic operation of the Web Dynpro application using the keyboard
    ● User interface accessibility is supported
    ● Full integration in the reliable ABAP development environment
    Web Dynpro Architecture
    Definition
    Web Dynpro is the SAP NetWeaver programming model for user interfaces (UIs).
    The Web Dynpro model is based on the Model View Controller paradigm, and has the
    following features that build on the classic dynpro model:
    ● Clear separation of business logic and display logic
    ● Uniform metamodel for all types of user interfaces
    ● Execution on a number of client platforms.
    ● Extensive platform independence of interfaces
    Structure
    Metamodel Concept
    Web Dynpro provides support for developing Web representation of a business application.
    You use specific tools to describe the properties of a Web Dynpro application in the form of
    Web Dynpro metadata. The necessary source code is then generated automatically and
    executed at runtime. In addition to the events offered by the framework, you can also define
    your own events for a Web Dynpro application. However, the event handling must always be
    programmed in separate source code areas which are executed automatically when the event
    is triggered at runtime.
    In Web Dynpro, each user interface is always made up of the same basic elements. These
    elements of the metamodel can be statically declared using Web Dynpro tools.
    It is also possible to implement elements of the metamodel at runtime and to change them or
    reintegrate them at runtime. Using these implementations, you can make any changes or
    enhancements to a user interface that has been created by declarative methods by
    generating new interface structures at runtime.
    This means that you can combine declarative processes and the implementation of source
    code.
    Graphical Development Tools
    To support this declarative concept, both the SAP NetWeaver Developer Studio and the
    ABAP Workbench contain a range of Web Dynpro tools. You can therefore generate a large
    proportion of a Web Dynpro application using the tools provided, without having to create your
    own source code. This applies to the following parts of the application:
    ● Data flow between the front end and back end
    ● Layout of the user interface
    ● Properties of user interface elements
    The Web Dynpro tools enable you to create source text areas manually within generated
    source texts. These areas are not changed if the source code is regenerated.
    Separation of Business and Application Logic
    Using Web Dynpro enables a clear separation of business logic and display logic. A Web
    Dynpro application runs on the front end and has local or remote access to the back end
    system via a service. This means that the display logic is contained in the Web Dynpro
    application, while the business logic and the persistence of the business objects run in the
    back end system. The following options are currently available for connecting Web Dynpro
    applications and the back-end system:
    ● An interface generated using adaptive RFC, through which BAPIs of an SAP system
    can be called
    ● An interface for calling Web services
    ● A self-generated interface
    The source code required for connecting the Web Dynpro application can be generated
    from a UML definition of the Web Dynpro interface. A UML definition can be imported
    into the Web Dynpro tools as an XML file.
    Conversion of the Model-View-Controller
    Conversion of the Model-View-Controller Programming Model
    Every Web Dynpro application is structured according to the Model View Controller
    programming model:
    ● The model forms the interface to the back end system and thus enables the
    Web Dynpro application access to data.
    ● The view is responsible for the representation of the data in the browser.
    ● The controller lies between the view and the model. The controller formats
    the model data to be displayed in the view, processes the user entries made by the
    user, and returns them to the model.
    Web Dynpro ABAP Demonstration Videos
    Regards,
    Sree
    Edited by: Jason Lax on Feb 2, 2012 4:44 PM

  • OS/DB Migration - Course and certification for SAP Netweaver 7.00

    Hello everybody,
    The OS/DB migration course and certification is still based on SAP Web Application Server 6.40, which is a rather old platform, since SAP Netweaver 7.00 is available since 06.2006 as far as I know
    There is a particular reason for this delay? Can anyone know when the education offering from SAP will cover the new Basis release?
    I'm interested in this field of technology, but if I know that the new course will be available too far in the future, I will focus on other certifications for now
    Regards,
    Valerio

    I am sorry for getting into someone's topic but I would like to clarify few things.
    As I understand the information related to the course description is outdated. Although the course currently provided by sap consists of the actual info. And whether that information is reflected in a course book?
    What about the examination?
    Does it still consists of old questions and corresponds to description at training.sap.com(<AS 6.40) or it does include updated questions related to the latest SAP versions.
    And what about the training materials issued by sap for that course?
    Same question here. Whether it holds the actual information and consists of latest techniques and descriptions.
    I am planning to take the certification w/o taking a course. I have a training material from one of my colleagues who has kindly shared a book with me. He has taken the course some time ago and his book states:
    SAP Web AS 6.40
    2005/Q3
    so I am worried about the consistency of that book. And I would like to be sure before going to exam that there will be no surprise for me by having non-expected questions.
    If someone can comment this that would me much appreciated.
    Thanks.

  • SAP Netweaver Developer Studio WebDynpro

    Hi all,
    Could anyone you please tell me whether we have to Purchase WebDynpro or we can download it from http://service.sap.com/webdynpro.
    As we have SAP Netweaver Developer Studio.
    Thankx in advance,
    Shakthi

    Hi Shakthi,
                Further to Divakar's points,
    After you download & install Netweaver Developer Studio from http://service.sap.com for free,
    you have to open the studio.
    goto windows -> open perspective -> select Webdynpro from the list of preferences available.
    it will open the Webdynpro perspective.Then create your Webdynpro project and deploy it.
    for deploying goto window -> prefernces -> sap J2EE engine -> give your WebAS server name or server ip address here.Default message port is 3601.
    Deploy your webdynpro applications and provide your SDM password each first time you open your Studio and then run your applications.
    Enjoy ur programming.
    hope it helps.
    regards,
    guru

  • Invoking Java Applet from SAP Netweaver Eportal using java webdynpro

    Hi ,
    We are using SAP Netweaver portal version 7.0.WE want to invoke java applet into webdynpro java application on button click.
    The Applet should open in a new window when the particular parameter is selected and the button is clicked
    The code is given below:
    String html = "<HTML> <HEAD></HEAD> <BODY><APPLET code=\"org.faceless.pdf2.viewer2.PDFViewerApplet\" type=\"application/x-java-applet;version=1.4.2_05\" archive=\"bfopdf.jar\" width=800 height=600></APPLET></BODY></HTML>";
    IWDCachedWebResource resource = WDWebResource.getWebResource(html.getBytes("UTF-8"), WDWebResourceType.HTML);
    resource.setResourceName("HTML_inline.html");
    IWDWindow window = wdComponentAPI.getWindowManager().createNonModalExternalWindow(resource.getAbsoluteURL(),"Image");
    window.removeWindowFeature(WDWindowFeature.TOOL_BAR);
    window.removeWindowFeature(WDWindowFeature.ADDRESS_BAR);
    window.removeWindowFeature(WDWindowFeature.STATUS_BAR);
    window.open();
    But after clicking on button new html window is opening and the applet is not showing properly. The java console showing the error:
    java.lang.ClassFormatError: Truncated class file
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClassCond(Unknown Source)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Exception: java.lang.ClassFormatError: Truncated class file
    Please suggest how to solve this error.
    Regards,
    Dhruba

    Hi,
    I'm not sure, but I believe the 'code' argument should end with '.class'. However, your implementation of displaying a Java applet seems ok, the error is within the applet's Jar file
    Anyway, have a look at http://download.oracle.com/javase/1,5.0/docs/guide/plugin/developer_guide/using_tags.html#applet and http://www.w3.org/TR/html401/struct/objects.html#h-13.4 on how to use the <applet> tag
    As a test, you could try and create a local HTML document on your local desktop, including the applet. I would suspect you will receive the same error in your Java console
    I believe the only option is to recompile your Java applet (if possible at all) against a newer JDK (1.4 and up)

  • Integrating a Java web application into the SAP NetWeaver Portal

    Hello experts,
    We have a requirement to integrate a Java based web application into the SAP NetWeaver Portal using iView/iFrame technology. The Java based web application is completely independent from the SAP environment but should be displayed as part of the SAP Portal environment. The other requirement is the main navigation menu for the Java based web application should be configured and provided in the SAP Portal.
    Any pointers on how exactly this can be done would be of great help.
    Also how can the SSO (Single-Sign-On) to the Java application be implemented so that the user can logon to the java application through the portal without providing the user credentials again.
    Thanks in advance.

    Hi,
    I think you can use URL iviews to integrate your java web application with EP. you have the option of doing SSO with the application as well.
    Have a look at the sap help material
    http://help.sap.com/saphelp_nw04/helpdata/en/f5/eb51730e6a11d7b84900047582c9f7/frameset.htm
    http://wiki.sdn.sap.com/wiki/display/BOBJ/CreateURLiviewintotheSAPEP+portal
    Regards,
    Ganesh N

Maybe you are looking for

  • CS6.0.2 Merged clip bugs

    Having struggled with my typical editing style using dual sync sound i've been able to replicate a few bugs, by listing them here my hope is to get other editors using "merged clips" with dual sync sound can find a solution around them.  This has com

  • ITunes 9.2 on Vista 64 can't see my other libraries

    I have a desktop PC running Vista 64, as well as a laptop running Vista 32 bit. Everything is connected on my home network; some through ethernet, some wirelessly. The laptop has no issues connecting to my AppleTV as well as my iPhone for the remote

  • Installing Yosemite on Ext FW Drive Fails

    I've been trying to get Yosemite installed on an external FW drive for a couple days now. The drive is formatted properly (GUID) and Mac OS Extended. It's a 1.5TB drive that has three partitions, one of which is intended for Yosemite. I have Yosemite

  • IN PROCESS INSPECTION, QM operation blocking next PP Operation

    Evening dear members. It is possible to create a QM operation which could block the next PP operation on a PP recipe/route, until the QM one is released/confirmed/finished.? Example: 10 PP operation CLEANING 20 QM operation MICROBIOLOGY TESTS **if re

  • Where is the identity server sdk api ?

    Previously I could download the sso client sdk from www.identityprovider.net. Anyone know where I can download it from now please? Also, is the sdk only for windows and solaris? I would like a client for Redhat ES 3. Thanks, Peter