Results 21 to 24 of 24
- 04-01-2011, 04:15 AM #21
Member
- Join Date
- Apr 2011
- Location
- Florida
- Posts
- 6
- Rep Power
- 0
- 04-01-2011, 04:41 AM #22
Member
- Join Date
- Mar 2011
- Posts
- 11
- Rep Power
- 0
Just downloaded it. It's very confusing. Lol. I tested it in JGrasp and it looks perfect. I really like BlueJ though, I am now determined to fix my scrolling buffer.
- 04-01-2011, 04:45 AM #23
Member
- Join Date
- Mar 2011
- Posts
- 11
- Rep Power
- 0
Fixed BlueJ. Assignment done(as much as I can do anyway). Very happy.
- 04-01-2011, 05:21 AM #24
Moderator
- Join Date
- Feb 2009
- Location
- New Zealand
- Posts
- 4,547
- Rep Power
- 11
Well done.
As far as IDEs are concerned, there's always compiling and running from the command line...
Since there are no packages involved the following may be all you need (run from the folder/directory where the source files are)
Java Code:C:\whereever\>javac -cp . *.java C:\whereever\>java -cp . AccountArray
== Compile with the classpath right here everything dot java, run with the classpath right here the AccountArray main()
Similar Threads
-
JAI: Java Advanced Imaging Install problem
By panagath in forum New To JavaReplies: 2Last Post: 02-13-2011, 01:29 AM -
Inheritance Problem
By kazumahits in forum New To JavaReplies: 5Last Post: 01-11-2011, 03:46 PM -
Inheritance problem
By ZuperZombie in forum Advanced JavaReplies: 0Last Post: 04-02-2010, 03:55 PM -
inheritance problem
By er1c550n20 in forum New To JavaReplies: 2Last Post: 03-10-2010, 06:01 PM -
Arrays Problem (Advanced Java...Need Help)
By Zebra in forum New To JavaReplies: 9Last Post: 05-02-2008, 01:26 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks