• 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

How can I reference a Javascript project from a Dynamic Web Project in Eclipse?

 
Ranch Hand
Posts: 290
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i used JSDT for writing the javascript code. in eclipse i have created JavaScript project and

I have a dynamic web project where i am running and debugging through eclipse, i need to reference the java script project in dynamic web project,

Like adding another java project in build path, not able to add the javascript project

How can i do that..

any other way to do this.. Please help me

Thanks
 
author & internet detective
Posts: 41878
909
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Chiru,
The JavaScript needs to be able to access the other JavaScript files from a URL because it is running on the server (web project). This is so when you deploy, it can still find it. Is the other JavaScript part of a web project? Hosted somewhere?
 
reply
    Bookmark Topic Watch Topic
  • New Topic