Thread: Problems with run. and compiler. PLEASE!

Results 1 to 6 of 6
  1. #1 Problems with run. and compiler. PLEASE! 
    Registered Member
    Join Date
    Aug 2012
    Posts
    11
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    The error i receive is "cant find path specfied" for both.

    source-@echo off
    title Project-Exile
    "C:\Program Files (x86)\Java\jdk1.7.0_03\bin\java.exe" -Xmx1500m -cp bin;deps/poi.jar;deps/mysql.jar;deps/mina.jar;deps/slf4j.jar;deps/slf4j-nop.jar;deps/jython.jar;log4j-1.2.15.jar; server.Server
    pause

    client-@echo off
    title hydroscape
    "C:/Program Files (x86)/Java/Jre7/bin/java.exe" -Xmx800m -cp .;Theme.jar Gui
    pause

    and the compiler totally didnt work. I changed the jdk to wat it should be and not i get an error atleast ...javac: file not found: *.java
    usage: javac <options> <source files>

    compiler-@echo off
    Title Compiler
    "C:\Program Files\Java\jdk1.7.0_03\bin\javac.exe" *.java
    pause

    Please help me.!!
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Aug 2012
    Posts
    11
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    bump
    Reply With Quote  
     

  3. #3  
    need java lessons
    Eclipse's Avatar
    Join Date
    Aug 2012
    Posts
    4,436
    Thanks given
    686
    Thanks received
    898
    Rep Power
    490
    What's your java version..?

    Quote Originally Posted by jerryrocks317 View Post
    i am 14 and have my own laptop im on almost 24/7 currently creating rsps lol so please get off my thread lol
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Aug 2012
    Posts
    11
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Thanks for acually replying to help me. And i have the newest java at the moment. What should i do?
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Aug 2012
    Posts
    11
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    bump
    Reply With Quote  
     

  6. #6  
    Registered Member ImZen's Avatar
    Join Date
    Jul 2011
    Posts
    239
    Thanks given
    26
    Thanks received
    15
    Rep Power
    26
    You need to check the path to see if it is correct.
    If you have the newest java.. "C:\Program Files (x86)\Java\jdk1.7.0_03\bin\java.exe" is incorrect.


    Coder, GFX Artist, Music Theory & Composition Major, Producer, Guitarist, Pianist, Rap Artist, Jack of all trades.


    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. Replies: 7
    Last Post: 06-27-2013, 11:52 AM
  2. Compiler problems
    By soul eater in forum Help
    Replies: 2
    Last Post: 08-11-2012, 04:02 AM
  3. ^39 compiler problems
    By Argyros in forum Help
    Replies: 3
    Last Post: 07-17-2012, 12:31 AM
  4. Compiler Problems PLEASE HELP
    By salutations in forum Help
    Replies: 8
    Last Post: 08-06-2010, 10:33 PM
  5. Compiler Problems
    By Shemhamforash in forum Help
    Replies: 13
    Last Post: 01-29-2009, 06:42 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •