Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Eclipse scrapbook problems (solved)
Eclipse scrapbook problems (solved) [message #529186] Fri, 23 April 2010 06:55
Eclipse UserFriend
I can test really simple code lines, no problem here:
System.out.print(: hello");

Edit post:
Scrapbook display function. is no problem anymore.

I Solved the following myself:
had a small problem with referencing the main.

My situation:
package name : default package
So it has no name

I have 2 classes:
- Dog.java
- DogTestDrive.java

DogTestDrive has the main method.

Type in scrapbook:
String[] args = {};
DogTestDrive.main(args);

And it executed fine...

[Updated on: Fri, 23 April 2010 07:32] by Moderator

Previous Topic:Java ME and Windows Mobile 6.1
Next Topic:How to save current state of variables in a flat file while debugging in eclipse
Goto Forum:
  


Current Time: Sun Mar 16 08:27:37 EDT 2025

Powered by FUDForum. Page generated in 0.03698 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top