Results 1 to 2 of 2

Thread: Converting NetBeans to Borland/Ready to Program?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2006
    Posts
    71

    Converting NetBeans to Borland/Ready to Program?

    In my computer science class at school we have to make our final Java project in Borland. The only problem is that borland is the biggest piece of crap ever, and the GUI builder doesn't work very well. So rather than typing out a GUI, I started using NetBeans, which works great The problem now is that the project files NetBeans creates are really different from that of Borland, and I need to be able to have the project in Borland format for my teacher to mark. If directly converting it to borland doesn't work, I can use Ready to Program, which is another compiler that mostly only schools use I think, because it directly edits .java files. Only problem is that that can't see the other forms (.java files) linked together in netbeans. Any help would be greatly appreciated, thanks!

  2. #2
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: Converting NetBeans to Borland/Ready to Program?

    Most IDEs that come with a GUI designer modify the source code while changing on the UI. and NetBeans is one of those IDEs.. You can open your Java files in any other IDE and they'll be just as executable as they were on netbeans or any other IDE. You must keep the package structure when moving from an IDE to another. Other than that I guess you should have no problems
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

Posting Permissions

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



Click Here to Expand Forum to Full Width