Thread: windows 64bit help please.. Thanks

Results 1 to 5 of 5
  1. #1 windows 64bit help please.. Thanks 
    Austin_
    Guest
    Hi, i just got a New Computer, but its windows vista 64bit.

    So the java files goto "C:\Program Files (x86)\Java\jdk1.6.0_12"

    I changed my compiler to that, BUT when i try to run a client, or start a server... it says javac is not Internal or external command.. im arly new with windows 64bit.. i've been using windows xp pro.. since like 05' and its 09'.. so im Very new..

    Please help.

    Will +rep and maybe 5-10$ if u help me fix it, i have some ex-tra cash laying around inthe bottom of my paypals stomache


    Compiler:
    Code:
     @echo off
    Title Compiler
    "C:\Program Files (x86)\Java\jdk1.6.0_12\bin\javac.exe" *.java
    pause
    Works fine.

    Runserver:
    Code:
    @echo off
    title --PewPew Online--
    java -Xmx512m -cp .;./jython.jar;./MySql/mysql-connector-java-3.0.08-ga-bin.jar server
    Broken.

    RunClient:
    Code:
    @ECHO OFF
    echo PEWPEW CLIENTZORZ
    title client
    echo join www.pewpewscape.co.nr
    JAVA -Xmx500m EGUI
    Broken.
     

  2. #2  
    Doom-Ninja
    Guest
    Post the full compiler?
     

  3. #3  
    Banned

    Join Date
    Jan 2007
    Age
    30
    Posts
    4,417
    Thanks given
    3
    Thanks received
    105
    Rep Power
    0
    Right click on my computer and click properties, then go to advanced and click environmental variables, then under user variables add for variable put PATH and for the value put:C:\Program Files\Java\jdk1.6.0_12\ That should do it.
     

  4. #4  
    armadylblood
    Guest
    ok first of all for compiling if its a server use srm 1.7 its better and more stable and for clients all u have to do is do what the guy above me said
     

  5. #5  
    Austin_
    Guest
    Quote Originally Posted by Raid View Post
    Right click on my computer and click properties, then go to advanced and click environmental variables, then under user variables add for variable put PATH and for the value put:C:\Program Files\Java\jdk1.6.0_12\ That should do it.
    thx man
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Tags for this Thread

View Tag Cloud

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •