Can only launch sqlDev 3.0 via .bat file

I just downloaded 3.0 and extracted to a new folder. (winXP) The older version worked fine. Whenever I launch sqldeveloper.exe, I get " UNable to create an instance of the Java Virtual Machine"
However, I am able to successfully launch when executing the sqldeveloper.bat file. AM I missing a configuration step?

Make sure you're pointing to a 1.6 JDK in \sqldeveloper\bin\sqldeveloper.conf or delete the entry to get prompted to browse for it on next startup:
SetJavaHome C:\Archivos de programa\Java\jdk1.6.0_16Hope that helps,
K.

Similar Messages

  • I have set up my airport express to play music on my tv.  However, I can only stream music to it via "music" app on my iphone, neither itunes on my laptop, nor the "remote" app display the alternate speaker symbol.  What am I doing wrong?

    I have set up my airport express to play music on my tv.  However, I can only stream music to it via "music" app on my iphone, neither itunes on my laptop, nor the "remote" app display the alternate speaker symbol.  What am I doing wrong?

    I have a HP Pavillion dv6000 running Windows Vista.  Itunes is up to date.  I have power cycled the router several times   it is a Surfboard sbg6580.  still no luck with seeing the airplay symbol on itunes, but Isee it on my phone and can stream music via the airport with my phone.  I can see both airports on the airport utility on my laptop.  I'm stumped...

  • Can only launch editor once from elements 11, then have to re boot.

    Can only launch editor once from Elements 11, then must re boot.

    Please launch Editor once directly from its exe keeping Ctrl+Alt+Shift keys pressed. Delete the settings file when prompted.
    See if this helps.
    The exe can be located at - C:\Program Files (x86)\Adobe\Photoshop Elements 11\PhotoshopElementsEditor.exe
    Thanks
    Andaleeb

  • Hello, I have two questions on time capsule  I can only have it on my external hd files and free up my internal memory to my mac  I can use an external hard drive, in my case a lacie rugged as shared memory for my two computers

    Hello, I have two questions on time capsule  I can only have it on my external hd files and free up my internal memory to my mac  I can use an external hard drive, in my case a lacie rugged as shared memory for my two computers

    I have a mackbook pro and an iMac if I buy a time capsule 2tb airport, I can use it with time machine and what would be the best way to use it.
    There is no particular setup required for TM.. both computers will create their own backup sparsebundle which is like a virtual disk.. Pondini explains the whole thing if you read the reference I gave you.
    and how to use time capsule airport whit other external hd to use my old lacie airport with the new time capsule
    Up to you.. you can plug the external drive into the TC and enjoy really slow file transfers or you can plug it into your computer and use it as external drive.. which is faster than the TC.. and TM can include it in the backup.
    Again everything is explained in the reference.. you are not reading it.

  • Hi , my problem is that i can only create absolute links to other pdf-files in a main pdf-file. how can i switch to or create relative links. Thanks for help!

    Hi , my problem is that i can only create absolute links to other pdf-files in a main pdf-file. how can i switch to or create relative links. Thanks for help!

    I’m using version 11.0.10. So where the Menu resides in a folder ready to be burnt on to a CD, that same folder is where the links point to.
    Thanks

  • HT4914 Am I correct in saying that imported songs from cds can only be transferred to ipad via the icloud ??

    Hi am I correct in saying that imported music from cds can only be transferred to an ipad via the icloud?????????????

    only if you have iTunes mach otherwise only purchased will be in the cloud

  • Stopping/Starting Portal via BAT file on Windows

    In our landscape we have the ABAP and JAVA stack installed on separate servers for security reason.  We are trying to implement windows updates via SUS and need to automate the stopping and starting of SAP.  The bat file that was created works when stopping and starting the ABAP portion of SAP but on the Portal server it will take it down but when trying to start Portal, the J2ee Server will not start, but when I use the SAP MMC all servers starts up without any problem.  Below is the start up bat file, any assistance will be greatly appreciated:
    REM start of script
    PATH=%path%;G:\usr\sap\QBE\SYS\exe\uc\NTAMD64
    SET ORACLE_SID=QBE
    SET SAPDATA_HOME=K:\ORACLE\QBE
    REM
    REM
    REM ***** starting Oracle Services *****
    REM
    net start OracleQBE102TNSListener
    net start OracleServiceQBE
    net start OracleQBE102iSQL*Plus
    REM
    REM ***** starting SAP services *****
    REM
    net start SAPOsCol
    net start SAPQBE_00
    net start SAPQBE_01
    REM
    REM ***** starting SAP Instances ******
    REM
    G:\usr\sap\QBE\SYS\exe\uc\NTAMD64\startsap.exe name=QBE nr=00 SAPDIAGHOST=SAPEPQA
    G:\usr\sap\QBE\SYS\exe\uc\NTAMD64\startsap.exe name=QBE nr=01 SAPDIAGHOST=SAPEPQA
    REM
    REM end of script

    I looked up some training material and in TADM10 - Unit4 - Starting and Stopping a SAP NetWeaver AS Java.. the following is stated:
    Under Windows, the SAP system can also be started and stopped without a GUI by
    calling a command by means of the executable files startsap.exe and stopsap.exe. This
    can be done using a simple telnet access.
    To start an instance of the SAP system, open a telnet connection and enter the
    following command: startsap name=<SID> nr=<instance nr.>
    SAPDIAHOST=<hostname>
    To stop an instance of the SAP system, open a telnet connection and enter the
    following command: stopsap name=<SID> nr=<instance nr.>
    SAPDIAHOST=<hostname>
    For the SAPDIAHOST parameter, enter the name of the host on which the instance is
    to be started.
    So the script is correct, its all according to SAP advice... very strange

  • Printing solo PDFs via .BAT file

    Hi all,
    We have a current implementation of Oracle Documaker for our LOB. What we do is run a .BAT file that runs the GEN* brothers (gentnw32, gendaw32, and genptw32). This then uses the XML defined in the DATA segment of the fsisys INI file. This prints out multiple PDFs for us depending on the contents of the XML.
    We have a new requirement that states that we need to be able to print a solo PDF using an XML file that is found in a different directory, with a different file name, say invoice1085.xml. Is there a way to do this? I cannot edit the current setup of the workspace since the batch process needs to stay.
    We are using Documaker Studio Version 12.2.0.21451 Build Aug 8 2013. The workspace however was created with an older version (uses an MRL files rather than an ODBC connection)

    Hi,
    I need to pass the extract file name to the GEN Programs via JAVA. Also, my batch file only has the lines:
    SET BASEDIR=%cd%
    CD %BASEDIR%\DATA
    Echo Y|Del *.* >NUL
    cd..
    gendaw32 /ini=fsiuser.ini
    genptw32 /ini=fsiuser.ini
    pause
    del .\print\_*.pdf
    del .\print\.pdf
    pause
    :Exit
    Or
    echo
    gentnw32
    pause
    gendaw32
    pause
    genptw32
    pause
    I'm sorry. I'm not very familiar with creating .BAT files or executables. Would "set MYEXTRACT=%1" replace the "ExtrFile           = INPUT\extrfile.xml" line in my fsisys.ini file? Or will it only stick for the current run? Thanks a lot. I'll try experimenting with your suggestion.
    EDIT: I got it to work using your suggestion but instead of using "Extract = ~GETENV MYEXTRACT", I used "ExtrFile           = ~GETENV MYEXTRACT". Thanks a bunch!

  • Running Java Program via bat file

    Hi
    I have a bat file. I have compile the java files and the class files into the same folder.
    I am suppose to double click on the bat file and it is suppose to run (in the same manner as IDE)
    but it only appear the 1st line of the program. Whatever i type, it refuse to budge.
    What should i do to retify the problem?
    I have already set the classpath properly

    Hi
    I just realised that my program can only run halfway on the dos...
    This is my code sample
    try{
                pw = new PrintWriter("TS.log");           
                System.out.println ("hi");
            catch(IOException io){
                io.printStackTrace();
            try {
                StandAloneApplication = true;
                String[] a = new String[1];  
                System.out.println ("hi2");
                Settings settings = Settings.getInstance();
                StringTokenizer letterToken = new StringTokenizer(settings.get("letter"),",");
                Vector <String> v = new Vector<String>();
                while(letterToken.hasMoreTokens()){
                    v.add(letterToken.nextToken());
                String letter[] = v.toArray(new String[v.size()]);
                System.out.println ("hi3");
                DbConnection d = new DbConnection();
                String stocklist = d.getStockList();
                String mainFile ="";
                GenerateSLS sMain = new GenerateSLS("timeSales.sls");                                               
                String sessionID = d.createiFisSession();                      
                System.out.println ("hi4");
                for(int i=0;i<letter.length;i++){
                    System.out.println ("print");
                    mainFile = sMain.start("timeSalesGen"+letter[i]+".sls",d.getStockList(letter[i]+"%.SI"),sessionID);
                    a[0] = mainFile;       
                    staticArguments = a;       
                    Viewer viewerMain = new TSMainCapture();       
                    viewerMain.init();          
                    viewerMain.start();it stops printing after "hi4"
    btw, I have tried to run this on the bat file again.
    IDE side retest, re-compile and rerun, work well
    Pls help
    Thanks.
    Lots of appreciation

  • Launch Java app through a bat file

    Hi,
    Because I have to launch my Java App through a batch file, I don't know if I can create a new java class to execute this bat file to launch my Java App? Is that gonna work?
    Henry.

    Yes I created a batch file and tested. If I execute my batch file, the java app will be lauched as expected.
    Here is my java class that execute my batch file
    import java.io.*;
    public class LaunchTest {
    public static void main(String args[])
    String cmd[] = new String[3];
    try
    String osName = System.getProperty("os.name" );
    //System will detect current operating system
    if( osName.equals( "Windows NT" ) || osName.equals( "Windows 2000" ) )
    cmd[0] = "cmd.exe" ;
    cmd[1] = "/C";
    cmd[2] = "c:\\Run.bat"; //Run.bat will set classpath and launch my java app
    else if( osName.equals( "Windows 95" ) || osName.equals( "Windows 98" ) )
    cmd[0] = "command.exe" ;
    cmd[1] = "/C";
    cmd[2] = "c:\\Run.bat";//Run.bat will set classpath and launch my java app
    Runtime rt = Runtime.getRuntime();
    //running the commands
    Process proc = rt.exec(cmd);
    // any error message?
    StreamGobbler errorGobbler = new
    StreamGobbler(proc.getErrorStream(), "ERROR");
    // kick them off
    errorGobbler.start();
                   // any error???
    int exitVal = proc.waitFor();
    catch (Throwable t)
    t.printStackTrace();
    System.out.println("error...");
    And here is my batch file
    @echo off
    set path=e:\jbuilder4\jdk1.3\bin
    set classpath=E:\JBuilder4\jdom-b7\jdom-b7\build\jdom.jar;E:\JBuilder4\jdom-b7\jdom-b7\lib\xerces.jar;.
    d:
    cd AutoTest\classes
    java FirmwareTestPack.FirmwareMainClass
    exit
    When I run the java class above, Dos prompt popped up for a second then disappeared. It did not launch my Firmware pplication.
    Thank you.

  • Planning load utility via bat file - error

    I am using a bat file that uses the Planning load utility to make numerous updates to a single dimension on a test server. When I run the bat file i get an error that says the dimension is locked by another user. I am the only user with access to the test server. I've checked EAS and planning and nothing is locked. I've even shut down all hyperion services on the server and restarted them. It still says that the dimension is locked. How can I get this to unlock when I don't see where it is locked? This is a high priority situation! Any help is greatly appreciated!

    Thanks John - I think your scenario is what happened. Initially, when I ran the bat file, I got an error 'Java out of memory - java heap'. So I had to fix that and then I got the locked error. So you're saying that since it locked the dimension then erred, the lock was never able to be removed. I got it! Thanks so much! :) Jeri

  • Can you launch and close a Microsoft Word file from Captivate 8.01?

    Can you launch and close a Microsoft Word Document from inside your Captivate 8.01 project?
    Thank you, L

    You can launch it as long as the server has the mime/type, especially if a docx.
    Doubt that you can close it.

  • Audigy 4 Pro - can only get 2 channel sound via SPDIF/optical connecti

    I have two PC's, one with an Audigy 4 Pro and one with an Audigy 2 Platinum (A2P), I have my 5. speakers hooked up to the A2P and the A4P connected via the SPDIF to the A2P, I would expect to get 5. - both are setup to use 5. speakers, (I know that as a standard Digital coax/optical connections should handle multi speaker configs my entire A/V sound system (7. Dolby) uses optical and coax and it works fine).
    If I run the channel test on the Audigy 4 I can get nothing but sound through the left and right speakers, if I run the test on the Audigy 2 (speakers direct connected) the sound is fine, if I reconnect the speakers to my Audigy 4 I get sound on all speakers so it looks like its an issue with the SPDIF and optical inputs (I tried both).
    I have emailed tech support, I'm waiting for them to come back and tell me that the Audigy 4 cannot transmit more than two channels down the SPDIF/optical outs, thats my suspicion anyway, if that is the case then I'm not going to be a happy man and the Audigy will be going back to the store. Could be a driver problem of course as I cant believe they would implement Dolby and THX and only transmit two channels on the optical outs, that would be a bit dumb considering the primary use for digital connections is sound system interconnects.
    Anyone with any ideas about this let me know, perhaps theres a hidden setting somewhere or a registry setting that switches the digital outs to carry all signals.

    Just before everyone kicks off, heres a response I got from a tech guy at Creative themselves.
    If you connect speakers to your sound card using a digital cable
    (RCA/SPDIF or optical) then the software speaker test will only output
    from two speakers. The reason for this is that the speaker test signal is
    not in AC3 nor DTS format.
    The signal on a digital connection is either
    Optical SPDIF - which is either Stereo PCM signal or AC-3/DTS Bitstream
    RCA SPDIF - which is either Stereo PCM signal or AC-3/DTS Bitstream
    If you play AC3 (Dolby Digital) or DTS encoded signals, the amplifier
    decodes this and outputs it to all 6 speakers (5 satellites & subwoofer)
    discretely.
    When playing back stereo signals (such as Wav/CD Audio or MP3/WMA files)
    the amplifier may generate 5. output based on the incoming stereo PCM
    signal, provided Dolby Pro Logic decoding is available and activated.
    Therefore the speaker test should not be relied on when using RCA or
    Optical digital connections.
    This applies to all speaker systems equipped with RCA or Optical digital
    connections.
    This makes sense to me and I'm pretty happy with it, basically as the reply says above the speaker test does not encode to AC3 hence if you hook two Audigys together and run the test you only get 2 channel output, if you play a DVD which is AC3/DTS encoded on one Audigy and listen to speakers hooked up to the other when both Audigys are connected via SPDIF or optical you should in theory get full playback on all speakers. Hopefully
    Cheers
    Simon

  • Satellite A300 - Can only use stereo on receiver via HDMI

    I was wondering if someone could help me with my audio issues. I have a Satellite A300 PSAGCC-06h019 running Vista home premium 64bit SO1, and I am having trouble hooking up with my receiver. I have attached my computer to the receiver via the HDMI port, and only 2 channels (stereo) are available to be selected.
    I have the latest Realtek drivers, the latest ATI radeon drivers, but I cannot select surround sound speakers in the audio setup, only stereo. Is there some sort of registry patch or update or something which will allow me to select more than 2 channels output through my HDMI? I have a very nice surround sound setup and I would like to maximize my entertainment value.
    Also, when I go into the HDMI audio settings, there is a radio box to check dolby digital and dts, when I test the dts and dolby digital, it goes into surround sound and plays the test tones, but I can't set the speakers to 5.1 or 7.1 for watching movies.
    thank you in advance, if anyone can help me with this.

    yes, I am referring to configuring the HDMI output on the Playback Devices Tab, I select the HDMI output, and click the Configure button on the bottom left, but the only option available is 2-channel.
    I play Dolby Digital and DTS movies through my receiver all the time, through a separate HDMI port. I can simulate surround sound through stereo with my receiver but multi-channel mp4 files are always mixed down to 2-channel. I know the computer is capable of outputting DTS and Dolby Digital because on the Supported Formats tab of the Properties screen, I can test the DTS and Dolby Digital and those work perfectly.

  • Can only access G5 iPhoto library via Adobe Photoshop

    Just tried to add 5 photos from a jumpdrive to my iPhoto library and now the library is inaccessible.  Photos are still there--they open via Preview or Adobe Photoshop CS2--but the library itself (iPhoto app) is BLANK.  7 years of photos (reference and documenting my paintings) gone.  I have just copied, via Finder, the last few folders from 2011 to the portable hard drive, so the photos are backed up.  My question: how to restore the iPhoto library so that application is useful? 
    G5 (non-Intel) OS 10.4.11

    Make a temporary, backup copy (if you don't already have a backup copy) of the library and apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Select the options identified in the screenshot. 
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    What version of iPhoto are you using?
    OT

Maybe you are looking for