• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Something Obvious I'm Overlooking in NetBeans 6

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've jumped from NetBean 3.6 to 6.1.

I code from my desktop box. All the source code is on a server. I have a mapped drive for each context I work in.

In 3.6 I could compile inside each context. That is, when it compiled the compiled code was placed on the server.

In 6.1 the compiled code goes to My Documents\NetBeansProjects\etc. and then I have to copy/paste it to the server.

How do I change where the compiled code is compiled to?

I want the compiled code to go to the server, not my local PC. And I am sure I am overlooking some setting or switch, but which one?
reply
    Bookmark Topic Watch Topic
  • New Topic