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 8 of 8

Thread: Compile a set of java files for a sudoku program

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

    Default Compile a set of java files for a sudoku program

    I wanted to study a full fledged sudoku built in java..

    I came across this sudoku at sourceforge.net.

    You can download the source code from here..

    http://sourceforge.net/projects/play...ysudoku/1.0.1/

    After extracting the files,i don't know how to compile all these files one by one..

    i mean which should be compiled first and which one later..

    Can anyone please help me in compiling all these source files and executing the program?

    Plus i've noticed none of these files contain a class which contains the main function. So i also don't know from where will the execution start.
    Last edited by kanishk.dudeja; June 16th, 2011 at 07:45 AM.


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Compile a set of java files for a sudoku program

    ...why don't you just compile all of them? An IDE should do it for you, or if you're doing it by command line, can't you just do something like javac *.java?

    And welcome to the forums, but this is probably something you should be asking the members of the project.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. #3
    Junior Member
    Join Date
    Jun 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Compile a set of java files for a sudoku program

    okay..i will try by using both of these methods..

    yes i tried to..but there's no help available at sourceforge.net. No email ids of developers are given.

  4. #4
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Compile a set of java files for a sudoku program

    This thread has been cross posted here:

    http://www.java-forums.org/new-java/45413-compile-set-java-files-sudoku-program.html

    Although cross posting is allowed, for everyone's benefit, please read:

    Java Programming Forums Cross Posting Rules

    The Problems With Cross Posting


  5. #5
    Junior Member
    Join Date
    Jun 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Compile a set of java files for a sudoku program

    im sorry. these were different sites. so i thought i should do it to get a quick reply.

  6. #6
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Compile a set of java files for a sudoku program

    Quote Originally Posted by kanishk.dudeja View Post
    im sorry. these were different sites. so i thought i should do it to get a quick reply.
    The problem is, anybody not aware of the crossposting will be unaware of what answers you've already received. So we're liable to waste our time telling you something you've already heard. And with hundreds of posts here, we don't really have any time to waste- especially because we're doing this for free. Crossposting makes it seem like you value your time more than ours, and more than others trying to get help, which comes off as extremely rude.

    And since we don't know where else you might have posted this now, I have a hard time helping crossposters who don't at least let us know where the other posts are.

    For more information, read the "The Problems With Cross Posting" link above.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  7. #7
    Junior Member
    Join Date
    Jun 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Compile a set of java files for a sudoku program

    okay. i get it . wont do it again mate. thanks..

  8. #8
    Junior Member
    Join Date
    Jun 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Compile a set of java files for a sudoku program

    thanks. it worked out. eclipse did it automatically

Similar Threads

  1. [SOLVED] Netbeans 7.0 won't compile files.
    By Melawe in forum Java IDEs
    Replies: 3
    Last Post: June 14th, 2011, 04:38 AM
  2. could not open `C:\Program Files\Java\jre6\lib\amd64\jvm.cfg
    By miaaa00 in forum Java Theory & Questions
    Replies: 1
    Last Post: March 29th, 2011, 12:45 AM
  3. anagram program wont compile please help
    By Rusak in forum What's Wrong With My Code?
    Replies: 5
    Last Post: March 26th, 2011, 06:23 PM
  4. Anagram program wont compile
    By Rusak in forum Member Introductions
    Replies: 0
    Last Post: March 25th, 2011, 02:38 PM
  5. Reading CSV files into a program
    By Wrathgarr in forum Java Theory & Questions
    Replies: 2
    Last Post: April 15th, 2010, 10:41 AM