Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3428752
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T06:59:49+00:00 2026-05-18T06:59:49+00:00

How can it be that Netbeans can compile and run apps, but that the

  • 0

How can it be that Netbeans can compile and run apps, but that the path environmental variable for windows xp doesn’t have javac configures correctly (assuming this to be the problem, see GAE error)?

Following this tutorial, I’m getting runtime errors from a Java app. I’m using NB 6.9.1 and the GAE (Google App Engine) third-party for the correct version. I suppose I could compile the plugin from source, but I don’t believe that’s the problem.

As near as I can tell the Guestbook app comes directly from Google for GAE.

————update—————–

OK, this looks like a path problem. The output from path shows that not all drives have the correct path. (I manually added the JDK path to the path for the c drive.) The spammy output for the GAE is seperated, as is the spammy run output.

I think it’s just the network mapping, which is breaking the path(?).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T06:59:49+00:00Added an answer on May 18, 2026 at 6:59 am

    In terms of setting the path the default in the computer lab is:

    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    
    H:\>echo %PATH%
    C:\apps\java\java-tools\ant\bin;c:\apps\java\jdk1.6.0_14\bin\bin;C:\watcom-1.3\b
    innt;C:\watcom-1.3\binw;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;
    c:\Program Files\Intel\DMIX;c:\apps\QuickTime\QTSystem\;c:\Program Files\Microso
    ft SQL Server\90\Tools\binn\;C:\Apps\TortoiseSVN\bin;C:\Program Files\Windows Im
    aging\;C:\Program Files\FreePhoneLine\native\Xuggle\bin\
    
    H:\>
    

    After editing, the new path result is:

    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.

    H:>echo %PATH%
    C:\apps\java\java-tools\ant\bin;c:\apps\java\jdk1.6.0_14\bin\bin;C:\watcom-1.3\b
    innt;C:\watcom-1.3\binw;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;
    c:\Program Files\Intel\DMIX;c:\apps\QuickTime\QTSystem\;c:\Program Files\Microso
    ft SQL Server\90\Tools\binn\;C:\Apps\TortoiseSVN\bin;C:\Program Files\Windows Im
    aging\;C:\Program Files\FreePhoneLine\native\Xuggle\bin\;C:\Program Files\Java\j
    dk1.6.0_02\bin

    H:>

    All well and good. Further good news:

    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    
    H:\>javac -version
    javac 1.6.0_02
    
    H:\>
    H:\>D:
    
    D:\>javac -version
    javac 1.6.0_02
    
    D:\>
    D:\>C:
    
    C:\>
    C:\>javac -version
    javac 1.6.0_02
    
    C:\>
    

    So, it appears that javac is on the path correctly now. By putting the NetbeansProjects directory (now called NB) and the GAE sdk on C:\ the app actually runs.

    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    
    H:\>c:
    
    C:\>dir
     Volume in drive C is SE14L0130-31
     Volume Serial Number is 0896-E6F1
    
     Directory of C:\
    
    01/15/2010  09:21 AM                 0 1
    11/17/2010  11:55 PM    <DIR>          appengine-java-sdk-1.3.8
    08/10/2009  11:56 AM    <DIR>          Apps
    05/05/2006  07:17 AM                 0 AUTOEXEC.BAT
    08/25/2009  09:34 AM    <DIR>          bd4a6caba48fb59236110a4fc495
    09/17/2009  07:47 AM    <DIR>          config
    05/05/2006  07:17 AM                 0 CONFIG.SYS
    01/06/2010  10:43 AM    <DIR>          dell
    11/17/2010  04:10 PM                 0 dfinstall.log
    11/17/2010  11:04 PM    <DIR>          Documents and Settings
    05/10/2006  12:16 PM    <DIR>          Inetpub
    01/06/2010  10:43 AM    <DIR>          Intel
    05/16/2006  07:18 AM    <DIR>          lexmark
    11/17/2010  11:57 PM    <DIR>          NB
    10/22/2008  08:18 AM    <DIR>          NDPS
    11/17/2010  04:45 PM        16,336,664 Persi0.sys
    11/17/2010  11:50 PM    <DIR>          Program Files
    11/17/2010  04:00 PM    <DIR>          quarantine
    11/17/2010  11:58 PM    <DIR>          temp
    08/10/2009  09:40 AM    <DIR>          watcom-1.3
    11/17/2010  07:18 PM    <DIR>          WINDOWS
    12/26/2008  03:30 PM    <DIR>          Zenworks
    05/10/2006  06:39 AM            12,814 ziswin.hst
                   6 File(s)     16,349,478 bytes
                  17 Dir(s)  178,861,129,728 bytes free
    
    C:\>
    

    All this is so anticlimactic to futzing about with PATH, not really sure what think.

    Anyhow, kinda work. Dunno, really, if this is a factor of simply moving the project to the C drive, the sdk to the C drive, just a different machine, or factor x.

    For now at least, solved.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How do you ensure, that you can checkout the code into Eclipse or NetBeans
I can do that file-by-file with Save As Encoding in Visual Studio, but I'd
Can anyone recommend a light Java IDE that doesn't require you to make new
Can anyone point to libraries that can be used for Printing from Compact .Net
I can understand that imposing a minimum length on passwords makes a lot of
Can I create a private instance method that can be called by a class
Can anyone recommend a dropdownlist control for asp.net (3.5) that can render option groups?
I want something that can check if a string is SELECT , INSERT ,
Is there a Regular Expression that can detect SQL in a string? Does anyone
Is there any tool that can parse a valid C program and generate a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.