Results 1 to 3 of 3

Thread: CodeModel Help?

  1. #1
    ashley3 is offline Member
    Join Date
    Apr 2012
    Posts
    5
    Rep Power
    0

    Question CodeModel Help?

    So I'm trying to use CodeModel to create an auto-class-generator that reads in a ton of data from a txt file, arranges it into String[][]s and creates a class with a method to return the requested String[][]. I would like to be able to use this class to easily update a program when I get new txt files.
    Unfortunately, I'm very much struggling to create a returnable array of arrays using CodeModel. Any suggestions for other similar methods of coding or ways to fix my problem?

    Thanks!!!!

  2. #2
    DarrylBurke's Avatar
    DarrylBurke is offline Moderator
    Join Date
    Sep 2008
    Location
    Madgaon, Goa, India
    Posts
    9,937
    Rep Power
    16

    Default Re: CodeModel Help?

    Since there isn't a class named CodeModel in the standard JDK, you might be beter off asking wherever you got that class.

    db
    Why do they call it rush hour when nothing moves? - Robin Williams

  3. #3
    ashley3 is offline Member
    Join Date
    Apr 2012
    Posts
    5
    Rep Power
    0

    Default Re: CodeModel Help?

    Quote Originally Posted by DarrylBurke View Post
    Since there isn't a class named CodeModel in the standard JDK, you might be beter off asking wherever you got that class.

    db
    I got it from CodeModel — Java.net and was hoping maybe someone on here might have used it before :(

    Any suggestions for other ways of running a program to write code for another program?

Tags for this Thread

Posting Permissions

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