Error: no `server' JVM at `C:\Program Files\Java\jre1.5.0_10\bin\server\jvm

I'm getting this error while running under windows XP pro version 2002 SP2. I got the same error running either jdk 1.6 or JDK 1.5.0_10. It seems like the JVM that I installed does not support the -server option.
Is there anything that I should do during the installation?
Thanks for any help.

I've read that copying jvm.dll into the a newly created server directory, would resolve the problem. My impression is that copying the dll into the server directory would just be aliasing the client. I would expect that there be a different server dll not just a copy of the client.
I was wondering why we have to jump through hoops @ the commandline to enable the "-server" option. I've installed the JDK w/ Netbeans- no server installation option or directory when installed, installed JRE - no server installation option or directory when installed.
The prev post is rather old. Has anythig changed? Am I to copy the jvm.dll into a newly created server directory?? Has "-server" functionalliy been folded into "-client"?? Can anybody tell me how to get "-server" to obtain server performance????
Regards,
Monty
Edited by: CuriousJorj on Feb 24, 2008 10:15 AM

Similar Messages

  • C:\Documents and Settings\User "c:/Program Files/Java/jdk1.5.0_14\bin\java.

    I have a class "Stimulus.java" in which another jar's class has been used. When I created jar and executed I got below error. I used "-classpath" to set dependancy jar file. Any clues are appreciated.
    import modulus.Modulus;
    public class Stimulus{
        public static void main(String[] args) {
                Model.main(args);
    C:\Documents and Settings\User>"c:/Program Files/Java/jdk1.5.0_14\bin\java.exe" -classpath "D:\User\mypgms\test\bin\Modulus.jar;" -jar D:\User\mypgms\test\bin\Stimulus.jar c:\test.txt
    Exception in thread "main" java.lang.NoClassDefFoundError: modulus/Modulus
            at Stimulus.main(Stimulus.java:4)

    You can't mix classpath values with the -jar option. Using the -jar option causes Java to use only the Class-Path: information in the jar's manifest file, while ignoring all external classpath information. Review this for details:
    http://java.sun.com/docs/books/tutorial/deployment/jar/run.html

  • PATH=c:\program files\java\jre1.6.0_06 BUT NO MAIN CLASS?!?

    I have tried and tried and tried to no avail - nothing is working for this install of JRE+!!!+
    The subject to this post says it all... I am running MS Windows XP Professional SP2 and am about to blow my brains out b/c of the frustration I have had with this install.
    I have installed DJGPP to c:\djgpp\ and it works perfectly.
    Is it:
    1) me,
    2) Microsoft, or
    3) java???
    please help asap

    sabre150 wrote:
    JosAH wrote:
    Hi Sabre, yep, I'm getting back to normal again and I'm allowed to drink Grolsch (not too much though (I never did that)). They do keep whining about the smoking as if I didn't know about that (I almost quit that too). I just still walk like an old tart but supposedly that heals as well although it can take a long time :-( How are you doing? Still playing bridge with the other old farts ;-)Glad to know you are on the mend and that Grolsch is allowed. I walk like an 'old tart' but in my case it is arthritis in my toes. Yes, but you are an old man and I am not! (attempts to run ---------------------------> that a'way ;-)
    sabre150 wrote:
    I used to be a 60+ a day smoker but stopped on 20th October 1974 at 09:07 (Sabre stops to polish his halo) when I realized I was just lighting my 9th cigarette of the day. The hardest thing I have ever ever done but well worth it in the end. Once I got rid of all the rubbish in my lungs I felt so much better. Now I'm an anti-smoking evangelist and can get quite boring when speaking on the topic.I used to be on an average 20 cigarettes a day; now I smoke only three to five and am living from one to the next ...
    sabre150 wrote:
    I still play a lot of Bridge but for some reason I'm not playing well at the moment. Maybe I need a rest. It is interesting that aged 0x40 I'm still one of the youngest 'old farts' in the club though at the rate at which members are dying I shall soon be one of the oldest. Though there are a lot of Bridge players World-Wide but the numbers in Britain are very much on the decline. Erm, Sabre, Bridge is played with playing cards, not with guns or other deadly weapons and the winner isn't supposed to be defenestrated either ;-)
    sabre150 wrote:
    I shall have to make a trip to Holland some day. If I do I will look you up and buy you a Grolsch or two.Good; drop me a note (you have my email address?) and I'll give you my phone numbers and pick you up from the airport.
    kind regards,
    Jos

  • Program not compiling giving Error : Invalid path, "C:\Program Files\Java--

    I am using jcreator where i am getting this error while compiling
    Error : Invalid path, "C:\Program Files\Java\j2re1.4.2_05\bin\javac.exe" -classpath "C:\Program Files\Xinox Software\JCreatorV3LE\MyProjects\zeroCode\classes" -d C:\Program" Files\Xinox "Software\JCreatorV3LE\MyProjects\zeroCode\classes C:\Program" Files\Xinox Software\JCreatorV3LE\MyProjects\zeroCode\src\BasicServiceLister.java
    Instead of that same program is compiling in textpad/eclipse easily.
    Please tell me what should i do to set what.
    present settings are:
    User Variable:
    classpath C:\Program Files\Xinox JCreatorV3LE\MyProjects\zeroCode\ classes
    Java_HOme: C:\Program Files\Java\j2re1.4.2_05\bin\javac.exe
    Path:C:\Program Files\Java\j2re1.4.2_05\bin
    Classpath is System Variables:
    C:\Program Files\Xinox Software\JCreatorV3LE\MyProjects\zeroCode\ classes
    Path :C:\Program Files\Java\j2re1.4.2_05\bin
    wher i really need to modify the settings:
    May be thorugh command prompt.
    I never did. windowds environment varaibles i can set.
    Thanks
    Vijendra

    ... -d C:\Program" Files\Xinox "Software\JCreatorV3LE\MyProjects\zeroCode\classes ...
    Looks like you are typing in things wrong with the double quotes.

  • Error: could not open `C:\Program Files\Java\j2re1.4.0_01\lib\i386\jvm.cfg'

    I am geting this error when I enter the "java" command:
    "Error: could not open `C:\Program Files\Java\j2re1.4.0_01\lib\i386\jvm.cfg'"
    I have configured the PATH variable (Windows 2000) and "javac" works. I cannot, however, get my programs to run because of the error every time I type "java". Also, I did not install my JDK / SDK to the directory in which the computer is looking for the "java" cammand (ie. it is not in 'Program Files'...). If anyone can help, it would be greatly appreciated. Thank you.

    Try using the -cp switch on the command line. For example:java -cp . MyProgramIf this corrects the problem, you need to set the classpath variable
    as well as the path.
    Mark

  • Parsing error in file C:\Program Files (x86)\HP\Digital Imaging\bin\hpqscloc\1033.xml

    The HP Solution Centre has disappeared from my toolbar and we I attempt to open it with the program file I receive the above error

    Hi ... I have the same kind of error message:
    Parsing error in file C:\Program Files (x86)\HP\Digital Imaging\bin\hpqscloc\1033.xml
    Have been searching for a solution, using different sort of key words, no luck so far.
    Anyone here? Many thanks in advance.

  • When i click on the Firefox icon I get an error message, C:\Program Files\Java\jre6\lib\deploy\jqs\ff\..\..\..\..\bin\jqsnotify\.exe cannot be found. What is it? and how do i fix it? in English

    When i click on the icon to open Firefox an error message box appears with the following message, C:\Program Files\Java\jre6\lib\deploy\jqs\ff\..\..\..\..\bin\jqsnotify\.exe cannot be found. It then advises me to use the Search function, but the search function says it is unavailable.
    What is it? and how do I fix it? in English

    See:
    http://www.java.com/en/download/help/quickstarter.xml - What is Java Quick Starter (JQS)? What is the benefit of running JQS? - 6.0

  • I have no directory "C:\Program Files (x86)\MSBuild\12.0\bin"

    I installed and few times reinstalled Visual Studio 2013 Community Update 4 from ISO and web installer, SHA-1 is correct. However every time installation process didn't create this directory (also its subdirectories and included files):
    C:\Program Files (x86)\MSBuild\12.0\bin
    In registry I have entries about MSBuild 12.0 including path to mentioned directories (...\bin and ...\bin\_amd64). Also during creation of project I receive errors:
    "Unable to read project... The imported project... C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.targets was not found. Confirm..."
    It's understandable, because I have only these files and subdirectories in C:\Program Files (x86)\MSBuild\12.0:
    Microsoft.Common.props, Microsoft.VisualStudioVersion.v12.Common.props, Microsoft.Common.Targets (directory and its subdirectory: "ImportAfter" that includes files: Microsoft.VisualStudio.ReleaseManagement.BuildInfo.ImportAfter.Targets, Microsoft.VisualStudio.Silverlight.SDKTools.targets).
    I don't have subdirectory: ...\bin and its content.
    I tried install Microsoft Build Tools 2013 but without result. Everything I did on Administrator account on Windows 7 x64.
    I don't want to reinstall OS, so could anyone send me entire directory: "C:\Program Files (x86)\MSBuild\12.0\bin" (with subdirectories and msbuild.exes (x86, x64))?

    Hello starjacker0,
    I have a new installed Visual Studio which installed Visual Studio 2013 and I can see the folder you showed. Hence, I think your problem is pending on your installation and I recommend we focus on this installation problem first.(I'm not allowed to send
    you these files on the forum.)
    Please navigate to your %temp% folder and find the following logs out:
    Or you can use  http://aka.ms/vscollect 
    to gather the installation logs. After using it, you will find vslogs.cab from %temp% folder. Please upload the file to OneDrive and share the link for me, I will help you analyze this file. The log can tell us the reason why it cannot create files under
    that folder.
    If you have collected the logs, please try clear your %temp% folder and restart the MSBuild installation. I suspect VS installer cannot overwrite the %temp% folder which may cause your problem. However, you know, without logs I'm also not sure of the reason.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • C:\Program Files\Java\jre7\bin

    I have java installed on my sytem.but when i try to run sql developer it says j2se sdk not found in the path C:\Program Files\Java\jre7\bin
    C:\Windows\system32>java -version
    java version "1.7.0"
    Java(TM) SE Runtime Environment (build 1.7.0-b147)
    Java HotSpot(TM) 64-Bit Server VM (build 21.0-b17, mixed mode)
    (code}
    how should i get the path of j2se sdk                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    >
    java version "1.7.0"
    >
    Don't use Java 1.7 with sql developer. There have been many problem reports (search the forum) and it is recommended that you use no later than a 1.6 Java version.

  • C:\program files (x86)\hp\digital imaging\bin\background.exe

    c:\program files (x86)\hp\digital imaging\bin\hpqkgrp.exe the application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail.
    I never had a problem before with scanning(as copying and printing are not a problem) and I can scan when I right click on the solution center but it does not allow for pdf format...I have tried everything it says on the even log and have unistalled the hp program and then re-installed the program with update and assistant to correct problem and I still cannot get it....PLEASE HELP!

    Hello Quincy62301 ,
    Welcome to the HP Forums.
    I see that you are having some issues with the scanning due to an error code.
    I suggest that we start off by running the HP Print and Scan Doctor.  Please take a screen shot of any error codes or messages so that I can see exactly what you see.
    Write me back and I will be happy to help.
    Cheers,  
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • Cannot find a J2SE SDK installed at path C:\Program Files\Java\jre6

    Hi,
    I am trying to install the latest version of SQL Developer 3.0 on my brand new Windows7(64-bit) computer. I already installed the Java SDK6 (Update26). Unfortunatelly I am forcing some problems.
    When I start the sqldeveloper.exe for installing - at the beginning when I browse and select the java.exe an error comes up:
    Cannot find a J2SE SDK installed at path C:\Program Files\Java\jre6
    Why isn't it working?
    Can you help me? Any ideas?
    Thanks a lot!

    That's because you are trying to run SQLDeveloper with a JRE not a JDK.
    Since you already installed a JDK you should have a folder labeled
    jdk1.6.0_26in your C:\Program Files\Java directory.
    If you cant find the proper JDK in your system the 64 bit version for windows can be found here:
    http://download.oracle.com/otn-pub/java/jdk/6u26-b03/jdk-6u26-windows-x64.exe

  • Why does C:\Program Files (x86)\Hewlett-Packard\IAM\Bin\asghost.exe run continually at almost 50% CPU use whenever Firefox is started

    Every time I start Firefox 8.0 the following programs runs continuously, i.e. Why does C:\Program Files (x86)\Hewlett-Packard\IAM\Bin\asghost.exe run continually at almost 50% CPU use whenever Firefox is started?

    Start your '''Computer''' in safe mode. Then start Firefox. Try '''Safe''' web sites.
    '''[http://encyclopedia2.thefreedictionary.com/Linux+Safe+Mode Starting The Computer In Safe Mode;<br>Free Online Encyclopedia]'''
    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/viruses/disinfection/5350 Anti-Rootkit Utility - TDSSKiller]
    * [http://general-changelog-team.fr/en/downloads/viewdownload/20-outils-de-xplode/2-adwcleaner AdwCleaner] (for more info, see this [http://www.bleepingcomputer.com/download/adwcleaner/ alternate AdwCleaner download page])
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • I'm trying to download and run Firefox but keep getting an "error creating directory" message. C:\Program Files\Mozilla Firefox\res\dtd What do I need to do to fix this?

    It shows under the message, the following:
    C:\Program Files\Mozilla Firefox\res\dtd
    What do I need to do to fix this?

    * Download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    * Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    * Don't remove personal data if you uninstall the current version.
    * It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    Your bookmarks and other profile data are stored elsewhere (not in the Firefox program folder) and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.

  • -Error: could not open `C:\Program Files\Java\j2re1.4.0_02\lib\i386\jvm.cf

    Using the classpath switch (as advised to an earlier topic message) doesn't work for me. Can you help?! Many thanks
    N

    Solved this problem by deleting java.exe from C:\WINNT
    N

  • Could not open "C:\Program Files\Java\j2rel.4.1_02\lib\i386\jvm.cfg

    Hi,
    I have just installed J2rel1.4.1_02 and it seems to be okay with running applets and the pathway has been set in the autobat.exec file (I'm still using Windows 98), but I keep getting the above error message when I try to run a program.
    I have tried reinstalling the program several times, to no avail. I even see the directory that it is looking forward and I can't understand why I'm getting this error. Can anyone help?
    Thank you.

    Uninstall any versions of J2RE, restart the system,
    Scandisk the hdd, restart the system,
    Defrag your hdd, restart the system,
    Reinstall the J2RE and hope it works!I forgot to mention... After the uninstall delete the J2RE folder and when reinstalling J2RE use a diffent folder name.

Maybe you are looking for

  • Important!! Improve the life and performance of the battery.

    Reduce the operating temperature and increase battery life The battery in your notebook PC is designed to provide the necessary amount of energy for the processor while maintaining HP high safety standards. As a result, the battery may not charge or

  • Creating a very simple XML-driven gallery

    Hi, I'm learning XML in AS3 and I am having real trouble finding a resource that can help me learn how to build a very simple XML-driven picture gallery. I am working in an FLA file with AS3, with a dynamic text field with the instance name "textfiel

  • How to store text file in MySql database

    Hello Sir/Madam, I want to store and retreive text file in mysql database ,Please give some ideas and send me code examples.

  • Error in adding stock with mb1c

    Hi experts, Already i have created stock in mb1c later when i try to add some more quantity it showing document number 2345 1 2011 was already assigned.. how to solve this ?

  • Macbook Pro Top cover has shifted positions

    Hi there, I was using my Macbook pro earlier today, my sister was angry and she threw her computer down on my bed, part of it hit my computer's screen, and I just noticed that my computer won't sit flat on a table (top left part is heavier now), this