Looking for batch file to use when setting up Java on an XP machine

Hey Everyone,
I am trying to get my hands on a batch file that will effectively :) set up the Java Variables on an XP machine. I don't know if this is even possible but I have to assume that it is. The thing is I am studying for Java Certification at the moment, and every day I am on a different computer at my place of study. I carry a copy of the latest jsdk with me on a flash drive and it would be really handy if I had a batch file that I could run and just be done with the setup! I seem to be wasting at least half an hour a day trying to get java going!!! So any help will be much appreciated. Thanks heaps.
Regards
Davo

assuming the j2sdk install file on disk is installJava.exe, the master setup file (setupJava.bat) would look like this:
::java home is the folder in C drive where java's files are
:: run installation for jsdk and jre
installJava.exe
:: set variables
set javahome=c:\j2sdk1.4.2_03
path=%path%;c:\javahome\bin
:: if you add security providers
path=%path%;c:\javahome\jre\lib\ext
:: may help with certificate verification
path=%path%;c:\javahome\jre\lib\security

Similar Messages

  • I cannot update the iphoto ap on my mac os x because it looks for the ID I used when buying it and I forget the password to that

    I cannot update the iphoto ap on my mac os x because it looks for the ID I used when buying it and I forget the password to that email.
    The emails is obsolete so I cannot get the password from the service provider.
    I have another Apple ID and password which I use - but it won't let me update the iPhoto I bought with THIS cMac

    Content and Apple IDs -
    Content is forever tied to the Apple ID that bought it. Apple does not transfer content from one Apple ID to another. Apple does not merge Apple IDs. You will never be able to access your content bought with one Apple ID with a new Apple ID.

  • I have a large library that I ripped in AIFF using iTunes.  I converted to Mp3 to save drive space, keeping the originals. I have a new computer and want to revert to my original files. iTunes sees the library but is looking for Mp3 files.  Suggestions?

    I have a large library that I ripped in AIFF using iTunes.  I converted to Mp3 to save drive space, keeping the originals. I have a new computer and want to revert to my original files. iTunes sees the library but is looking for Mp3 files.  Suggestions?

    You're welcome.
    For tips on logical organization within iTunes see my article on Grouping Tracks Into Albums.
    tt2

  • The Wifi storage options are interesting but it seems they only allow to read files from the device on the iPad but not transfer files to the storage device via WiFi.   I'm looking for a possibility to use the iPad for photography while traveling, without

    the Wifi storage options are interesting but it seems they only allow to read files from the device on the iPad but not transfer files to the storage device via WiFi.
    I'm looking for a possibility to use the iPad for photography while traveling, without the access to a computer.
    Shooting photo's in RAW format crates pretty big files that will fill up the iPad's memory pretty fast if you shoot a lot during a (let's say) month long trip.
    my idea was to use load the photo's to the iPad so i could view them and sort out any bad ones. then copy them over to the storage device so i can continue using my CF cards for shooting. I have an image thank for copying the photo's directly to the HDD but it would be so sweet to be able to check them on the iPad before hand.
    any suggestions?

    Check out pogo plug device, it allows you to upload camera roll via wifi.

  • Using cRIO Profibus master/slave module with Siemens device. Looking for GSD file

    Using cRIO Profibus master/slave module with Siemens device. Looking for GSD file. Would NI or Siemens be able to provide this?

    Hey Kurt,
    For Profibus, only the slave needs to be defined with the GSD file, so you would likely get that from Siemens if their device is acting as the Slave in this setup. If you are using the NI Profibus module as a slave, then the GSD is automatically included with the driver.
    Take a look at the following article for more info on how to use the included GSD file.
    CompactRIO PROFIBUS DP:
    http://download.ni.com/support/softlib//embedded%20networks/NI-Industrial%20Communication/profibus/n...
    Regards,
    Ryan

  • Acrobat looking for joboptions file in a user folder that doesnt exist

    I have a user that has Acrobat Pro XI installed on her machine. When she tries to create a pdf using Adobe PDF as the printer option, it produces an error that it cannot file the PDF_1.joboptions file. The error message indicates that it is looking for that file, in a User appdata folder, for a user account that doesn't exist, nor can it be made to exist on the machine. I have already attempted a repair of the installation... and I also have completely uninstalled and reinstalled the software and it is still looking in the same location. Is there a registry key that can be altered for this, or a setting in Distiller or elsewhere to fix where Adobe PDF looks for this joboptions file? Thank you,
    Matthew M

    Hi Matthew ,
    Please refer to the following link and see if it fixes the issue.
    Re: Selected PDF Job Option doesn't exist...
    Could you please also share the error message so that we can replicate this issue.
    Regards
    Sukrit Dhingra

  • AccessControlException -- Where is it looking for my file?

    I developed part of my program using WebGain, but at my house I'm using NetBeans.
    My program (which consists of three .java class files) is using a FileReader to read in a file called "courses.txt".
    Example code:
    BufferedReader inStream = new BufferedReader (new FileReader("courses.txt"));
    When it goes to open this file, it throws an "AccessControlException".
    My courses.txt is located in the same directory as my .java files. Is this incorrect? I've tried renaming the courses.txt file to see if it sees the file at all, but it STILL gives me an AccessControlException even when the file is no longer present.
    So, where is NetBeans (my java program) looking for my file?

    I'm reading in the file from a set file name. I don't
    want the user to be able to select it.
    I'm getting an error when I do the following (as you
    suggested):
    BufferedReader inStream = new
    BufferedReader(getClass().getResourceAsStream("/courses
    txt"));
    The error I get is "cannot resolve symbol".Is the above line within a non-static method? If not, then replace "getClass()" with [yourclassname].class
    Also, you'll have to play with the API. Since getResourceAsStream returns an InputStream (not a Reader), you may have to wrap it with an InputStreamReader as well.
    >
    Also, how would I load an image using that method?The Image API have methods/constructors taking file names, as well as URLs. To load from the classpath, use the ones taking a URL. So, for example, instead of Image("fileName"), use Image(getClass().getResource("/filename"))

  • Looking for a file manager with these features:

    Hi everyone,
    I'm looking for a file manager that has the following features (in that order of importance):
      - Designed with keyboard users in mind (but full mouse support also)
      - Easily configurable
      - Supports copying, moving, deleting and the usual operations
      - Good search functionnality
      - Can see a lot of files at once, does not take up too much room on screen
      - Can tie certain file types to applications (ex. open .avi files with video player)
      - Nice to look at
      - [opt.] Can preview pictures (thumbnails or a preview pane)
    Does such a file manager exist? What would you reccomend?
    By the way, my current window manager is pekwm.
    I am new to linux desktops, so this may change.
    Last edited by peets (2007-05-14 23:17:34)

    phrakture wrote:
    slackhack wrote:not trying to be a wiseguy, but the command line actually does everything you require (except mousing, obviously) better than any gui you are likely to find. give it a try, you might be surprised at how often you start using it by default.
    Hah, I was going to say exactly that... "keyboard users in mind? my file manager has some awesome hotkeys - like 'l' then 's' to list files, and 'c' then 'p' to copy, 'm' then 'v' to move, it goes on and on, and it has millions of 'plugins'!"
    Yeah. I fell in love with linux because of the command line. But it's not always the best tool.
    One advantage of graphical file managers is that they offer 'automatic ls': you always see the contents of your directory.
    Also, yesterday I needed to move most files in one directory to another. They had varied names. This would have taken a long time with the command-line: I could have named the files one by one, or moved all of them and then name one by one the files that I want moved back. With a graphical file manager, I can select all files and then 'unselect' the ones I don't want to move with just a few clicks. It's faster and simpler. (Or maybe there's some really fancy CLI tool that I don't know about)
    When choosing a tool for a job, first I look for the most ethical one, then the most practical one. In most cases I would say I prefer the command line, but sometimes a graphical interface is better. Computers are really good at both, so using both methods is the way I go.
    I absolutely love your humour though, slackhack and phrakture. Keep it up!

  • Looking for a file manager with copy queue

    Hey,
    I'm looking for a file manager with a file-copy-queue feature.
    It is useful when browsing mounted samba shares, and you find something you want to copy.
    You'll then start copying the files, and then spot another useful folder. You start copying that as well
    and suddenly you got 5 different file copies processing at the same time, which decreases the copy speed.
    I also miss the feature when transfering files from my external harddrives.
    If there is a lot of FM's with this feature, I prefer one without kde-dependencies, as I am using xfce.

    Ranguvar wrote:If MC really does have that as a feature, it's once again proved itself _the_ graphical (sorta) file manager.
    sorry for misinformed.
    mc has a background job option while copying, it is not exactly a queue like functionality, but simulating to be a queue, and you can stop/resume a background job.

  • HT2128 Does any one know how to attach a document from your mail, while you are already in your e-mail, meaning not having to look for your file first and then open the e-mail.

    Does any one know how to attach a document from your mail, while you are already in your e-mail, meaning not having to look for your file first and then open the e-mail.

    Luis
    Good question - and one that a lot of (business) people would like solved!
    Your question prompted me to do some research, and I found this workaround posted by Scott Grossberg:
    His solution actually addresses a second problem too - how to attach a document when replying to an email message. In your case you may not need to consider the "reply" aspect - but if not right now, it'll come in useful someday!
    I've pasted it verbatim - if it works for you (it does for me) then all credit goes to Scott for solving the problem. There's just one thing I'd add to his solution: you will probably want to rename the message, as by default Goodreader gives it the Subject line: Mail with GoodReader attachments.
    THE GOODREADER OPTION
    1.  CREATE the document you want to send.
    2.  SAVE it to GoodReader (this will require you to buy and install the app).
    3.  Go to your email and OPEN the email thread to which you want to Reply and attach your file.
    4.  COMPOSE your Reply.
    5.  DOUBLE TAP the message.
    6.  TAP SELECT ALL. This will copy the entire email thread.
    7.  OPEN GOODREADER on the iPad and go to the file you want to send as part of your Reply.
    8.  At the bottom of the GoodReader screen you will see an EXPORT icon (it looks like a rectangle with an arrow pointing to the right).
    9.  TAP the Export button.
    10.  TAP EMAIL FILE. Depending on your needs, tap either SEND FILE “AS IS” or “FLATTEN ANNOTATIONS.” This will open a compose message screen with the chosen document already attached.
    11.  TAP in the body of the email screen. TAP PASTE. This will place your composed Reply and the prior email thread into the message.
    12.  ENTER the Recipients’ names in the TO: field of your message.
    13.  SEND your email Reply.
    The modified version (= when composing a new message rather than a reply):
    1 Make sure that the doc you want to attach is saved in GoodReader
    2 In the message you are composing, double tap, select all, and then copy.
    3 Open GoodReader and select the file you want to attach
    4 Select the export button at the bottom of screen
    5 Select e-mail file
    6 Position cursor in body of the email message, tap and paste. You may want to delete the "sent from GoodReader" text that precedes the attachment.
    7 Rename your message (as by default it will be Mail with GoodReader attachments)
    8 Add the recipient's address in the To field.
    Hope this helps! All thanks to Scott for this workaround.

  • I am looking for a File Manager

    I'm looking for a file manager that will let me see what files I have on my BB itself and on the card.  I would also like to be able to move files from the BB memory to the card in some cases.  Does anyone know if there is such a utility available in the BB world?
    Along with that, I am wondering if I can run applications from the card as well as the BB memory?
    Any help would be greatly appreciated.
    Bob

    Hi there!
    Concerning file management, I find that using the USB tether method is the simplest as it lets you treat your Device and Media Card memory as USB drive letters in Windows:
    http://supportforums.blackberry.com/t5/BlackBerry-Desktop-Software/HOWTO-use-your-blackberry-as-a-US...
    There also is a native file manager app:
    Homescreen > Media > BBKey > Explore
    I recall some posts here somewhere about add-ons...you might dig into AppWorld to see if there is anything you might like.
    Concerning your second question about running apps from the Media Card -- no. BB's restrict apps to being installed into the protected and fixed AppMemory location. There are some tricky add-ons that will swap apps in and out of AppMemory when you are not using them, but to run, an app must be installed into AppMemory. There is no option.
    Hope that helps!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Looking for Windows files on a Mac

    On my Macbook Pro OS X 10.9.4 Processor 2.7 GHz Intel Core i7 Memory 16 GB 1600 MHz DDR 3 when starting a existing project I get a message about a file the program is not able to load.
    So it asks me to point the location. The question is as follows: Where is the file 'C:\Program Files\Adobe\Premiers Pro 1.5\Presets\Textures\Business Title_7.tga'?
    I'm using a Mac and when I search for the file it's not on my computer.
    It's looking for a file in a curtain folder.
    Could you give an advise what to do?

    Hello A.T. Romano,
    I’m using Adobe Premiere Elements 12
    Version 12.1 (20140225.12.1.620828)
    I get the message when opening an already made project in which I added a Title.
    In the ones without a title I don’t get the message.
    So it is something connected to the use of titles.
    I used RedBulbs as a title.
    When I click ‚Skip’ or Offline my project opens correctly and I don’t miss any media. Even the title part is OK.
    I hope this describes the problem enough and hopefully you can give me some advise.
    Best regards,
    Rob de Ridder
    Op 6 sep. 2014, om 17:30 heeft A.T. Romano <[email protected]> het volgende geschreven:
    Looking for Windows files on a Mac
    created by A.T. Romano in Premiere Elements - View the full discussion
    AquaRidder
    What version of Premiere Elements are you using on your Mac computer?
    Do you ever get this
    Where is the file 'C:\Program Files\Adobe\Premiers Pro 1.5\Presets\Textures\Business Title_7.tga'?
    when you open a new project or do you get this message only when you go to open an existing project?
    If only for existing projects, then please tell us if this existing project was created with title templates and/or Instant Movie themes.
    If so please detail.
    If you click "Skip" to the "Where is the file....?" message, does your project open without problem? And if so, do you see any missing media
    displays in the workspace? And if so where?
    We will be watching for your follow up.
    Thanks.
    ATR
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6706396#6706396
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Premiere Elements by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Common Abbreviations Used When Setting Up and Troubleshooting HP Printers

    Here is a list of common abbreviations and phrases used while trying to troubleshoot network-connected printers within the forums and other web-based support documents:
    Ad Hoc –  Latin phrase meaning "for this" and is used when describing a type of connection between the printer and computer by-passing the router.  This is not the recommended network connection by HP support (see SNC below).
    ADF – Automatic Document Feeder which is the tray on the top of a printer used for multipage scans and faxes.
    AES – Advanced Encryption Standard used to describe a password-protected router/internet connection.
    AiO –   All-in-One
    AP/STA – Access Point Station or another word for router.
    ASIC – Application Specific Integrated Circuit
    AWC – Auto Wireless Connect
    BIOS – Built Input/Output System
    BSOD – Blue Screen of Death
    CGD – Color Graphic Display
    CMD – Command
    CMYK – Cyan Magenta Yellow Black
    CNG (tones) – 1100 Hz tone stands for Calling Tones used on landline fax machines.
    CPU – Central Processing Unit
    CUE –  printer version 10-14 also known as Solution Center.
    CVN - Card Verification Number on the back of a credit card.
    DHCP – Dynamic Host Configuration Protocol
    DIM – Digital Imaging Monitor
    DMI – Desktop Management Interface
    DNS – Domain Name Server
    DPI – Dots Per Inch
    DSL – Dedicated Service/Subscriber Line or type of digital internet service bundle.
    ECM – Error Correction Mode in advanced fax settings.
    EIRP – Equivalent Isotropically Radiated Power
    EMI – Electromagnetic Interface
    ESP – Extended Service Plan
    EWS – Embedded Web Server
    FFC - Federal Communications Commission regulates all forms of communication.
    FoIP – Fax Over IP
    FPU – Floating Point Unit
    FTF – First Time Fix
    GBU – Global Business Unit
    GUI - Graphical User Interface or the images on a computer screen or display.
    HDMI – High Definition Multimedia Interface which is a type of plug-in to connect a computer to an HD monitor.
    HHO – Home and Home Office is the name of the sales department in HP www.hp.com/shopping
    HW - Hardware
    ICF – Internet Connection Firewall; Integrated Catalog Facility; Intersystem Communications Function
    IE – Internet Explorer
    IEEE – Institute of Electrical and Electronics Engineers
    EMF - Electromagnetic Frequencies
    IIC – Individual Ink Cartridge is a type of ink that consists of only one color.
    IP – Internet Protocol which is what a router uses to locate another network connected device.
    IPG – Image and Printing Group was one of the names of the printing department in HP.
    IPH – Integrated Print Head is a type of ink cartridge that has the printhead in it.
    IPIPA – Automatic Private IP Addressing also associated with an IP address beginning with 169.xxx.xxx.xxx
    IRIS – Integrated Risk Information System often installed with the OCR software and printer driver.
    IRQ – Interrupted Request or one of the original chat rooms and communities when the internet was first created.
    ISB  - Ink System Business
    ISDN – Integrated Services Digital Network
    ISF – Ink System Failure
    ISM – Instrumentation, Scientific and Medical radio band
    IVR – Interactive Voice Response
    IW – In Warranty
    LCD – Liquid Crystal Display
    LIFI – optical (light) version of WIFI introduced in 2012
    LOI – Low On Ink
    LPD – Line Printer Daemon
    MAC – Media Access Control
    mDNS – Multicast Domain Name Service
    MFP - Multi-Function Printer
    NAT – Network Address Translation
    NDU – Network Diagnostic Utility
    NTF – No Trouble Found
    NVM – Non-Volatile Memory
    OCR – Optical Character Recognition is often installed with the printer drivers to allow you to scan to editable text.
    ODD – Optical Disk Drive
    OJ – OfficeJet
    OOW – Out Of Warranty
    OOBE – Out Of Box Experience
    OSD – Onscreen Display
    PBX – Public Branch Exchange
    PCIE – Peripheral Component Interconnect Express
    PEN – ink cartridge and printer head
    PHA - Print Head Assembly that holds the ink in it (often removed while setting up a replacement printer)
    POTS – Plain ‘Ol Telephone System
    PPI – Pixels Per Inch
    PQ – Print Quality
    PSC - Print Copy Scan and quite often refers to the very first all-in-one printers.
    PSG – Personal Systems Group which was one of the names used to describe the computer department in HP.
    QRG – Quick Reference Guide
    RAID – Redundant Array of Independent Disks which is what is usually cleaned up while defragmenting a hard-drive.
    RFI – Radio Frequency Interference
    RPC - Remote Procedure Call often associated with the scan services.
    SNC - Standard Network Connection also known as Infrastructure which includes the printer, computer and a router.  **This is the preferred wireless connection supported by HP.
    SNMP – Simple Network Management Protocol
    SOHO – Small Office Home Office which is a division of printer support.
    SSID – Service Set Identifier
    SSRD – Support Sent Recovery Disc
    SW - Software
    T30 – Typical Fax Line and also describes the type of cord used for fax setup.
    TAM – Telephone Answering Machine not to be confused with voicemail.
    TCP/IP – Transmission Control Protocol/ Internet Protocol used to define the network location of a device (192.168.xxx.xxx) and can be good to know when trying to install a wireless printer on a computer.
    TIJ – Thermal Ink Jet which is the means to which ink is heated up so that it drips out of the cartridge.
    TKIP – Temporal Key Integrity Protocol that describes the type of encryption used during a password-protected setup on a router.
    TWAIN – (Technology Without An Interesting Name) Standard for linking applications and image acquisition devices.
    UDP – User Datagram Protocol
    UI – User Interface
    URL – Uniform Resources Locator also known as a web address or hostname and begins with http://
    URP – User Replaceable Part that can be purchased to fix a printer.
    USBSOW – Universal Serial Bus Statement of Work
    VGA – Video Graphics Adaptor
    VoIP – Voice Over IP
    VPN – Virtual Private Network
    WEP – Wired Equivalent Privacy which also means the passphrase or password for a protected network setup (Wireless Setup Wizard or USB to Wireless installation will ask for this and that is just the password used to get on the internet or to connect a device to your router).
    WIA – Windows Image Acquisition is the name of the service used to scan with an HP printer.
    WINS – Windows Internet Name Service
    WLAN – Wireless Local Area Networking or another type of internet connection.
    WOOBE - Wireless Out Of Box Experience often associated with Web-Services setup of ePrint on a new printer.
    WPA – Wifi Protected Access or another type of encryption used on a router.
    WPAN – Wireless Personal Area Networking
    WPS – Wifi Protected Setup often associated with a push button connection on the router instead of using a password. If you have this off then other people in the area can access your router for internet service.
    WWAN – Wireless Wide Area Networking
    Don't forgot to say thanks by giving "Kudos" if I helped solve your problem.
    When a solution is found please mark the post that solves your issue.
    Every problem has a solution!
    This question was solved.
    View Solution.

    At one point I was somewhat uneducated as a consumer on certain abbreviations.  I began to check around the internet but I never found a complete list of all of the abbreviations used in today’s technological world.  Over time I have collected a list of every network and printer-related term in relation to HP.  I am happy to share this with the world because sometimes when trying to troubleshoot within the forums and other web-based documents the writers can forget that not everyone knows the abbreviations and if you do not know sometimes you can get left behind and feel frustrated.   If you know of any other industry-standard abbreviations regarding printers, faxing, and network-connections feel free to post more here.
    Don't forgot to say thanks by giving "Kudos" if I helped solve your problem.
    When a solution is found please mark the post that solves your issue.
    Every problem has a solution!

  • Looking for APXXTR files on the database

    Hi to All,
    I have raised an SR with oracle to resolve a expense report issue that takes place in import process. SR asked to locate the following files. Currently looking for the files. Can you anyone shed some light where these files may be on the DB. We are currently using EBS 11.5.10.2 and running Oracle DBMS 10g on windows 2000 server.
    src/apxxtr/apidbl.lpc src/apxxtr/apicdl.lpc include/apxxtr.h 115.20
    I have asked oracle to specify path of files...but they didnt give much of a good answer.
    Any help would be greatly appreciated.

    You are likely to get better help in the EBS forum :-)
    Srini

  • Looking for saved files in Adobe

    Please help me to open Adobe on a specific directory on my computer when looking for saved files?

    Actually, it's not written into the GUI for the app. That's just where Windows looks (to oversimplify a lot) if you don't tell it where to look. It's intended to be the default for all apps.
    Message was edited by: Test Screen Name to remove duplicate tip

Maybe you are looking for

  • Video Chat won't work in Germany.

    Hi, I am new to the discussions board, and I just recently bought an iSight camera so I can chat with and see my family while I'm studying abroad in Munich, Germany. Every time we attempt to do a Video Chat session the window pops up, and says it is

  • Missing port information

    Hi all, i am running a simple web service in JWSDP1.3 with tomcat server.When i am running the client application i am getting the output without any problem.Then i modified my server program with some oracle database connection.When i tried the same

  • ORA-34492: Analytic workspace object __XML_GET_FULLTOAW_NAME does not exist

    Hi, We are experiencing the following error when trying to retrieve data from the OLAP layer in our front-end: ORA-34492: Analytic workspace object __XML_GET_FULLTOAW_NAME does not exist. to be more specific, the following happens: We are using the O

  • IPhone 4S stuck in recovery mode after IOS 6.0 update

    My iphone 4S is stuck in recovery mode. I connected to iTunes earlier today to update the IOS to 6.0 and that's when it got stuck.  From reading phones stuck in recovery mode, it seems like it is happening with this software update.  Why didn't they

  • BW Security roles based on query

    Hello All, If a User 1 needs to have access to ZQUERY_1 restricted by a company code AB11 and need to have full access (without restriction to AB11) to a different query ZQUERY_2. Similarly if a User 2 needs to have access to ZQUERY_1 restricted by a