How to include Java 3D in JWS & JNLP

Hi:
What do I need to do, if anything, to include java 3d in my JWS & JNLP manifest file?
Is it something like:
<j3d version="1.3+">

You have to supply Java3D classes and native labraries as a extention package like:
<extension name="Java3D" href="../Java3D/Java3D.jnlp"/>
and specify all .jar files in Java3D.jnlp file.
masa

Similar Messages

  • How to include JAVA work in a maintenance cycle

    Good Day;
    Would anyone know where I can find documentation on how to include JAVA changes in a Solution Manager / ChaRM maintenance cycle?
    I understand that a transport can be created for JAVA work.
    Thanks All
    Regards
    Don Newton

    You will first need CTS+ configured to create the java transport.  Check this out for portal..
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90d3b550-b6fb-2910-0fa5-ece5d61fb9c3
    Once that is configured and assuming you have Charm configured, I believe it's as easy as adding the system to your project.

  • How to Include JAVA script code in SAP BI7 web Reporting?

    How to Include JAVA script code in SAP BI7 web Reporting?

    In nw2004s there is a new web item called "Script" web item which lets you add javascript code. When you add javascript code in this web item, you don't need the opening and closing <script> tags...
    Hope it Helps
    Chetan
    @CP..

  • How to include .java file in all projects?

    Hi Friends, i have some questions related....
    1) i have a file .java with some great functions, this functions i need use in all projects, then what is the easy by moment i start a project, and copy this file to project..
      is possible have only 1 file with these utilities functions? (if yes how to declare or use in all projects?)
    Note these utilkities file i want use on JAVA desktop(swinf and javafx), on JSP webpages and in the futhurer on the mobile.
    2) i have a JSP project in 1 .JSP file i have 8 Tabs (CSS tabs) when user click on tab1 i execute some jsp java code. and if user click on tab2 i execute a different JSP code, but my problem is, the JSP file is large large large, 1500 lines, my question is: is possible (similar in PHP) do an include?
    <%
       include tab1.jsp
    %>
    thanks

    jamiguel77 wrote:
          1) i have a file .java with some great functions,
    If that is one Java file only I really doubt that those functions are "great" from a technical point of view...
    this functions i need use in all projects, then what is the easy by moment i start a project, and copy this file to project..
      is possible have only 1 file with these utilities functions? (if yes how to declare or use in all projects?)
    Note these utilkities file i want use on JAVA desktop(swinf and javafx), on JSP webpages and in the futhurer on the mobile.
    There is a  common approach to this problem which is a dependency repository. Various build tools address the dependency resolution problem. Most common are maven and greadle. Place your Jar file on a location you can reach from your various developement environments (eg. a share on a server in your network) Then configure your build tool to know about your repository.
    A better solution that a naked net share is a nexus server, which will not only hanlde dependencies you namually placed on your share but also dependencies available on public repositories.
    In your project you simply declare the (direct) dependencies of the Code you're writing. For maven you need an aditional file in your project: the pom.xml. maven (or greadle) will handle all the transient dependencies for you (as long as the pom.xml of the dependency also declares its own dependencies and those other dependencies are reachable for maven too).
    bye
    TPD

  • How to include Java embedding in BPEL to connect with Siebel On Demand

    Hi,
    I am trying to integrate Siebel on Demand with BPEL using the instructions given in the Best practices page http://www.oracle.com/technology/tech/fmw4apps/siebel/ofm-siebel-blog-postings.html.
    The code used in the Java embedding does not send a response back. I have increased the timeout period but still i get a time out error.
    Please let me know if anyone is aware of a work aorund for this
    Thanks.

    jamiguel77 wrote:
          1) i have a file .java with some great functions,
    If that is one Java file only I really doubt that those functions are "great" from a technical point of view...
    this functions i need use in all projects, then what is the easy by moment i start a project, and copy this file to project..
      is possible have only 1 file with these utilities functions? (if yes how to declare or use in all projects?)
    Note these utilkities file i want use on JAVA desktop(swinf and javafx), on JSP webpages and in the futhurer on the mobile.
    There is a  common approach to this problem which is a dependency repository. Various build tools address the dependency resolution problem. Most common are maven and greadle. Place your Jar file on a location you can reach from your various developement environments (eg. a share on a server in your network) Then configure your build tool to know about your repository.
    A better solution that a naked net share is a nexus server, which will not only hanlde dependencies you namually placed on your share but also dependencies available on public repositories.
    In your project you simply declare the (direct) dependencies of the Code you're writing. For maven you need an aditional file in your project: the pom.xml. maven (or greadle) will handle all the transient dependencies for you (as long as the pom.xml of the dependency also declares its own dependencies and those other dependencies are reachable for maven too).
    bye
    TPD

  • How to Include Java sourcecode into EAR File in Web Dynpro

    Hi Everyone,
    There should be a setting in the developer studio , where in which we can include the source code into a EAR File after we build the source code.
    I am unable to get this settings.
    Please help me out
    Regards,
    Raj

    Hi,
    Well i don't think any of the source codes comes under the ear file when you deploy your application. You can see this.
    First open your project folder, here you will find the ear file.
    Open the command prompt, change the location to the place where ear file is located and then enter :
    jar xvf myearfile.ear
    This will give the extract of the ear file.
    thanks & regards,
    Manoj

  • How to Include Java sourcecode into ER File in Web Dynpro

    Hi Everyone,
    There should be a setting in the developer studio , where in which we can include the source code into a ER File after we build the source code.
    I am unable to get this settings.
    Please help me out
    Regards,
    Raj

    Hi,
    Well i don't think any of the source codes comes under the ear file when you deploy your application. You can see this.
    First open your project folder, here you will find the ear file.
    Open the command prompt, change the location to the place where ear file is located and then enter :
    jar xvf myearfile.ear
    This will give the extract of the ear file.
    thanks & regards,
    Manoj

  • Including java script in struts

    Hii All,
    I wanted to use some java script function on onclick of button. like on click on calendar image i should invoke the cal control writtern in java script.
    Its a pure struts application. can any1 tell me how to include java script in struts ?

    it depends on the javascript file you are using as to how you are going to have to do it.. but I would imaging you will have to include the js file like this.
    <script type="text/javascript"
         src="<c:out value='${pageContext.request.contextPath}'/>/scripts/newCalendar/calendar.js"></script>then on how to call the javascript from the onclick it will completely depend on the actual calendar script.

  • How to call Java API classes from Javafx Main.fx?

    Hi
    Can anybody let me know how to include java.util.StringTokenizer in Main.fx file of Javafx?
    I need to split a concatenated String in Javafx. Is there any example available with anybody on this?
    When I use the split() of Javafx, I get error while assigning the value returned by split() to both String and String[] variables:
    1. var name = "test|string";
    2. var names: String[];
    3. var splitName: String = "";
    4. names[0] = name.split("|");
    5. splitName = names.split("|");
    6. var storeName: String[];
    Later I need to put the splitName into another String array to have a collection of all the concatenated string in one array.
    insert splitName into storeName;
    But I get error in line 4 and 5. The split() in javafx returns a String []. Is there anything that I missing here.
    Any reply to this post will be highly appreciated. I need this quite urgently.
    Thanks & Regards
    masrrev

    Hi Phil
    Thanks for the immediate response. I tried the code but getting the following exception, which I was getting earlier too.
    Inside on Mouse Clicked...
    Uncaught exception: java.lang.Error: 137_*
    - xing.Xing$2.lambda(), bci=43
    - xing.Xing$2.invoke(), bci=2
    - xing.Xing$2.invoke(), bci=5
    - javafx.scene.Node.mouseClicked$impl(), bci=68
    - javafx.scene.Node.mouseClicked(), bci=3
    - com.sun.fxme.runtime.FXNodeDelegate$4.run(), bci=6
    - com.sun.fxme.runtime.RunnableQueue$Manager.run(), bci=86
    - com.sun.fxme.runtime.RunnableQueue.run(), bci=38
    And the code in onMouseClicked Event is reproduced below:
    onMouseClicked: function(e : MouseEvent) : Void {
    println("Inside on Mouse Clicked...");
    def sample = "Sherlyn|masrrev|Other";
    var names = sample.split("\\|");
    println("{names.toString()}");
    // splitString();
    sceneNew = Scene {
    content: [nextScreen]
    Regards
    masrrev

  • How to include shell script in java

    how to include a ".sh" file in a java code and then use it

    Use
    Runtime.getRuntime().exec();

  • How to include PJC and Java Beans in forms

    I have tried a lot to include java codes in my forms ..So I decide to start with ProgressBarPJC(cause it is tested and provided with demo) but I could not set implementation class of java bean object to
    oracle.forms.demos.ProgressBarPJC it does not accept it but it accept ProgressBar instead of ProgressBarPJC. I don't know why? I have made changes in Forms90_builder_classpath to access f90all.jar and progressbar.jar. I have Progressbar.class and progressbarpjc.classs both but i don't know how to set implementation class to ProgressBarPJC.
    don't you think there is lots of configuration and path setting to use any JPC or Jar in forms? I am totally confused with this integration.
    Please solve this matter
    Thanking you,
    Neeraj

    and even more information samples and step by step instructions are on the Java spotligh on the Forms Upgrade Center : http://otn.oracle.com/formsupgrade

  • How to include source code in web dynpro java deployment

    Hi,
    We dont have NWDI.
    We are creating ear files out of web dynpro applications packaging them as sca files and deploying them in server.
    But the source  code is not included in ear.
    How to include source code with your ear/sca , so that when anyone downloads the sca file later, they are build the Project in the studio.
    How would they typically download? Do they require NWDI ,
    Right now we dont have NWDI in place, but we want to do is parcel the applications such that the source code should be available at a later time for download.
    This is possible with .par files , but what about web dynpro?
    Thanks,
    Deb

    If you are not using NWDI use the _comp file.

  • How to remove Java Applications from "Add and Remove Programs" list?

    I have deployed my Java applications (both JWS and Applet) via JNLP with allow-offline option enabled and without installer-desc option specified.
    My questions are:
    1. An entry is added to the Add and Remove Programs list after launching the application via JNLP. Is it due to the specification of JNLP or JWS? Is there anyway to prevent this behavior?
    2. I removed my application by clearing the cache via Java Control Panel but the entry for the application is still listed in Add and Remove Programs. How can I remove the entry in the Add and Remove Programs?
    I have tried following methods but neither works:
    1.Go to Add and Remove Programs, and click [remove] button to the right of my application.
    *Warning message like 'Application cannot be uninstalled completely' is thrown.
    2.Follow instructions listed @ [Microsoft Online Support site|http://support.microsoft.com/kb/314481/en-us] to remove my application manually via Windows registry.
    *Couldn't find appropriate registry entry to delete.
    Thanks in advance!

    Hi, guys!
    This issue has been officially approved as a new bug (Bug Id: 6946221) for the JDK 1.6_20(might include any release below) release.
    It will take a couple of days for it to be shown up in the external Bug database. However, once it becomes available for viewing on external Bug database.I would like to encourage your valuable participation to vote on this bug to get it fixed ASAP by the SUN developer teams.
    Java Bug Database @
    [http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6946221|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6946221]
    Voting for the bug @
    [http://bugs.sun.com/bugdatabase/addVote.do?bug_id=6946221|http://bugs.sun.com/bugdatabase/addVote.do?bug_id=6946221]
    Thank you for your cooperation!
    Edited by: Jay-K on Apr 23, 2010 12:14 AM

  • Xalan XML thru Web Start - how to include other classes

    Hello developers,
    I have an JAVA Swing application which needs an xml output, it creates an XML file which has to be stored in the clients hard drive. Though i have finished it, the application runs perfectly in the swing, if i deploy it using Java Webstart, the classes are not found,
    The classes for xercers and xalan or not understood by webstart, how do i include these classes too. Could any1 throw some light on how to use other classes too in webstart applications.
    thanks,
    Prashant.

    Depends on the version of the JRE you are supporting. If you are using 1.4 you should be able to get it to work with the classes shipped with it.
    If you really want to use the Xerces parser you will have to include the following in your .jnlp file.
    <jar href="xerces.jar" download="eager"/>
    <property name="javax.xml.parsers.DocumentBuilderFactory" value="org.apache.xerces.jaxp.DocumentBuilderFactoryImpl"/>
    This forces the runtime to use Xerces instead of a locally available XML parser.

  • PROBLEM : JWS & JNLP Used to Load Application To User System

    Please See The Following Page That has my Problem mentioned in Detail Regarding JWS & JNLP Problem.
    http://forum.java.sun.com/thread.jspa?threadID=782060
    Just Let me know the SOLUTION PLZ ! ! ! ITS UTMOST URGENT

    PLZ HELP THIS IS URGENT !1) Please stop SHOUTING at us, and realise that
    something that is URGENT to you is URGENT to
    you, but nobody else!
    2) If this problem is so urgent to you, it might have
    been a better idea to answer zadok's question than
    reply with a message shouting your urgency.
    For example, if you had said something like..
    "Sorry, I made that post on the other forum before
    I knew about this forum. This forum seems better
    for my question."
    You might have got response like ..
    "Sure. Please make sure you add a 'conclcusion'
    to the other thread, like 'message moved to XYZ forum'."
    (you might not get that response, as well, but it is
    always worth a try - also note the hints in the reply!)
    I have created a Download Manager Apllication using Swings.I do not know where the term 'Swings' originated,
    but note that it is the 'Swing' toolkit.
    I have deployed it using Java Web Start & JNLP.
    Now, I am facing the following problem for which I
    am not able to find any solution.
    HOW CAN I SAVE THE APPLICATION STATE ON LOCAL SYSTEM ???(again with the shouting..)
    The PersistenceAPI should be good for that.
    http://java.sun.com/j2se/1.5.0/docs/guide/javaws/jnlp/javax/jnlp/PersistenceService.html
    I have a sandboxed project that uses it to store
    the GUI state on shut-down and restore it at start-up.
    http://www.1point1c.org/spacesim/
    Note that while the applications launched by
    'spacesim.jnlp' uses the PS, it is
    a) not intended as an example of using the
    service, and the code is vastly more complicated
    than what you require for storing/restoring an URL
    and byte count.
    b) not available with 'support'.
    You might be able to find some better example of
    using the PersistenceService by searching either
    here or Sun's site on (something like)
    "PersistenceService example"
    If those search terms don't work for you, drop
    back into the forum and someone might be able to
    suggest better ones, or a direct link.
    But please stop shouting at us.

Maybe you are looking for

  • How I got the .4181 OS finally installed and running stable

    Hi folks, after a very long night shift, I am "proud" to announce that my Z10 is now running stable in 4181 without any missing functionalities. (even phone calls seem to work properly :-) ) Interested in how I got there, then just read on: IMPORTANT

  • Walking Dead Season 3 issues

    So I bought the season pass for this show a while back. Every time there was a new episode I would get it around the same time, but the season was weird and aired half at a time. So the second half started about a week about, and it's aired 2 episode

  • Switched to local language cause J4W hang

    Hi, I'm doing the PoC at customer site and got some feedbacks from users that when they switch to local language using grave accent jabber sometime will hang and they cannot do anything except to close jabber and reopen it. They're using Windows 7 SP

  • Source sysytem activation error

    Hi All, Production system source system is inactive. when i am trying to actvate, It is giveing below error.    Message                                           NO " Entry in inbound table not found".        414 " Entry in outbound table not found "

  • Authentication Login for Websites

    Has anybody having the Authentication Login box come up on Safari on your iOS device lately?  Below is a link to my Photobucket account with a screen grab of what I am talking about: http://i11.photobucket.com/albums/a169/JedRaybould/Mobile%20Uploads