Need help with Netbeans

H

Himanshu Garg

I want to write some code in a Java Project's opened file from another Project in Netbeans.

Scenario:

I have Project1 and Project2. I want that when I run a program from project1, then it should write the code I have defined in Project2.
 
J

Jeff Higgins

I want to write some code in a Java Project's opened file from another Project in Netbeans.

Scenario:

I have Project1 and Project2. I want that when I run a program from project1, then it should write the code I have defined in Project2.
Are you not able to accomplish what you want?
If not, why?
How can we help?
 
H

Himanshu Garg

I am starting the project so I don't know what to do. I have to write a plugin in netbeans, so that on clicking the plugin button, it should automatically type the code in the "Source" area of currently opened file in netbeans. The user must see the code writing automatically
 
J

Jeff Higgins

I am starting the project so I don't know what to do. I have to write a plugin in netbeans, so that on clicking the plugin button, it should automatically type the code in the "Source" area of currently opened file in netbeans. The user must see the code writing automatically
How To Ask Questions The Smart Way
<http://www.catb.org/~esr/faqs/smart-questions.html>
So, You Need to Write a Program but Don't Know How to Start
<http://home.earthlink.net/~patricia_shanahan/beginner.html>
Netbeans API
<http://bits.netbeans.org/dev/javadoc/>
NetBeans Platform Learning Trail
<https://netbeans.org/kb/trails/platform.html>
 
M

markspace

I am starting the project so I don't know what to do. I have to
write a plugin in netbeans, so that on clicking the plugin button, it
should automatically type the code in the "Source" area of currently
opened file in netbeans. The user must see the code writing
automatically

NetBeans Platform learning trail:

https://netbeans.org/kb/trails/platform.html

NetBeans Plugin Quickstart:

http://platform.netbeans.org/tutorials/nbm-google.html

I'd like to learn the platform, but I haven't had the opportunity;
where to start is about all I know. Good luck.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,054
Latest member
LucyCarper

Latest Threads

Top