CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2014
    Posts
    1

    RSPS code help for my compiler

    Compiler

    @echo off
    title Compiler
    "C:\Program Files\Java\jdk1.7.0_45\bin/javac" -cp lib\*; -d bin -sourcepath src src\*.java
    pause

    Compile for server
    @echo off
    title Client Compiler
    echo starting...
    "C:\Program Files\Java\jdk1.7.0_21\bin\javac" -cp lib\*; -d bin -sourcepath src src\com\rs\*.java
    @pause

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: RSPS code help for my compiler

    Could you please provide more information, this looks quite cryptic

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured