954,518 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Help with Java IDE

Hi
I am new to Java GUI development
I installed the NetBeans IDE

I have not used anything other than Visual Studio in my life

I have studied Java in school and college and am familiar with it

So i was able to create a basic application but don't know how to add a Class Library

In Visual Studio i can do this by

File >> Add >> New Project >> Class Library

and if i want to use the library, i can just have a using statement(c#) and then use the functions in the class library

But in NetBeans i am lost. Can anyone please point me in the right direction??

I know this is a total noob question but its just that i dont know.

vivek4020
Newbie Poster
18 posts since Nov 2009
Reputation Points: 10
Solved Threads: 0
 

File > Project Properties > Libraries
Add the folder/jar/etc in the Compile tab.

Ezzaral
Posting Genius
Moderator
15,986 posts since May 2007
Reputation Points: 3,250
Solved Threads: 847
 

Eureka Eureka Eureka.

I feel at home coding Java as i am coming from C# background

Thanks for helping.

vivek4020
Newbie Poster
18 posts since Nov 2009
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: