Installing Java Development Pieces on Client

How do I install the missing java pieces on the client machine without installing an entire workflow/database instance?
I've installed Workflow 2.6.2 on a Linux server. I've installed the 9.0.2 client on my Windows laptop. I can connect to the server with workflow builder, etc.
Only problem is that none of the Java development pieces were installed on the client. So I cannot, for example, compile the WFTest.java application.

Robert,
You can copy the Jar files from your linux install onto your client oracle home.
Check OH/jlib for the jar files.
Cheers,
Raja

Similar Messages

  • How to install Java Development kit on RHEL 4.0 workstation

    Hi Guys,
    I'm new to java and not able to install java development kit on RHEL 4.0 system.
    I got tzupdater.jar file and confused what to do with it so that i acn succesfully use my JDK.
    Abhishek
    :(

    Simply go here and download the version you want (if you know how to use rpm, then get the rpm version, if not get the self extracting executable form). Then install by either using rpm or simply changing the mode of the downloaded file to make it executable and execute it.
    This is not rocket science.

  • Installing java development kit

    I have a fair amount of experience with java on machines at the university I attend, but am a little baffled as to how to install or what to install on my windows machine at home. I have installed both J2EE and the latest JDK successfully, but when I try to run the compiler javac in a command line, I am told that the command doesn't exist.
    The J2EE documentation doesn't say anything about this and I can't find where the JDK 5.o is installed. Can someone steer me in the right direction? Sun's development environment packaging is very confusing.
    Thanks,
    Mike

    The Installation Instructions for the Java 5 JDK explain what the SDK installs, where it installs it, and how to set Windows' PATH to include the various Java tools. A link to this document is immediately below the link you clicked to download the JDK. You should read it.
    None of this has anything to do with the J2EE product.

  • Unable to install Java 2 Platform Standard Edition Development Kit 1.4.2_11

    I am unable to install Java 2 Platform Standard Edition Development Kit 1.4.2_11 and NetBeans IDE 5.0 on Windows 98. I get the following message:
    Java 2 Platform Standard Edition Development Kit 1.4.2_11 cannot be installed on your computer because current account does not have sufficient privileges.
    I am trying to install at home, no network, and as far as I can tell, there is no way to give yourself "administrative privileges". Is Windows 98 not supported anymore?

    98SE is supported. See configuration requirements for the various versions.
    Try downloading Java and installing it, then go to the NetBeans site and downloading it and installing separately.

  • Does JDK (java development kit) already comes installed on the Macbook?

    Does JDK (java development kit) already comes installed on the Macbook?
    I was at the Oracle website and noticed they have a JDK version for Windows, Linux and Solaris, but I couldn't find one for Mac OS. How is possible to develop in Java if you are using a Mac? Does the JDK already comes with it?

    No.

  • Can I install Java Card Development Kit on Debian GNU\linux?

    if that can be posible, how can do it?
    Thanks. ;)

    Please help,
    I am new to Java.
    I want to develop java programs.
    I have Linux, (mandarake flavour) installed on my
    computer.
    I know that there are diffent linux flavors.
    I have to the development kit download at:
    http://java.sun.com/j2se/1.4/download.html
    the page has downloads for
    Windows (U.S. English only) N/A
    Windows (all languages, including English)
    Linux Red Hat shell script
    Linux GNUZIP Tar shell script
    SolarisTM SPARCTM 32-bit binary
    Solaris Intel tar.Z N/A
    Installation Instructions
    Does this mean that I cannot use java development kit
    for my Linux version?????
    If I can I guess with the download it will tell me how
    to do installation for Linux? (I know sometimes only
    provide installation for Linux)The JDK has been rename J2SE (ie J2SE is the development kit).

  • Java Development issue/differences between Core Duo and Core 2 Duo (??)

    Hi Everyone,
    I am a Java developer that uses my 17" MBP Core Duo for all of my development. Lately, I've been trying to use both the Glassfish Application Server V2 (from Sun) and Maven 2.09 from the Apache project. I have configured identical scenarios on my MBP Core Duo and on a 15" MBP Core 2 Duo.
    The scenario involves compiling and running some webservices (at least on the Core 2 Duo) in a local development environment. Both machines use the default JDK 1.5.0_13 installed on the machine.
    On the 17" Core Duo, issuing a "mvn install" command produces the following error:
    [INFO] Compiling 1 source file to /Users/john/downloads/soabook-code-20070504/chap07/endpoint-provider/modules/en dpoint/target/classes
    [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] Fatal error compiling
    Embedded error: Prohibited package name: java.lang
    [INFO] ------------------------------------------------------------------------
    [INFO] For more information, run Maven with the -e switch
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 12 seconds
    [INFO] Finished at: Fri Sep 05 07:09:06 CDT 2008
    [INFO] Final Memory: 9M/17M
    [INFO] ------------------------------------------------------------------------
    Running Maven with the "-e" switch turned on produces the following stacktrace:
    org.apache.maven.lifecycle.LifecycleExecutionException: Fatal error compiling
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecyc leExecutor.java:564)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(De faultLifecycleExecutor.java:480)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycl eExecutor.java:459)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailure s(DefaultLifecycleExecutor.java:311)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(Default LifecycleExecutor.java:278)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExe cutor.java:143)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
    at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
    at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
    at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
    Caused by: org.apache.maven.plugin.MojoExecutionException: Fatal error compiling
    at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java: 498)
    at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
    at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.j ava:443)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecyc leExecutor.java:539)
    ... 16 more
    Caused by: java.lang.SecurityException: Prohibited package name: java.lang
    at java.lang.ClassLoader.preDefineClass(ClassLoader.java:534)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:669)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at org.codehaus.plexus.compiler.javac.IsolatedClassLoader.loadClass(IsolatedClassL oader.java:56)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:675)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at org.codehaus.plexus.compiler.javac.IsolatedClassLoader.loadClass(IsolatedClassL oader.java:56)
    at org.codehaus.plexus.compiler.javac.JavacCompiler.compileInProcess(JavacCompiler .java:398)
    at org.codehaus.plexus.compiler.javac.JavacCompiler.compile(JavacCompiler.java:141 )
    at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java: 493)
    However, the exact same software setup on the Core 2 Duo produces this result (which I would expect on the Core Duo):
    [INFO] Installing /Users/john/Downloads/soabook-code-20070504/chap07/endpoint-provider/pom.xml to /Users/mjhart/.m2/repository/soabook/chap07-endpoint-provider/1.0/chap07-endpoi nt-provider-1.0.pom
    [INFO]
    [INFO]
    [INFO] ------------------------------------------------------------------------
    [INFO] Reactor Summary:
    [INFO] ------------------------------------------------------------------------
    [INFO] CHAP07-ENDPOINT-PROVIDER-WSDL2JAVA .................... SUCCESS [1:35.885s]
    [INFO] CHAP07-ENDPOINT-PROVIDER-ENDPOINT ..................... SUCCESS [7.221s]
    [INFO] CHAP07-ENDPOINT-PROVIDER-CLIENT ....................... SUCCESS [16.525s]
    [INFO] CHAP07-ENDPOINT-PROVIDER .............................. SUCCESS [1.597s]
    [INFO] ------------------------------------------------------------------------
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD SUCCESSFUL
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 2 minutes 1 second
    [INFO] Finished at: Fri Sep 05 07:07:23 CDT 2008
    [INFO] Final Memory: 16M/30M
    [INFO] ------------------------------------------------------------------------
    I have installed the same software versions and have the same configuration on a Windows desktop running XP SP2 and get the same successful result.
    Is this an issue between the Core Duo and Core 2 Duo? I can't see that it is since I don't believe the hardware influences the software to that degree. However, I am at a loss for what is causing the issue and the Apache Maven list insists that there are developers that are using Maven successfully on OS X.
    I really need to get past this issue, but I am at a loss. Please help.
    Thanks,
    John

    Have you repaired permissions? (/Applications/Utilities/Disk Utility.app)
    Are you sure you're using JDK 5? (Applications/Utilities/Java/Java Preferences.app or output of $ javac -version)
    --greg

  • Urgent Requirement : Sr.Java Developer

    Hi ,
    We have an urgent requirement for the position of Sr.Java Developer
    Location: Chicago, IL
    Duration : Straight Hire-Full Time
    Availability : Immediate
    Description:
    The primary role of the position is to design, develop and support application software for one or more business functions of the client.
    The role will be related to the processing of new business/clients and setting up relevant workflow and processes.
    This position is also related to ensuring integrity and quality in the technical development, security, and systems support practices.
    Technical skills:
     Proficient in J2EE design and development
     Experience with Spring, Struts, and Hibernate frameworks
     database Strong development and design. Preferably SQL Server
     Understanding of Service-Oriented Architecture using web services
     Solid experience in XML using XSD and XSLT
     Good understanding of data distribution protocols using FTP or E-Mail
     have Must also strong web programming skills (HTML, JavaScript, AJAX)
    for developing and maintaining web-based applications.
     Able to configure and install development tools and implement development environments
     Desired experience with Spring MVC
     Configuration management using Subversion
     Working knowledge of Linux and Windows
    Other skills, and abilities:
     sphere IBM Web Portal experience
     Self-managing, in a fast paced development environment.
     knowledge Extensive of software development life cycle and accepted practices.
     and Strategic analytical thinking skills with an ability to solve problems and make decisions.
     of Knowledge .Net (C#)
     in Effective communicating with, and interacting with fellow team members on a technical and non-technical level
     Understanding of financial products. (Futures, fixed income, equities, etc).
    Essential Functions:
     expertise Uses in appropriate techniques and tools to design, develop and maintain effective application software, reporting to technical lead.
     Participates to the development and implementation of standards related to the application development, security and system support activities.
     formal Performs and informal reviews of software development processes and products to ascertain quality and adherence to standards.
     Establishes and maintains control procedures for version control.
    Monitors and tracks quality related issues and problems through to resolution.
    Reports To: Technical team leader
    Works With: Customers, Business Managers, Functional Project Managers, Technical Project Managers, Developers
    Please send your updated resume ASAP.
    Thanks and Regards,
    AVVAL
    Mohammed Wajid
    Making IT Better
    Regency Towers Center
    Tower Floor
    1415 West 22nd Street
    Oak Brook IL 60523
    [email protected]
    http://www.AVVAL.com
    Dir:
    630.929.3096

    ¿do you need Functional Consultants? I mean people knowing at a great extent the main functionalities of Oracle Applications?
    If so, can you inform the modules?

  • ERROR after installing Application Development Runtime 11.1.1.5

    hi i have install Application Development Runtime 11.1.1.5 for jdev 11g release 2
    ofm_appdev_generic_11.1.1.5.0_disk1_1of1OracleFusionMiddleware11gRelease1 now when i try to open my jspx file my weblogic is 10.1.3 am on window xp am not able to do anything in my jedeveloper error is
    java.io.IOException: exception loading C:\JDeveloper\mywork\StoreFrontModule\StorefrontUI\public_html\home.jspx
         at oracle.ide.model.TextNode.openImpl(TextNode.java:535)
         at oracle.ide.model.Node.open(Node.java:1038)
         at oracle.ide.model.Node.open(Node.java:985)
         at oracle.ide.model.Node.ensureOpen(Node.java:2289)
         at oracle.ide.model.TextNode.acquireTextBuffer(TextNode.java:737)
         at oracle.bali.xml.addin.XMLSourceNode._getXmlContext(XMLSourceNode.java:1559)
         at oracle.bali.xml.addin.XMLSourceNode.getXmlContext(XMLSourceNode.java:182)
         at oracle.bali.xml.gui.jdev.JDevXmlContext.getXmlContext(JDevXmlContext.java:221)
         at oracle.bali.xml.gui.jdev.AbstractXmlVisualEditor.setContext(AbstractXmlVisualEditor.java:251)
         at oracle.bali.xml.gui.jdev.AsynchronousXmlVisualEditor.updateContextImpl(AsynchronousXmlVisualEditor.java:248)
         at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.updateContextImpl(AbstractWebAppEditor.java:241)
         at oracle.jdevimpl.webapp.editor.jsp.JspEditor.updateContextImpl(JspEditor.java:64)
         at oracle.bali.xml.gui.jdev.AsynchronousXmlVisualEditor.setDelayedContext(AsynchronousXmlVisualEditor.java:235)
         at oracle.bali.xml.gui.jdev.AsynchronousXmlVisualEditor$3$1.run(AsynchronousXmlVisualEditor.java:329)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
         at java.awt.EventQueue.access$000(EventQueue.java:85)
         at java.awt.EventQueue$1.run(EventQueue.java:603)
         at java.awt.EventQueue$1.run(EventQueue.java:601)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
         at oracle.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)
         at oracle.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
         at java.awt.Dialog$1.run(Dialog.java:1046)
         at java.awt.Dialog$3.run(Dialog.java:1098)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:1096)
         at java.awt.Component.show(Component.java:1585)
         at java.awt.Component.setVisible(Component.java:1537)
         at java.awt.Window.setVisible(Window.java:842)
         at java.awt.Dialog.setVisible(Dialog.java:986)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(JEWTDialog.java:395)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(JEWTDialog.java:356)
         at oracle.javatools.dialogs.ExceptionDialog.reallyShowExceptionDialog(ExceptionDialog.java:294)
         at oracle.javatools.dialogs.ExceptionDialog.showExceptionDialog(ExceptionDialog.java:229)
         at oracle.javatools.dialogs.ExceptionDialog.showExceptionDialog(ExceptionDialog.java:311)
         at oracle.ide.model.TextNode$1.run(TextNode.java:1781)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
         at java.awt.EventQueue.access$000(EventQueue.java:85)
         at java.awt.EventQueue$1.run(EventQueue.java:603)
         at java.awt.EventQueue$1.run(EventQueue.java:601)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
         at oracle.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)
         at oracle.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
         at java.awt.Dialog$1.run(Dialog.java:1046)
         at java.awt.Dialog$3.run(Dialog.java:1098)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:1096)
         at java.awt.Component.show(Component.java:1585)
         at java.awt.Component.setVisible(Component.java:1537)
         at java.awt.Window.setVisible(Window.java:842)
         at java.awt.Dialog.setVisible(Dialog.java:986)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(JEWTDialog.java:395)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(JEWTDialog.java:356)
         at oracle.javatools.dialogs.ExceptionDialog.reallyShowExceptionDialog(ExceptionDialog.java:294)
         at oracle.javatools.dialogs.ExceptionDialog.showExceptionDialog(ExceptionDialog.java:229)
         at oracle.javatools.dialogs.ExceptionDialog.showExceptionDialog(ExceptionDialog.java:311)
         at oracle.ide.model.TextNode$1.run(TextNode.java:1781)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
         at java.awt.EventQueue.access$000(EventQueue.java:85)
         at java.awt.EventQueue$1.run(EventQueue.java:603)
         at java.awt.EventQueue$1.run(EventQueue.java:601)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
         at oracle.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)
         at oracle.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
         at java.awt.Dialog$1.run(Dialog.java:1046)
         at java.awt.Dialog$3.run(Dialog.java:1098)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:1096)
         at java.awt.Component.show(Component.java:1585)
         at java.awt.Component.setVisible(Component.java:1537)
         at java.awt.Window.setVisible(Window.java:842)
         at java.awt.Dialog.setVisible(Dialog.java:986)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(JEWTDialog.java:395)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(JEWTDialog.java:356)
         at oracle.ideimpl.feedback2.client.ui.CustomerFeedbackDialog.runDialog(CustomerFeedbackDialog.java:110)
         at oracle.ideimpl.feedback2.client.FeedbackManagerImpl.showCustomerFeedbackDialog(FeedbackManagerImpl.java:525)
         at oracle.ideimpl.feedback2.client.FeedbackManagerImpl.showFeedbackDialog(FeedbackManagerImpl.java:360)
         at oracle.ideimpl.feedback2.client.FeedbackManagerImpl$2.run(FeedbackManagerImpl.java:238)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
         at java.awt.EventQueue.access$000(EventQueue.java:85)
         at java.awt.EventQueue$1.run(EventQueue.java:603)
         at java.awt.EventQueue$1.run(EventQueue.java:601)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
         at oracle.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)
         at oracle.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: java.lang.NullPointerException
         at oracle.jdevimpl.xml.DescriptorNode.getWhitespaceHandler(DescriptorNode.java:551)
         at oracle.jdevimpl.xml.DescriptorNodeDomIO.load(DescriptorNodeDomIO.java:195)
         at oracle.jdeveloper.xml.BindingIO.load(BindingIO.java:65)
         at oracle.jdevimpl.xml.DescriptorNode.getNewDescriptorImpl(DescriptorNode.java:742)
         at oracle.jdevimpl.xml.DescriptorNode.getDescriptor(DescriptorNode.java:197)
         at oracle.jdeveloper.xml.j2ee.war.WebAppNode.getWebApp(WebAppNode.java:210)
         at oracle.jdevimpl.xml.j2ee.war.WebAppNodeUtils.getJspPropertyGroup(WebAppNodeUtils.java:38)
         at oracle.jdevimpl.webapp.jsp.JspUtils.getPropertyGroup(JspUtils.java:246)
         at oracle.jdevimpl.webapp.jsp.JspUtils.getPropertyGroup(JspUtils.java:228)
         at oracle.jdeveloper.model.JspSourceNode.getEncoding(JspSourceNode.java:114)
         at oracle.jdevimpl.webapp.html.HtmlSourceNode._getEncoding(HtmlSourceNode.java:413)
         at oracle.jdevimpl.webapp.html.HtmlSourceNode.createReader(HtmlSourceNode.java:307)
         at oracle.ide.model.TextNode.loadTextBuffer(TextNode.java:290)
         at oracle.ide.model.TextNode.openImpl(TextNode.java:523)
         ... 110 more
    Edited by: Tshifhiwa on 2012/02/17 4:53 PM
    Edited by: Tshifhiwa on 2012/02/17 4:54 PM

    did u delete the correct system folder.. it will create different system folder for different version.
    and are you deleting at the right place.?
    C:\Documents and Settings\{user_id}\Application Data\JDeveloper
    for the first time yes jdev will create the Default Domain for you.. and that domain is for weblogic 10.3.5

  • Error installing Application Development Runtime

    hi am trying to install Application Development Runtime which i download from http://www.oracle.com/technetwork/developer-tools/adf/downloads/index.html ,am geting this error when i click setup.exe
    .ERROR:Provide the JDK/JRE location while lauching the installer. Invoke the setup.exe with -jreLoc<JDK/JRE location absolute path> parameter(s)
    PATH=C:\OracleClient32;C:\app\10017134\product\11.2.0\dbhome_1\BIN;C:\DevSuiteHome\jdk\jre\bin\classic;C:\DevSuiteHome\jdk\jre\bin;C:\DevSui
    teHome\jdk\jre\bin\client;C:\DevSuiteHome\jlib;C:\DevSuiteHome\bin;C:\DevSuiteHome\jre\1.4.2\bin\client;C:\DevSuiteHome\jre\1.4.2\bin;C:\Dev
    SuiteHome;C:\app\10017134\product\11.2.0\dbhome_1;C:\Windows\System32;C:\Windows;C:\DevSuiteHome\BIN;C:\app\10017134\product\11.2.0\dbhome_1
    \NETWORK\ADMIN;C:\Oracle\Middleware\jdk160_24
    i do have java in my machineEdited by: adf009 on 2013/01/28 10:07 AM

    Where all are you using hibernate files?
    As a workaround reset/restart all the instances and check if it works.
    Also, clear the cache and tmp for weblogic server and give a try.
    Hope this helps.

  • JavaService - can install java program into win2k service, but cannot run

    i have a JavaService problem: i can install java program into win2k service, but cannot run
    the version of javaservice is 2.0.7.0
    the following is the message:
    C:\DailyUpdate\dist>JavaService.exe -install DailyUpdate C:\Program Files\Java\j
    dk1.5.0_05\jre\bin\client\jvm.dll -Djava.class.path=C:\DailyUpdate\dist\ftpbean.
    jar;C:\DailyUpdate\dist\mysql-connector-java-3.0.10-stable-bin.jar;C:\DailyUpdat
    e\dist\DailyUpdater.jar -Xms16M -Xmx64M -start DailyUpdateHandler -params C:\Dai
    lyUpdate\dist -out C:\DailyUpdate\dist\logs\out.log -err C:\DailyUpdate\dist\lo
    gs\err.log
    The DailyUpdate automatic service was successfully installed
    The DailyUpdate service is starting.
    The DailyUpdate service could not be started.
    The service did not report an error.
    More help is available by typing NET HELPMSG 3534.

    I might be doing some programming for my company soon
    which will require a program to monitor a database
    and whenever there is a change to certain fields, it
    must copy certain fields into another database. When I see "whenever thiere is a change to certain fields" I tend to think "triggers" - but maybe this won't work for you 'cause of the "another database" part. And the fact that triggers are inherently evil.
    [snip]
    Is it possible to run a Java program as a windows
    service? And if so then how would you go about it? I'd hit Google - there're a couple ways to do this.
    [snip]
    Also,...if I were to use one of those programs which
    can make an .exe of a Java program, then do you still
    require the JRE to be on the machine? It depends on how you did the conversion. If you compile to native then no, if you just wrap up a JRE then yes.
    Why I ask is
    that I occasionally get asked to do small development
    projects for my company, but we are a microsoft
    partner and therefore do all the development in C#
    and the like. So I would like to just implement as
    many things in Java as I can, just to show everyone
    that Java can do exactly what C# can do. But its
    difficult to convince people of this since I always
    require the JRE and they dont. Of course, they require the .NET framework and you don't. And last I looked that thing was around 23 Meg.

  • ZAC looks for Java Development kit

    Is it true that ZAC needs Java Developmement kit installed on the client?
    Because my ZAC client got the following error:
    overallfound JAVA_HOME for JavaSoft VM: D:\Program Files\JavaSoft\JRE\1.3
    couldn't load Sun VM: 'Sun VM libraries do not exist/cannot be loaded in
    JAVA_HO
    ME D:\Program Files\JavaSoft\JRE\1.3\bin\javai.dll'
    Cannot load a suitable Java VM: error cannot load VM with order preference
    'S',
    exiting
    When I reinstall JDK it is okay. When I rename the registry key 'Java
    Development Kit' to something else it stop working again. Rename it back
    makes it works.
    But I don't know why ZAC need JDK since I only want end user install JRE
    instead.
    Thanks.

    paycity wrote:
    Java Development Kit is under the GNU General Public License (GPL), thus making it free software.The Sun JDK is not under the GPL, it's under a proprietary license, but is available without cost.
    The OpenJDK is under the GPL (with the classpath exception)
    I searched on the internet and many people says: Java Development Kit is under the GNU General Public License (GPL) and You don't can to distribute your programs compiled with Java Development Kit as a commercial software or to sell a product written in javaThey are wrong. The license of the software only governs how you may use it and what you can do with its source code. It does not restrict what you can do with the things you build with it (as long as you don't use parts of the JDK itself in your product)
    , You need a business license if you want to sell a product written in java, I mean: You must to buy: Java for Business JDK/JRE. This information is true?No.
    [Java for Business|http://www.sun.com/software/javaforbusiness/index.jsp] is a program by Sun/Oracle that allows you to buy support for the JDK. For example it allows you to use (and be supported with) the JDK 1.4.2, which is otherwise at its end-of-life.
    You don't need to buy that if you just want to build and sell software using the JDK.

  • In Portal (Java Development)

    Dear members of hte group
    in order to get java development button in EP
    what should i install
    ( now i installed EP6 sp 9 having SAPDB )
    and i uploaded  pdk60.90 file through SDM)
    plz ans this
    regards
    satish

    this a repeat posting for same question
    Java development button
    Daniel, In EP6 SP4(WAS 6.4) PDK is installed via SDM. Assign yourself java development role.

  • Uninstalled Java 6, installed Java 7, keep getting requests to install Java SE 6 plugin. Why?

    Because of the security issues with Java, I uninstalled Java 6 (using various terminal commands) and installed Java 7 from Oracle's website. Looking at /Library/Internet Plug-Ins, I can see that JavaAppletPlugin.plugin is there, and Get Info tells me that it is part of Java 7 Update 09.
    However, when I use Safari to try out a Java test page, or use one of the Java-based programs that I need to run for work, I get a message that says, "To open “PluginProcess,” you need a Java SE 6 runtime. Would you like to install one now?"  (PluginProcess is replaced by the program name if I am running a Java program.) If I click "Install", the Apple version of Java 6 gets installed.
    This doesn't make sense to me. Why would Java 7 need the Apple Java 6 environment? And why doesn't Safari or other Java based programs recognize that the Java 7 JavaAppletPlugin.plugin is on my computer already?
    Although I'm not really an IT person, I am pretty handy with the Terminal and command line operations, so if fixing this means using the command line, I'm good with that.
    Thanks!

    I think I've found a solution to the problem that Java Applications doesn't use Java 7. This seems to work for me. Try it and please confirm if it works for you.
    1.
    Install Java SE Development Kit 7u9 from Oracle
    http://www.oracle.com/technetwork/java/javase/downloads/jdk7u9-downloads-1859576 .html
    2.
    Execute something that triggers the prompt to install Java SE 6. for example i web site using java applet. And follow through with the installation. (after this you will have three java versions: Java6 32-bit, Java6 64-bit, Java7 64-bit)
    3.
    Open a new terminal window and execute the following commands.
    $ cd /System/Library/Frameworks/JavaVM.framework/Versions
    $ sudo rm CurrentJDK
    Password: ********
    $ sudo ln -s /Library/Java/JavaVirtualMachines/jdk1.7.0_09.jdk/Contents/ CurrentJDK
    $ sudo ln -s CurrentJDK 1.7
    $ sudo ln -s CurrentJDK 1.7.0
    Note: I don't know if the last two lines are necessary, but I just tried to follow the existing pattern.

  • Error while installing SAP Developer Workspace SR1 (MAXDB)

    When I was trying to install SAP Developer Workspace SR1 (MAXDB), I encountered the following error in the Step of "Import Java Dump":
    ERROR 2007-01-24 13:43:20
    CJS-30049  Execution of JLoad tool 'C:\j2sdk1.4.2_09\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\DEVWP\MAXDB\install\sharedlib\launcher.jar" -showversion -Xmx512m com.sap.engine.offline.OfflineToolStart com.sap.inst.jload.Jload "C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MAXDB/install/lib/iaik_jce.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MAXDB/install/sharedlib/jload.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MAXDB/install/sharedlib/antlr.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MAXDB/install/sharedlib/exception.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MAXDB/install/sharedlib/jddi.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MAXDB/install/sharedlib/logging.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MAXDB/install/sharedlib/offlineconfiguration.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MAXDB/install/sharedlib/opensqlsta.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MAXDB/install/sharedlib/tc_sec_secstorefs.jar;C:\sapdb\programs\runtime\jar\sapdbc.jar" -sec J2E,jdbc/pool/J2E,
    PC144942389585/sapmnt/J2E/SYS/global/security/data/SecStore.properties,
    PC144942389585/sapmnt/J2E/SYS/global/security/data/SecStore.key -dataDir "F:/NW04s SR1 Workplace/51031694_4/DVD_NW_2004s_SR1_Developer_Workplace\JAVA_EXPORT\JDMP" -job "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\DEVWP\MAXDB\IMPORT.XML" -log jload.log' aborts with return code 1.<br>SOLUTION: Check 'jload.log' and 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MAXDB/jload.java.log' for more information.
    ERROR 2007-01-24 13:43:21
    FCO-00011  The step importJavaDump with step key |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|9|0|NW_Jload|ind|ind|ind|ind|9|0|importJavaDump was executed with status ERROR .
    I believe it is related to the MaxDB installation. But I can't figure out the reason that cause the errors.
    Please advise me how I can complete the installation.
    Thanks.
    Kent
    null

    HI
    If i remember correct , Installation will ask you for MaxDB user ids , it will give errors latter if you give lengthy user ids ( i think >8 or 9  ) . So try not to give lengty ids also check your host name. Looks like that also too long
    Thanks
    Prince

Maybe you are looking for

  • PAvilion dv6, fan not working correctly?

    Was on my laptop, it shut down randomly, notification popped up saying fan was not working correctly. Is there a way to fix this? Or will it have to be sent away?

  • How do i find out about my account getting messed with ?

    Facebook, pictures,information, password... Theu used my phone # to get into my account..

  • Whether the table 'B' will get update

    Hi Guys, In forms 6i , i have code like, when hitting the save button, on-insert trigger in block 'A' should insert data into table 'A' and the same time on-insert trigger in block 'B' should update data in table 'B' . The question is whether the tab

  • Syncing Apps - wha??

    I'm not sure when this happened but I just noticed on my iphone that when I connect it to itunes it isn't syncing anything - music or apps. I tried to tell it to sync apps because I purchased a new app I wanted on another device -it told me if I sync

  • Unwanted Information Box suddenly appears On-Screen

    Without doing anything different, I now have a small, expandable box on screen that's completely independent of any App. I don;t know how it got there and I cannot close it. It will expand, and I can move it anywhere on my screen. Inside is text expl