• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

import a file in netbeans

 
Ranch Hand
Posts: 2166
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am not a big netbeaner, but more on the eclipse side.
Now I want to use it for some simple ajax tests.
Unfortunatedly I did not found a way for the simple task of importing a file like prototype.js in the web pages folder.
In Eclipse there is right mouse click import or file import. Also files can be draged and droped in the projects views, whereas in Netbeans I found no other way but to create an empty file, name it prototype.js and CTRL-C/CTRL-V the content from somewhere else. Maybe I am blind. There has to be an easier way.

thanks Axel
[ January 22, 2008: Message edited by: Axel Janssen ]
 
Ranch Hand
Posts: 433
Netbeans IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What about just copying the file into the web-folder?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic