Thread: Running PI on Mac OSX

Results 1 to 2 of 2
  1. #1 Running PI on Mac OSX 
    Registered Member
    A nipple's Avatar
    Join Date
    Apr 2009
    Age
    31
    Posts
    426
    Thanks given
    34
    Thanks received
    22
    Rep Power
    193
    Base: PI
    Problem: How to run on Mac OSX
    Errors(Compiling Errors):
    Code:
    Usage: java [-options] class [args...]
               (to execute a class)
       or  java [-options] -jar jarfile [args...]
               (to execute a jar file)
    
    where options include:
        -d32          use a 32-bit data model if available
        -d64          use a 64-bit data model if available (implies -server, only for x86_64)
        -client      to select the "client" VM
        -server      to select the "server" VM
        -jvm      is a synonym for the "client" VM  [deprecated]
        -hotspot      is a synonym for the "client" VM  [deprecated]
                      The default VM is client.
                      
        -cp <class search path of directories and zip/jar files>
        -classpath <class search path of directories and zip/jar files>
                      A : separated list of directories, JAR archives,
                      and ZIP archives to search for class files.
        -D<name>=<value>
                      set a system property
        -verbose[:class|gc|jni]
                      enable verbose output
        -version      print product version and exit
        -version:<value>
                      require the specified version to run
        -showversion  print product version and continue
        -jre-restrict-search | -jre-no-restrict-search
                      include/exclude user private JREs in the version search
        -? -help      print this help message
        -X            print help on non-standard options
        -ea[:<packagename>...|:<classname>]
        -enableassertions[:<packagename>...|:<classname>]
                      enable assertions
        -da[:<packagename>...|:<classname>]
        -disableassertions[:<packagename>...|:<classname>]
                      disable assertions
        -esa | -enablesystemassertions
                      enable system assertions
        -dsa | -disablesystemassertions
                      disable system assertions
        -agentlib:<libname>[=<options>]
                      load native agent library <libname>, e.g. -agentlib:hprof
                        see also, -agentlib:jdwp=help and -agentlib:hprof=help
        -agentpath:<pathname>[=<options>]
                      load native agent library by full pathname
        -javaagent:<jarpath>[=<options>]
                      load Java programming language agent, see java.lang.instrument
        -splash:<imagepath>
                      show splash screen with specified image
    /Users/me/Downloads/Server/2. Run Server.command: line 2: poi.jar: command not found
    /Users/me/Downloads/Server/2. Run Server.command: line 2: mysql.jar: command not found
    /Users/me/Downloads/Server/2. Run Server.command: line 2: mina.jar: command not found
    /Users/me/Downloads/Server/2. Run Server.command: line 2: slf4j.jar: command not found
    /Users/me/Downloads/Server/2. Run Server.command: line 2: slf4j-nop.jar: command not found
    /Users/me/Downloads/Server/2. Run Server.command: line 2: jython.jar: command not found
    /Users/me/Downloads/Server/2. Run Server.command: line 2: log4j-1.2.15.jar: command not found
    /Users/me/Downloads/Server/2. Run Server.command: line 2: server.Server: command not found
    Other Information/Media(Pictures, etc):This is my Run.command
    Code:
    cd /Users/me/Downloads/Server
    java -Xmx800m -cp bin;poi.jar;mysql.jar;mina.jar;slf4j.jar;slf4j-nop.jar;jython.jar;log4j-1.2.15.jar;server.Server
    Just switched from PC to Mac and I'm trying to relearn how to do all this.
    Java is C++ without the guns, knives, and clubs
    Reply With Quote  
     

  2. #2  
    Registered Member
    A nipple's Avatar
    Join Date
    Apr 2009
    Age
    31
    Posts
    426
    Thanks given
    34
    Thanks received
    22
    Rep Power
    193
    Bumppp
    Java is C++ without the guns, knives, and clubs
    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. Running help
    By falcon_1 in forum Help
    Replies: 1
    Last Post: 12-16-2010, 12:22 AM
  2. Running
    By infallible in forum Help
    Replies: 7
    Last Post: 10-10-2010, 06:30 PM
  3. Help with GS running.
    By .php in forum Help
    Replies: 4
    Last Post: 09-23-2010, 06:53 PM
  4. Running
    By MrVidel in forum Help
    Replies: 2
    Last Post: 01-03-2010, 06:01 AM
  5. Running a 508
    By Chrham_2 in forum Help
    Replies: 3
    Last Post: 02-02-2009, 12:01 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •