Results 1 to 3 of 3
Thread: CodeModel Help?
- 12-10-2012, 04:19 AM #1
Member
- Join Date
- Apr 2012
- Posts
- 5
- Rep Power
- 0
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!!!!
- 12-10-2012, 08:20 AM #2
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.
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 12-10-2012, 03:10 PM #3
Member
- Join Date
- Apr 2012
- Posts
- 5
- Rep Power
- 0
Re: CodeModel Help?
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?


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks