Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: serato_sync command .. doesn't work

  1. #1
    Junior Member
    Join Date
    Jul 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default serato_sync command .. doesn't work

    I use Serato a DJ program and I use the serato_sync to sync my music and have for the last 3 years. all of the sudden I started getting this


    Last login: Thu Jul 14 22:01:42 on ttys000
    /Volumes/CLUB\ HD/\(sync_club\).command ; exit;
    john-farrells-macbook-pro:~ John$ /Volumes/CLUB\ HD/\(sync_club\).command ; exit;
    Enabling full-sync mode.
    Setting library path to /Volumes/Club HD
    checking for library path on '/Volumes/Club HD'
    Exception in thread "main" java.lang.NullPointerException
    at ssl_crates.K.<init>(Unknown Source)
    at ssl_crates.C.L(Unknown Source)
    at ssl_crates.C.A(Unknown Source)
    at ssl_crates.foo.A(Unknown Source)
    at ssl_crates.foo.main(Unknown Source)
    Setting library path to /Volumes/Club HD
    checking for library path on '/Volumes/Club HD'
    Exception in thread "main" java.lang.NullPointerException
    at ssl_crates.K.<init>(Unknown Source)
    at ssl_crates.C.L(Unknown Source)
    at ssl_crates.C.A(Unknown Source)
    at ssl_crates.foo.A(Unknown Source)
    at ssl_crates.foo.main(Unknown Source)
    Setting library path to /Volumes/Club HD
    checking for library path on '/Volumes/Club HD'
    Exception in thread "main" java.lang.NullPointerException
    at ssl_crates.K.<init>(Unknown Source)
    at ssl_crates.C.L(Unknown Source)
    at ssl_crates.C.A(Unknown Source)
    at ssl_crates.foo.A(Unknown Source)
    at ssl_crates.foo.main(Unknown Source)
    logout

    [Process completed]


    and Not knowing anything about Java or how it all works .. how do i fix this problem?

    please help!


  2. #2
    Grand Poobah
    Join Date
    Mar 2011
    Posts
    1,545
    My Mood
    Grumpy
    Thanks
    0
    Thanked 167 Times in 158 Posts

    Default Re: serato_sync command .. doesn't work

    This forum is for people who need help with writing Java programs. Do you need that type of help? If you have a problem with an application written in Java perhaps you should seek help from the people who wrote it.
    Improving the world one idiot at a time!

  3. #3
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: serato_sync command .. doesn't work

    I've seen Serato before. It looks like a great bit of kit!

    I have no idea what would of caused this error though. Have you downloaded or installed anything new recently?
    I take it you have rebooted your PC? Maybe try a system restore back a couple of days.
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

Similar Threads

  1. Program.jar -command
    By luigi10011 in forum Java Theory & Questions
    Replies: 1
    Last Post: April 23rd, 2011, 09:49 AM
  2. [SOLVED] Send a F5 command
    By mds1256 in forum Object Oriented Programming
    Replies: 2
    Last Post: March 18th, 2011, 03:23 AM
  3. command line arguments
    By rizla in forum Member Introductions
    Replies: 3
    Last Post: December 12th, 2010, 11:14 PM
  4. Run 2 systems command in applet, how?
    By bulgin in forum What's Wrong With My Code?
    Replies: 3
    Last Post: April 8th, 2010, 03:11 PM
  5. [SOLVED] Command Line Argument Help
    By EmSaint in forum Loops & Control Statements
    Replies: 2
    Last Post: January 28th, 2010, 10:55 AM