Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Path problem while importing css and js files

  1. #1
    Junior Member
    Join Date
    Sep 2014
    Location
    Mumbai
    Posts
    10
    My Mood
    Cheerful
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Path problem while importing css and js files

    Hello guys I am having a problem importing files even after using suggestion of netbeans files are not imported firebug shows error that :404 cannot find http://localhost:8084/js/jquery.js and same for other files too , the application name is not present in path.I have faced this problem before sometimes it work ,sometimes does not do any one have any idea about it.
    HTML Code:
    <link rel="stylesheet" type="text/css" media="screen" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/themes/base/jquery-ui.css" />
            <link rel="stylesheet" type="text/css" media="screen" href="css/ui.jqgrid.css" />
            <script type="text/javascript" src="js/jquery.js"></script>
            <Script type="text/javascript" src="js/jquery.jqGrid.min.js"></script>
            <script type="text/javascript" src="js/grid.locale-en.js"></script>


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Path problem while importing css and js files

    Move from Java programming section.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Problem with Java Path.
    By PadmaCh in forum Member Introductions
    Replies: 3
    Last Post: May 15th, 2014, 08:45 AM
  2. javaws issue - importing two jnlp files into system cache
    By andertrack in forum What's Wrong With My Code?
    Replies: 2
    Last Post: May 9th, 2014, 06:34 PM
  3. problem importing jexcel in netbeans
    By professor chaos in forum Java IDEs
    Replies: 1
    Last Post: January 24th, 2013, 12:12 PM
  4. Replies: 1
    Last Post: December 27th, 2012, 03:57 PM
  5. importing class files :S
    By b3ard in forum What's Wrong With My Code?
    Replies: 3
    Last Post: September 2nd, 2010, 03:45 AM