Java webdynpro development with jdk1.5.7

hi,
I have installed the CE server and the Netweaver Developer Studio, to try some java developments.
I was working with jdk1.5.7, but the server has only version 1.5.017.
Is it possible to upgrade the java in the server, so it can work with the current jdk version?
thx,
Erik

hi again,
I could solve the problem:
in the developer studio you can chose to compile for lower versions.
To do so, go to windows>preferences>java-->compiler and chose compliance level 5 or 1.4(it was on 6), and now the development works fine.

Similar Messages

  • Problems with initial setup of Java WebDynpro development environment

    Hi Experts
    I am very new to Java WebDynpro environment. I am trying to setup the J2EE engine and SAP Netweaver Developer Studio on my local machine. I have installed MaxDB, SAP NetWeaver Developer Studio and NW2004s on my local machine. After this I have started my server node from SAPMMC. I have following doubts to be clarified:
    1. How do I know the Message Server Port number of the SAPJ2EE engine which needs to be specified in the SAP J2EE engine settings in Developer Studio.
    2. How do I make sure that my server process are properly started and running properly?
    Best Regards
    Anand.

    Hi Arun
    In my SAPMMC, I am seeing two instances under my server node running in green status. I assume that one is J2EE instance and other in SCS Instance. J2EE instance number is 30 and SCS instance number is 31. I tried to access the links:
    <b>http://localhost:53000/index.html</b> and
    <b>http://localhost:53100/index.html</b>
    I was unable to access both these links. However when I tried to access only
    <b>http://localhost/index.html</b> , I got the SAP Web Application Server Homepage. Here on clicking the System Info link, it asks for user/password. The default user/password can be used as Administrator/abc123.
    Here I got all the info about my server ports.
    For me http port was set as 80 and thatswhy 53000 and 53100 were not working for me.
    Thanks a lot for your help.
    Cheers & Best regards
    Anand.

  • Urgent Requirement : Java Web Developer with Websphere Portal : CA

    The Strategic Technologies Software Engineer - Advanced
    Job Title – Software Engineer - Advanced
    Location : CA
    Description:
    •     This Advanced Web Developer position will be a development team that is enhancing the feature set on the corporate intranet, IBM portal based system.
    •     Responsible for designing, developing and unit test components in a highly iterative and agile manner.
    •     Responsible for Design and Development of JSR168 portlets, servlets, JSPs and deploying the same to IBM WebSphere Environment. Ability to understand Themes, Personalization, SSO and integrate portlets.
    •     Responsible for writing Data access components using plain Java/JDBC and as well as using technologies like Spring and Hibernate
    •     Ability to quickly learn and come up to speed in a new environment and follow standards.
    •     Aside from solid web development skills, the candidate filling this position must have experience with test driven develop (TDD) techniques and have the demeanor and communication skills required for pair programming.
    •     Responsible for coordinating with team members to achieve desired results and possible mentoring of Junior programmers whenever there is a need.
    •     Proactively identifying issues in the development and bring up the same to the attention of tech lead or management attention at the very early stages. Ability to learn from team mates and solving issues quickly with the help of more knowledgeable team mates in that technology
    •     Strong experience in JSR 168 compliant, portlet design and development, preferably in a IBM portal environment – 2 to 4 years
    •     Strong experience with Java, J2EE web application design, development of servlets, jsps, JSTL and good understanding of MVC framework – minimum 4 years
    •     Strong experience in coding unit tests with JUNIT
    •     Experience with Javascript , html, XML and CSS in support of web application development
    •     Experience with design and development of data access component in Java with SQL knowledge
    •     Experience using IDEs like Eclipse , RAD and application servers like IBM Websphere Application Server
    •     Must have good communication skills both verbally and in written form and the ability to work independently with minimal guidance and as a member of a team. Education: A computer science college degree or equivalent experience.
    Must have:
    •     8 years Java web development skills and excellent understanding of object-oriented analysis / design / programming.
    5 years:
    •     Deep understanding of web application design / web security
    •     Good understanding of Model-View controller distributed architectures.
    •     Experience with Websphere Studio Application Developer (Eclipse)
    •     Experience with Service Oriented Architecture (SOA)
    •     OO Analysis and Design experience.
    •     Experience with the scrum agile development methodology, including TDD and JUNIT.
    Hands-on experience with IBM's Websphere Portal is required.
    If it interest you, please send your updated resume with your contact details ASAP at [email protected].
    Regards,
    Ejaz
    Symphony Enterprises LLC
    412-250-7227 (Tel) | 412-774-9230 (Fax)
    IT Staffing | Training |
    VERTICALS | Banking, Finance, Insurance | Healthcare | Manufacturing | Retail & Distribution
    [email protected] | www.symphonyenterprises.com
    WMBE & NWBE Certified Company
    A Member of Women's Business Enterprise National Council (WBENC)
    and National Association of Women Business Owners (NAWBO)

    I'm getting the same error on WebSphere 6.1.5. Is there any solution for this?

  • How to debug java web start with jdk1.5?

    i want to debug a JWS app with eclipse, not java console, so I follow Unofficial Java Web Start/JNLP FAQ(http://lopica.sourceforge.net/faq.html) and still not worked.
    the attached session worked at first and broke soon, and I found some idea from Unofficial Web Start FAQ Update/Errata(http://lopica.sourceforge.net/update.html). I did the following:
    set JAVAWS_TRACE_NATIVE=1
    javaws http://localhost/test/test.jnlp
    copy command line from popup window.
    add "transport=dt_socket,server=y,address=7000" to command line:
    C:\progra~1\Java\jdk1.5.0_03\bin\javaw.exe -Xrunjdwp:transport=dt_socket,server=y,address=7000 -Xbootclasspath/a:C:\progra~1\Java\jre1.5.0_04\lib\javaws.jar;C:\progra~1\Java\jre1.5.0_04\lib\deploy.jar -classpath C:\progra~1\Java\jre1.5.0_04\lib\deploy.jar -Djnlpx.home=C:\progra~1\Java\jre1.5.0_04\bin -Djnlpx.splashport=4362 -Djnlpx.jvm="C:\progra~1\Java\jdk1.5.0_03\bin\javaw.exe" -Djnlpx.remove=false -Djava.security.policy=file:C:\progra~1\Java\jre1.5.0_04\lib\security\javaws.policy -DtrustProxy=true -Xverify:remote -Djnlpx.heapsize=NULL,NULL com.sun.javaws.Main http://localhost:8080/test/test.jnlp
    the debugger still gets detached. I don't know what's wrong.
    JWS has come out for many years, I still found so many undocumented skills, even netbeans5 doesn't support it. Sun want to give up java?

    Try checking out this other thread, particularly the reply from dietz333 (I happen to know he's a regular genius when it comes to JavaWS):
            http://forum.java.sun.com/thread.jspa?forumID=38&threadID=569693

  • Running Java WebStart Apps with JDK1.5

    I have just installed JDK 1.5 and it all installs fine
    However when i try to run a Webstart Application by clicking on a link to a JNLP file i get a dialog box telling me the following
    Cannot load class sun/plugin/JavaRunTime
    The bridge was installed at <C:\Program~1\Java\JRE15~1.0> but the class is not there please modify registry key to reflect the new position.
    The key is HKEY_LOCAL_MACHINE\Software\Java Plug-in
    or change classpath to include the new directory
    Please consult documentation for more details.
    What is it talking about, why is this doing it?
    I have a windows 2000 machine SP4.
    Hope someone can help
    It used to work with 1.4.2_04 absolutely fine.
    Cheers
    Dan

    The problem may be cause by Java trying to update itself, especially if you are running behind a firewall. Try this: Open the Java icon on the Control Panel, click the Update tab, and deselect "Check for updates automatically".
    That fixed the problem for me, after days of installing and uninstalling Java, trying to interpret the unhelpful message, and searching the internet.

  • Java.lang.VerifyError with JDK1.3.1_02

    Hi all,
    I was using a third part ".jar" in my application and I started getting a java.lang.verifyError. I was wondering what are the various reasons that can cause this error to show up. I have jotted down the possibilities I can think of, but due to lack of documentation from the Java team at sun, I am not too sure. If anybody can cross-verify these and can provide feedback, it would be great.
    Reasons for java.lang.VerifyError :
    1) You compiled your code which uses ABC.java in package1 and while running it you used package2 instead of package1 which also had ABC.java.
    2) You call a method in your code which accepts say a String[] array, but at run time what you pass to the method is merely a String - Although this kind of code should not compile at all, but again what class you use at compile time and runtime can be different and can cause this to happen.
    Any other additions / Corrections are welcome.
    Thanks.
    Vivek.

    Hi, Do you get any message / stack trace to find out
    where it happens .I have actually fixed the problem now, basically the code was compiled with one xerces.jar and at run time a different jar with the same class files was getting included. What I wanted to find out is that are there other reasons for getting this VerifyError - coz the Java API does not mention anything about what conditions can cause this to occur.
    Thanks.
    Vivek.

  • Java Fingerprint Development with VeriFinger 4.2 SDK

    Hello,
    I hope to find guide with developing an application that implements Fingerprint functionalities.
    I have tried to read the ANSI NIST-ITL 1-2000 Fingerprints standard.
    I have the VeriFinger 4.2 SDK and have studied the manuals and sample codes.
    I still need help on how to commence development of a sample application that implements the following Fingerprint technology
    1. Enrollment
    2. Verification
    3. Identification
    Most of the codes seem Hi-tech to me, but I can use any help smartly.
    Thank you.

    What exactly do you want to know? The third of these processes is
    quite disjunct from the first two processes, i.e.
    1) Succesful enrollment implies a succesful verification (maybe a couple
    of times).
    2) Verification is just the comparison between two images or significant
    portions thereof. Fingerprint images typically contain "eyes" and
    "bifurcations" that distinguish one fingerprint from another.
    3) Identification is the mapping between a "key" of the fingerprint image
    and the actual data present in a database somewhere.
    kind regards,
    Jos

  • Java webdynpro activation

    Hi experts,
    I have problem with the java webdynpro development's activation phase.
    I activate the request in the NWDS then the process stuck in the "QUEUED" status.
    In the past it helped when I restarted the portal, but now, after the restart, the request is in the QUEUED status again.
    I reactivated the request, but the result is the same, the reques is in the "QUEUED" status, and it seems it will stay in this status forever
    Do you have any idea, what is the problem with the building?
    Thanks,
    N.

    I'm closing this thread becase a second restart solved the issue

  • Passing context data back to Java Webdynpro

    Hi All,
    I have created Java Webdynpro's with Adobe Interactive Forms in them. I use ActiveX not Native. Yesterday passing data from the AIF to Webdynpro for Java was working like this (it didn't work in Native mode) today it doesn't. Neither does pressing any buttons. I'm not sure what has been installed on my system, it could be Adobe Read 9.0. Now creating the forms using the livecycle designer in de Netweaver developer studio is also very unstable (unworkable)
    My main question is: how can I pass the data from the interactive form to webdynpro for java (without using the submit button, as I want to have such buttons on my webdynpro and not in my forms.)
    Jeschael

    Jeschael,
    Try creating a new project and repeat the same steps. Do you get error there as well.
    Also try setting some context in WD, assign it to a Text Field of Adobe and see if you get the value.
    For eg: Let's assume you created a Context called "Name" then set it
    wdContext.currentContextElement.setName("Test");
    Now try to assign this to Text Field, see if you get the value in Adobe form by writing this code in the initialize event of Text Field in Adobe LiveCycle Designer in JavaSript.
    xfa.host.messageBox("Value is :"+TextField1.rawValue);
    Chintan

  • Java Webdynpro

    Hi,
    I am developing java Webdynpro and whould like to know what do I need to run at a customer who does not have SAP. I would like to develep With java Webdynpro, and with webservices.
    Also what will the cost be for such a instalation

    Your question is not concerned with SAP Business One. This is a forum for SAP Business One.
    Please mark your thread as Closed and post it to the appropriate forums for reply.

  • What Java compiler for Java Card development ?

    What Java compiler and options should be used for Java Card development with the goal of generating correct, and (secondarily) small or/and fast code after conversion to Java Card bytecode using converter ?
    In particular
    - Is use of JDK 7 approved by Oracle for Java Card development? That would solve security problems associated with (the web components of the JRE of) some earlier JDK, including the latest JDK6. The JCDK 3.0.4 release notes states "+the commercial version of Java Development Kit (JDK software) version 6 Update 10 (JDK 6 Update 10) or later is required+, but that does not answer that question.
    - Anyone had _bad_ experience (like incorrect or disastrous code) with the Java compiler bundled with Eclipse ? I have seen at least one case where org.eclipse.jdt.core_3.7.3.v20120119-1537.jar produced slightly more compact code than javac.
    - Anyone had _bad_ experience with javac in jdk1.3 ? In an applet involving a "finally" clause, I've seen it generating more compact code than later javac (which in my test triplicated the code for the finally clause).

    What Java compiler and options should be used for Java Card development with the goal of generating correct, and (secondarily) small or/and fast code after conversion to Java Card bytecode using converter ?-target -source may be required to generate compatible byte code. Depending on the CAP file converter being used debug information may also help. Remember that Java Card is a subset of the Java language (also there are short opcodes that Java doesn't have etc) so a lot of the work for optimisation is done by the converter or the JCRE. You can look at the JCA code generated to determine what works best for your applets. There are also some ways of stripping out dead code etc from JCA files (return statements after a throw etc) to reduce your code size. Most of the speed optimisations come from your code (avoiding context switches and unnecessary security/access checks).
    The compactness of your Java Card binary may not be directly related to the size of your compiled Java code. It can depend on the converter you use and any optimisaitons the JCRE might try to do when the code is loaded.
    - Is use of JDK 7 approved by Oracle for Java Card development? That would solve security problems associated with (the web components of the JRE of) some earlier JDK, including the latest JDK6. Java Card does not use any of the libraries from the JDK/JRE. All of the libraries are provided by the JCRE on the smartcard.
    The JCDK 3.0.4 release notes states "+the commercial version of Java Development Kit (JDK software) version 6 Update 10 (JDK 6 Update 10) or later is required+, but that does not answer that question.Anything above JDK6u10 is supported. If you use Java 7 you may need to add a -source and -target flag when compiling.
    - Anyone had _bad_ experience (like incorrect or disastrous code) with the Java compiler bundled with Eclipse ? I have seen at least one case where org.eclipse.jdt.core_3.7.3.v20120119-1537.jar produced slightly more compact code than javac.We generally use the Eclipse compiler as we find that we get more deterministic builds. When CAP files are sent for security review it is helpful to have the reviewer able to generate a CAP file that matches the one you sent to confirm the binary is what you say it is.
    - Anyone had _bad_ experience with javac in jdk1.3 ? In an applet involving a "finally" clause, I've seen it generating more compact code than later javac (which in my test triplicated the code for the finally clause).We do not use anything less than Java 6 for compilation.
    - Shane

  • Editing Domain and Classification property of a java webdynpro iview

    Hi,
    I have created a java webdynpro iview with having the default properties. Now i want to change the properties "Domain" and "collection" but not able to do so as it always comes as disabled . Also while creating the iview i was not able to find any steps to insert the values for "domain" and "collection" properties and that's why it has taken default values. Does anyone know how can i reset these 2 properties or create a new JAVA or ABAP webdynpro with custom values and not the default values.
    Best Regards,
    Vikash

    You  can get the parameter as follows:
    String param_name = WDWebContextAdapter.getWebContextAdapter().getRequestParameter("param_name")
    Try your code with any WD application that accepts parameters, like
    http://localhost:50000/webdynpro/dispatcher/local/MyApp?param_name=Somevalue
    Raja T
    Message was edited by:
            Armin Reichert

  • Java web development tuturial

    Hi all,
    I am new to this forum. Just joined several mins ago.
    I am going to start a job involving some java web development with web sphere. Could you point out some great tuturial? I did oracle jdbc database programing before but not on the web at all.
    Thanks,

    Could you point out some great tuturial?Web Development is a wide term.
    At first there is the plain JSP / Servlet Programming
    You can use the J2EE Tutorial as starting point it also covers JSF (JavaServerFaces)and JSTL (JavaStandardTagLibrary)
    http://java.sun.com/j2ee/1.4/docs/tutorial/doc/index.html
    You can download a free pdf version of the Book "Servlets and JavaServer Pages) from
    http://www.theserverside.com/books/addisonwesley/ServletsJSP/index.tss
    If you are interested in Struts you can download "Jakarta Struts Live" from
    http://www.theserverside.com/books/sourcebeat/JakartaStrutsLive/index.tss
    And a list of nice tutorials can be found here
    http://www.laliluna.de/tutorials.html
    andi

  • Importing Java Bean Model in Webdynpro Development Component

    Hi All,
    Is there any simple tutorial, example  to import java bean model in webdynpro development component.
    I am using NWDS 7.0 SP14 and WAS 7.0.
    it really helps if you can  provide simple EJB as a development component with details how to create a public part and using this bean as java bean model in Webdynpro development component.
    what are the steps to be followed with precautions
    Thanks in Advance,
    Murali

    Hi,
    [Using the Java Bean Model in Web Dynpro|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4072c0d0-c21e-2b10-ab84-e2c183d355de]
    [Using EJBs in Web Dynpro|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1f5f3366-0401-0010-d6b0-e85a49e93a5c]
    you will get more if you search in the forum.
    more help on EJB's
    Re: Help needed in EJB
    http://help.sap.com/saphelp_nw70/helpdata/EN/19/f9bc3d8af79633e10000000a11405a/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70929198-0d36-2b10-04b8-84d90fa3df9c
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1f5f3366-0401-0010-d6b0-e85a49e93a5c
    PradeeP

  • HTML Toolbar in Email Compose with Java WebDynPro

    Hi Friends,
    We are working on a email functionality requirement and we are having a requirement to add a toolbar in the Email Compose Box. For ex. that toolbar contains Bold, Italic, Underline, and other HTML stuff. i.e. to decorate the text in compose box with HTML features.
    but we dont have any standard UI element in Java webdynpro to use.
    Can anyone suggest me the solution or if any one come across with such scenarios.
    Thank you very much in advance.

    Hello Srikanth
    Please refer to this featured <a href="/people/anilkumar.vippagunta2/blog/2007/02/01/office-control-in-webdynpro--i. Though this is not the direct solution to your problem, but I think you can take the hint to develop your compose box with toolbar containing different menus. Please have a look at the final application showcased in the weblog which u can embed in your compose- box. I hope you are getting me.
    Regards
    Kapil

Maybe you are looking for

  • Process for Sharpe images

    Hi, I have read through the forums and followed a lot of the suggestions. But I still find images appear out of focus once placed into Muse. My current workflow is creating the image in illustrator (if vector, most of mine are), save for web at right

  • Why does Apple Tv not show folders created in iPhoto 11?

    Hi, I am new to Iphoto. So far used Picasa and would like to change. I have created Albums (2012.7 sommer holiday  , 2012.6 birthday son, 2011.10 birtthday daughter, 1999 wedding etc). Since there are hundreds of albums (lot of pics in the last 45 ye

  • Data loss on partitioning

    Hi I hope I've posted in the right place, otherwise please advise. Following bad advice from an 'expert' on a YouTube tutorial who's declined to respond, I made a grave error by adding a (233Gb) partition to a (465.8Gb) WD external drive, which seems

  • Transports BI

    Hello, is it possibile to transport INFOOBJECTS, INFOAREAS and APPLICATION COMPONENTS all together in ONE TRANSPORT? thank you!

  • HP G61 408CA notebook sound card driver for windows XP

    i newly bought HP G61 408CA notebook which came with windows 7. I had to downgrade it to windows XP. Now i have a big problem with its sound card driver for windows XP. I have tried the following instruction:  "Re: HP G61 sound card driver for window