Results 1 to 10 of 10
- 05-29-2008, 04:20 AM #1
Member
- Join Date
- May 2008
- Posts
- 6
- Rep Power
- 0
Basic different between netbeans and eclipse
Hi, everyone
I just learn in java but usually i use netbeans for making project
Now i have to use eclipse and i'm confuse working with eclipse
I want to ask, what is the basic different between netbeans and eclipse?
I try to write import java.util.* but it's eror
I try to write System.out.print("helo"); but it's eror
I'm so confuse :(
Thank's before for your help
- 05-29-2008, 04:24 AM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
That's not the different between IDE. I think your IDE doesn't found the Java installation path correctly. What error you get there?
- 05-29-2008, 04:50 AM #3
Member
- Join Date
- May 2008
- Posts
- 6
- Rep Power
- 0
isn't there different syntax between this netbeans and eclipse?
When i write System.out.print("hello"); at that syntax, show red underline.
In netbeans usually is show an eror.
In my computer, i was install netbeans and then i paste eclipse.
is it possible this two program are crash or something else ?
i'm sorry for my bad english before :((
- 05-29-2008, 05:10 AM #4
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Ok, first of all can you show your simple code you have test there.
- 05-29-2008, 08:17 AM #5
Member
- Join Date
- May 2008
- Posts
- 6
- Rep Power
- 0
i write :
package coba;
public class try{
public static void main(String[] args) {
System.out.print("Hello");
}
}
I just write that code. Any wrong in that code?
I want to ask how we make a java file in the eclipse?
usually in the netbeans, we can click at the project and select java file. But in the eclipse i didn't found that. So i make java file using file, is it same or different?
@.@
- 05-29-2008, 09:02 AM #6
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Your code is ok. So you know how to work on NetBeans. Is that right?
On Eclipse too, you have to add a project first and so on
- 05-29-2008, 09:08 AM #7
Member
- Join Date
- May 2008
- Posts
- 6
- Rep Power
- 0
in netbeans i know a little how to make a project. but while i'm in eclipse, i'm so confuse because there is many option.
in eclipse i make a project by click file->new->folder. is folder same with project? because after that, i try to look again and i find project option.
- 05-29-2008, 09:17 AM #8
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Ok, now this is going to way of Eclipse user. I'm not. ;)
Anyway, can't you see any folders on your project now?
- 05-29-2008, 09:32 AM #9
Member
- Join Date
- May 2008
- Posts
- 6
- Rep Power
- 0
hehehe, ok.
After i make a folder it's will be create in project explorer.
ok, thank' s for your help.
I'll explore more about eclipse and hope i will find out how to use eclipse
thank's and GBU
- 05-29-2008, 10:34 AM #10
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Ya, experiments make more effective changes. :)
If you have solve this question it's time to mark thread as solved.
Similar Threads
-
basic java help
By adred in forum New To JavaReplies: 0Last Post: 03-08-2008, 12:36 PM -
NetBeans to Eclipse
By ravian in forum NetBeansReplies: 6Last Post: 12-06-2007, 02:38 AM -
Basic Graphic
By jkswebsite in forum Java 2DReplies: 6Last Post: 11-26-2007, 02:19 AM -
Dilemma netbeans or eclipse
By Nick15 in forum NetBeansReplies: 8Last Post: 11-08-2007, 04:11 PM -
help with basic example
By fred in forum New To JavaReplies: 1Last Post: 07-20-2007, 05:45 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks