Making Java tools available

Hi,
I am having trouble with my Java tools.
I am only able to run programs like javac, rmic, rmiregistry
from the bin directory. (c:\jdk\bin) The directory where they
are stored. I cannot run these programs from sub-directories of bin
or any other location.
I believe this is creating a problem in my RMI application which
requires the rmiregistry program to be run in the directory containing
the Stub class.
How can I make these programs runnable from the command line
in any directory?
Any help is greatly appreciated.
I am using Microsoft Windows 2000.
Christian

Check your system PATH variable and make sure it includes c:\jdk\bin.

Similar Messages

  • What are the reporting tools available for Java applications??

    hi..
    please tell me some reporting tools available for java applications.... if there are some, please mention how to find their documentation????

    http://jasperreports.sourceforge.net is a nice one, there is also a link to a graphical design tool.

  • Time Machine gets stuck on 'Making Backup Disk Available'

    This has been happening a few days now. Time machine kicks off a backup but it never gets anywhere. It just keeps spinning and saying 'Making Backup Disk Available'
    The log says only:
    Starting standard backup
    Attempting to mount network destination using URL: afp://[email protected]/Jim's%20Time%20Capsule
    Mounted network destination using URL: afp://[email protected]/Jim's%20Time%20Capsule
    I tried to use Disk Utility to repair the sparsebundle and although it says it needs to be repaired, when I click repair it quickly says it 'Volume Repair Complete' but then gets stuck on ''Updating Boot Support Partitions for the volume as required'. I left it on all night to see if it would ever finish and it never did.
    Where do I go from here?
    Thanks

    Where do I go from here?
    if disk utility can not repair the sparse bundle you can try repairing it with disk warrior or a similar tool. if that does not work either you need to trash the sparse bundle and start backups from scratch. there isn't anything else you can do.
    Thanks

  • Designer 6i + 9i: Java tools (Version History etc) do not work in 9i

    1.
    I have installed both Designer 6i (4.2) and 9i in different homes.
    6i works fine, but in the 9i installation the java tools, such as Version History Viewer etc. do not work. The java classes cannot be found.
    Any suggestions?
    2.
    6i R4.2 and 9i seem to work against the same repository version, so I can use 6i for the missing parts. Will this be working still after future patches of 9i?
    I need the combined 6i/9i installation because my laptop is used both for (6i) training and 9i development.

    Hi Peter,
    1) This is most probably caused by your java class path being longer than
    999 characters. We are aware of this problem and it is recorded as a bug.
    Simply reduce the length of your class path to less than 999 characters
    and the Java tools should start OK. The offending Registry variable you
    are looking for is:
    HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME0\REPADM61\DEFAULT_JVM_PARAMS_THIN_JDBC
    JVM_CLASSPATH_DEFAULT_THIN_JDBC
    There is an also one or two issues with the JDBC thin drivers used and
    the 'increased sensitivity' of the 9i database tnsnames.ora file content
    and structure. The Release Notes for Designer 6i Release 4.3/9i Designer
    9.0.2.1.0 should more details on this and available workarounds.
    I suggest you look at these and implement the tnsnames.ora workaround at
    least, in order to protect against future connection problems. By the way
    - 8.1.7 works fine with respect to these connection issues.
    2) Please see this post from this forum for more details =>
    Re: Oracle 9i database problem
    Hope this helps.
    Regards,
    Dominic
    Designer Product Management
    Oracle Corp

  • Java tools or toolkit for Contract-first Web services development

    hi,
    I have just started on Web Services and during my internship I was encouraged to develop Contract-First web services inspite of the fact that the Java implementation is available in place. I was trying to search internet for any tools that have the facility to generate the WSDL given the XML schema in Java, but in vain.
    So I have come here to the place of Java experts to guide me if there are any such tools for generation of WSDL from the xsd schema.
    PS: I cannot use Code-first even though the Java implementation is already available to me even though it is more wide-spread and has tools available.
    Edited by: JavaWS_newbie on Jun 4, 2008 9:46 AM

    hi,
    I have just started on Web Services and during my internship I was encouraged to develop Contract-First web services inspite of the fact that the Java implementation is available in place. I was trying to search internet for any tools that have the facility to generate the WSDL given the XML schema in Java, but in vain.
    So I have come here to the place of Java experts to guide me if there are any such tools for generation of WSDL from the xsd schema.
    PS: I cannot use Code-first even though the Java implementation is already available to me even though it is more wide-spread and has tools available.
    Edited by: JavaWS_newbie on Jun 4, 2008 9:46 AM

  • Mapviewer pure Java tool?

    Hello all,
    As a general question:
    I've read that,
    "Since MapViewer is a pure Java tool, it can run on any platform where Java is available."
    Does this mean I could run mapviewer on Tomcat instead of OC4J?

    Great question. Although it's technically possible to run MapViewer on a non-Oracle J2EE container (others have certainly done this), MapViewer is licensed with Oracle Application Server. Hence, even in a Tomcat environment, you would be legally obligated to purchase licenses of Oracle Application Server to run MapViewer in production. That said, as far as support streams go, Oracle can really only support MapViewer installations and configurations on supported platforms. So, if you have installation/configuration issues while running on a non-Oracle platform, you would most likely have to find your own answers from chat boards and forums. Hope this helps.
    -Justin

  • Tools available to load/performace test

    Hello,
    What are some of the tools available to load test E Business Suite (11.5.10.2)? We would like to test both the browser based applications as well as java applet based applications (base apps).
    Load Runner seems to be very expensive.....
    Hope to hear back on this soon.
    Thanks
    Piyush

    Hi,
    Have you tried using MS-Excel based template that uses macros ? It in itself would help in measuring timings, but does allows posting a batch load of txns in Apps - if you can derive the timings from some other tool.
    Rgds,
    Rakesh.

  • External Java Tools

    I know that you can make external tools available from JDeveloper by adding them with the external tools wizard. If the external tool is written in java, you can set that up as an execution of java.exe with the proper classpath and other command line options.
    Considering that JDeveloper is itself written in jave and running in a JVM, is there a way to configure an external tool to just run under the current instance of the JVM?
    To be more specific, I would like to set up Axis in JDeveloper, and would like to use the WSDL2Java tool to generate java files in the current project. Maybe this would be better done as a JDeveloper extension, but I am too inexperienced as a java programmer to want to try to upe the Extension SDK.

    Funny you should ask about building clients to web services, for that is exactly how I came to want to use Axis. I am building a client to the Microsoft MapPoint Web Service, and started by feeding its WSDL to JDeveloper 9.0.2.5's stub building wizard, and later to JDeveloper 10.1.3 preview edition's JAX-RPC stub building wizard.
    The problem is that this web service requires http DIGEST authentication. I know that this is non-standard, but hey, it is Microsoft, they can do what they want. None of the web service client code generated by various JDeveloper versions can do DIGEST authentication; they only do BASIC authentication.
    Microsoft's example of how to use the MapPoint Web Service from Java uses AXIS. AXIS can't do DIGEST authentication either, but at least AXIS gives you a place to replace the default classes that make the http connection and transmit and receive the SOAP data. Microsoft's example gives code for such a replacement class that can do the DIGEST authentication and tells you how to configure AXIS to use it.

  • What are the different kinds of tools  available to cleanup the siebel file

    Hi All,
    Please let me know What are the different kinds of tools available to cleanup the siebel filesystem.
    Thanks in advance
    Tusar

    assuming that you installed Siebel Server under d:\D:\dba81
    cd D:\sba81\siebsrvr\bin
    1) reporting mode
    sfscleanup.exe /u SIEBEL-USER /p SIEBEL-PASSWORD /C SIEBEL-DATA-SOURCE /d SIEBEL-TABLE-OWNER /f SIEBEL-FILE-SYSTEM /m SIEBEL-FILE-SYSTEM-FOR-INCORRECT_FILES /r Y /x "D:\sba81\siebsrvr\log\sfscleanup_report.log"
    2) Real execution
    Replace /r Y by /r N
    Best Regards
    EvtLogLvl

  • What are the third party tools available for Encryption in Oracle database?

    Dear All,
    Can you please help me with the below question?
    What are the third party tools available for Encryption in Oracle database? Please let me know if you know their feedback and also licensing/cost information

    Why would you spend money to purchase a third-party tool that will be, almost by definition, less secure than the tools inside the product you already own and paid for?
    http://www.morganslibrary.org/reference/pkgs/dbms_crypto.html
    But were I to have any to recommend one I would not do so without knowing information you seem to consider unimportant such as:
    1. Operating system
    2. Database edition and version
    3. What type of data needs to be secured
    4. What level of security is required

  • What are all database monitering tools available in oracle

    what are all database monitering tools available in oracle

    Monitoring Database Operations
    Monitoring and Tuning the Database
    Oracle Database Online Documentation 11g Release 2 (11.2)

  • What are the better load/performance testing tools available for Flex Application with BlazeDS RO?

    In my application is designed with Flex3, ActionScript3, BlazeDS Remote Objects.
    Just i tried with OPENSTA but i cant do the dynamic parameterization in their generated scripts because the response of the calls is binary values and also we cant get the response using with SCL language.
    While testing with OPENSTA with HttpService, i can do the dynamic parameterization and got the response.
    can give the information about the below questions
    whether we can do dynamic parameterization with OPENSTA for Flex Remote objects?
    and  what are the better load/performance tools available for Flex Remote Objects?

    Your approach is fine, depending on how many and what type of CFCs you are talking about. If they are "singletons" - that is, only one instance of each CFC is needed to be in memory and can be reused/shared from multiple parts of your application - caching them in the application scope is common.  Just make sure they are thread safe ("var" or local.* all your method variables).
    You might consider taking advantage of a dependency injection framework, such as DI/1 (part of the FW/1 MVC framework), ColdSpring, or WireBox (a module of the ColdBox platform that can be used independently).  They have mechanisms for handling and caching singletons.  Then you wouldn't have to go to the application scope to get your CFC instances.
    -Carl V.

  • Is there a tool available that can be executed by another process to scale the actual size of a PDF?

    Is there a tool available that can be executed by another process to scale the actual size of the printed PDF file by X%?  We are attaching PDF files to printed output using the Oracle DocuMaker product, and are running into margin issues with the attached PDF.  We need to keep a 3/4 inch margin on our pages for sorting/finishing equipment, and the attached PDFs do not all conform to our margin requirements.

    What email program are you using? And what do you mean by "Safari mail"?

  • Tools available to extract  documents from SAP document management system

    Hi ,
    Can anybody provide some valid information on
    Tools available to extract the documents and their associated meta data from SAP Document Management system and DIR (Document Information Record) to non SAP document management sysyem ?
    Thanks..

    Hi,
    On ALE / EDI interface, you can use Message DOCMAS for triggering the outbound IDocs, you can use Program: RBDSEDOC
    For ALE / EDI Configuration, you can refer the book by Arvand Nagpal which is a step by step guide.
    Hope this helps.
    Best Regards, Murugesh AS

  • Is there a ruleset comparison tool available in the market?

    Dear all,
    I wanted to know if there is a SAP GRC ruleset comparison tool available in the market? As a part of our audit requirement, I would need to compare our current rulesets with the ones from last quarter - To identify any changes/enhancements.
    I know Bizrights Approva supports a comparison tool called ExamXML where we can perform a comparison of 2 XML files and figure out the differences/ changes.
    Please let me know if any of you has used such a tool for GRC ruleset comparison.
    Thanks,
    Kunal

    >
    Kenguru wrote:
    > As a part of our audit requirement, I would need to compare our current rulesets with the ones from last quarter - To identify any changes/enhancements. > Kunal
    If any auditor is comparing sap delivered rule sets with a companies' grc rule sets (without deep investigations) and reporting the differences in his/her audit report (as white spaces)  then the auditor is doing it the wrong way.
    The auditor should be aware of the following facts:
    1. SAP delivered rule sets are mere best practices (only starting point)
    2. Most of the customers modify/update the rule sets as per their requirements
    3. Organizational rules are created by customers differently
    4. Some customers don't even choose sap delivered rule sets and completely create their own.
    So the difference between rule sets is obvious, but these findings may or may not be entirely appropriate to reach to a conclusion for audit purposes.
    Best Regards,
    Amol Bharti
    http://amudee.com

Maybe you are looking for

  • EXCEPTION_ACCESS_VIOLATION in Window XP

    My application works fine with Windows 2000. When I purchased a new computer with Windows XP I encountered a very troubling error. My program ran without generating any error messages, but I discovered that it stopped writing data to file at a seemin

  • How do I add second email account in iPhoto on my iPad?

    I have a new IPad that I use for personal and work. I installed the $5 iPhoto app on the iPad and I can email photos, but only using my personal gmail linked to my iTunes. How can I add my work email to iPhoto so that I can send photos from my work e

  • Misguided BT Loyalist trying to leave

    I have reached the end of the line with BT simply because no package exists any more for people like me. I make very few social calls of more than a few minutes duration and have absolutely no need for free weekend or evening calls whatsoever, I norm

  • Web Service operation not successful and more errors

    LS, Does anyone have a clue what is going on here, when I try to deliver an epub?

  • Why no Polygon2d? Is GeneralPath the alternative?

    In Java2D all the old shapes got new Shape versions with double precision - except for Polygon. Id like to have a Polygon that uses double precision. Im thinking that maybe they didnt update Polygon because GeneralPath should be its replacement in Ja