How to compile from a folder different than bin

Greetings guys
I remember that a line must be added to some file, or maybe a special command is used.
Can you tell me how, please?

Variable Name :
javac bin
Variable Value:
F:\j2sdk1.4.1\binI think you may have misunderstood. When you get to step 6, you should get a small window titled
Edit System Variable correct? The first textfield should have Path written in it. The textfield
under the path textfield should have a bunch of paths to various directories something like so (yours will
differ a bit but don't worry about it):
%SystemRoot%\system32;%SystemRoot%\System32\Wbem notice each dir is separated by a ';'
Now, all you have to do is type the complete path to your bin directory at the end of the textfield. For example
if I were to add my bin directory, the above bold line would look like this:
%SystemRoot%\system32;%SystemRoot%\System32\Wbem;C:\Program Files\jdk1.5.0\bin
I hope that helps, PLEASE PLEASE DO NOT delete the lower textfield and save. It's meant for users to
append directories to the end of the field. If you delete info from the lower textfield, you may experience
some major OS problems. The PATH variable is used as a convenience of being able to type a command
from anywhere in the prompt. Any executable can be run from anywhere in a prompt provided that the
executable's directory is appended to the end of the Path variable. That's why you can run commands from
the prompt such as cd, exit, paint, ver, etc

Similar Messages

  • Why is the contents of Safari's downloads folder different than the actual folder?

    Why is the contents of Safari's downloads folder different than the actual folder that resides in my users folder?

    Problem is if I delete that .plist I'll delete those downloads.  I'm still able to launch those downloads from that location so that tells that file is probably not corrupted. I need to be able to located that folder and transfer the downloads from it before I do anything like this.  So that begs the question, where is that folder located?  When I do a folder search I'm taken to a Downloads folder, but it's not the one that is showing up from within Safari as it's contents are too different. 

  • How is a JQuery Vertical Accordian Different Than A Hide-Show Region

    Hello Everyone.
    I an using Apex 4.0.1. I recently learned how to create a JQuery vertical accordian. I'm using the sample accordian that Patrick Wolf recently created/posted. It uses a really nice "accordian template" that he put together. It's really quite useful when it comes to saving space and all on a page.
    Then I began wondering: How is this accordian different than Apex's own builtin Hide-Show Region template?
    And so, I created a sample page on my workspace in apex.oracle.com. I placed a JQuery vertical accordian that consists of 3 regions: 2 reports and a chart. I added a little bit of JQuery to Patrick's template that causes all 3 accordian slices to be closed as opposed to the default behavior of having one slice always open. I also added code that allows a user to re-size the entire accordian either vertically and/or horizontally.
    I then created 3 additional regions that mimic the first 3 regions above. These I placed in "column 2" on the page. For each region I assigned the "Hide-Show" template.
    As far as I can tell, both the accordian and the Hide-Show regions provide the same functionality.
    For the interested, here is a link to my page:
    http://apex.oracle.com/pls/apex/f?p=49919
    The app has open authentication assigned, and so, no login credentials are needed. Please click the "Accordian" tab.
    I realize that the accordian has more flexibilty in that one may add features like choosing to collapse/not collapse all slices and re-sizing, etc. I suppose one could do similarly for the Hide-Show regions using Javascript or JQuery but it would likely be an effort.
    Admittedly, such added features are cool and all. Still, it's been my experience that in the majority of business-like production environments, such "cool" features are pretty much useless. For example, I do not see how re-sizing the accordian or Hide-Show regions has much purpose. In fact, such "cool" features often get in the way of the main goal of the application.
    Of course, a JQuery accordian may also be created that expands/contracts slices "horizontally". I do not know of any way to do the same thing using Hide-Show regions. If someone does know how to do this, I (and likely others) would sure appreciate you sharing how.
    So, then, with respect to basic functionality (saving page real estate by encapsulating several regions), how is a JQuery vertical accordian any different than Apex's own builtin "Hide-Show" region?
    Thank you all for your thoughts/adice/code.
    Elie

    Hello Jari.
    Thank you for your help.
    Yes. Now I do understand what it is you are doing in your accordian page. And also I want to thsnk you for providing the sample code on your page showing how to go about preserving the current state of the accordian when you navigate from/to the page.
    You commented that this kind of state preservation is not available with the Hide/Show region. I'm thinking that you are correct, though I think I once saw something about doing this posted in this Forum. I'll search through and see if I can locate it.
    In any case, have you (or anyone else reading this thread) any other differences between a JQuery vertical accordian and Apex's own Hide/Show region? Other than being able to apply Javascript to an accordian to do things like preserve it's state (like you did), what else may one do with an accordian that is not doable (or at least not easily doable) with a Hide/Show region?
    Thank you for any further advice.
    Elie

  • Customized setup for deployment of Firefox 4 : How to integrate addons & prefs (seems different than 3.6.x)

    I'd like to silently install Firefox 4 using customized prefs, but it's seems different than the 3.6.x versions.
    How does it work with the new "folder architecture" used in Firefox ?
    * For 3.6.x, using the -ms switch install Firefox silently, and i integrated addons & prefs by :
    - copying pref.js + localstore.rdf + mimeTypes.rdf + content-prefs.sqlite + bookmarks.html to "localized\defaults\profile".
    - extracting all *.xpi addons into the extensions install folder "nonlocalized\extensions".
    * For FF 4 the -ms still works, and i tried to copy my addons in "core\distribution\extensions\", but all of them do not install, and I don't see any "localized" or "profile" folder for the prefs..
    Thx a lot in advance !

    Hi guys, here are some informations that i found and combined. These preferences/customisations ARE TESTED and WORKING!!
    First of all, extract your "Firefox Setup 4.0.exe"
    '''Silent installation without desktop icon:'''
    Create a "nodesktop.ini" at the same place you can find the setup.exe (root directory after extraction) containing following text:
    [Install]
    DesktopShortcut=false
    '''Run''': Installationfolder\setup.exe -ms /INI="CompletePathToInstallationFolder\nodesktop.ini"
    '''Disable Import Wizard:'''
    Create: InstallationFolder\core\override.ini containing:
    [XRE]
    EnableProfileMigrator=false
    Many options have to be set in InstallationsFolder\core\defaults\profile\prefs.js These directories and the prefs.js File have to be created first. Then make following entries:
    '''Use wpad:'''
    user_pref("network.proxy.autoconfig_url", "YourWpad.dat");
    user_pref("network.proxy.type", 2);
    '''Set startup homepage:'''
    user_pref("browser.startup.homepage", "http://www.YourPage.com/");
    '''Don't show browser rights:'''
    user_pref("browser.rights.3.shown", true);
    '''Don't ask if FF should be default browser:'''
    user_pref("browser.shell.checkDefaultBrowser", false);
    '''Dont't show FF welcome homepage at first run:'''
    user_pref("startup.homepage_welcome_url", "");

  • How to read from DAQ in different time intervals

    Hello,
    I am currently using LabVIEW 2010. I am new to LabView.
    I have 9 thermocouples I want to record the temperature from and create a graph.
    For one graph I want to graph the data every second for the duration of about 1.25 hours. For the other I want to record and graph the data every 2 minutes for a duration of 30 minutes. The temperature then would be ramped up in an oven and set to a higher temperature. When it is stabilized, recording of the data again will begin again at intervals of 2 minutes for the duration of 30 minutes.
    The first is only to see the real time temperature variation while the program is recording and running. The second graph and data is what I will use to analyze.
    What I need help in is finding out how you can read from the DAQmx at two different time intervals. I tried two parallel loops with each one graphing the two separate graphs I need with a delay time. Those two parallel loops where then surrounded by another while loop. The result is that the outside loop waits until both loops are finished so I do not get the correct results for the real time data graph.
    Is there a way to call on the DAQ data you need at the time interval you desire? Any suggestions to solve this problem? Thank you for your time and help.

    You are on the right track.  Sample the data at the fastest rate and send it to the 1st graph.  For the slower graph, take a sample from the faster data at your desired time interval.  You could use a timer and a case structure for something quick and easy and still have everything run in the same loop.  You could use two loops running at different speeds, it is just a little more involved and a few other things to consider. 

  • Iphoto data folder different than originals and modified

    Some of the thumbnails in my Iphoto library have no picture file linked to them.
    I played with some pictures which were brought onto my computer from a camera with the time poorly set up. In doing so, some of the pictures in the data folder cannot be found in Iphoto. They are all there when I search through the originals and modified folders. It seems I may be able to replace contents of the data folder with contents from the orig/mod folders, seeing as all of the data is on an external drive.
    I routed Iphoto to use the backed up library as its source. All seems well, except for the folder issue. Is there and easy solution?

    I moved a bunch of folders around to open up space on my meager 80g HD Macbook so I could up grade to SL and not risk loosing any data. I moved the iphoto library to the external HD. I may have updated a previous back up and not changed the Data folder in the process. I think I updated the original and modified folders only into the HD's previous iphoto backup. The only folders I moved out of the original Iphoto folder in "pictures" were the modified and original folders because they were the largest files. The data folder and all others remain unchanged.
    Once SL was up and running smoothly, I opened Iphoto with the option button pressed and chose the program to read the pics from the Iphoto library on the external drive.
    Interestinly, When I did the same thing with my Itunes library it took about 20 minutes to load the library, in contrast, Iphoto was instant. Like it was reading the data folder within the computers HD and searching for the picture in the external. Movie clips seem to not be working at all. They don't seem to open QT automatically, or even work when it's open.

  • How to restore from time machine different OS

    I  am going back to snow leopard (from OS 10.8 back to 10.6) using my mac book pro (mbp). I backed up my data using time machine then loaded the orig OS from disk (leopard). This erased my HD on my mbp. I loaded the orig OS successfully (leopard). When I tried to restore data and apps from time machine, it said I could not because the time machine was backed up using 10.8 (and I  needed to upgrade if I was going to restore from time machine). The point is I dont want to upgrade (I am downgrading away from 10.8 back to 10.6). Another option is restore from another mac. I have another mac (mini) running 10.6 and I transfered the time maching data from my mbp to the mac mini. Now I am trying to restore data and apps from the mini to the mpb (using a firewire). Is there any easier method??

    You made a mistake: create a Time Machine backup on Mountain Lion. Doing this, you can't restore the backup on older versions, so if you want to downgrade, you will have to restore the files manually, taking so much time, and you will have to reinstall all your applications.
    To transfer your files from your Mac mini to the MacBook Pro, you can use FireWire without any problem (furthermore, it's the fastest way). Connect the FireWire cable, open Migration Assistant on both computers and follow the steps

  • Anyone know how to delete emails from trash folder?

    I have hada Droid phone for about 6 months.  When I delete emails from my inbox it goes to a "trash" file (similiar to trash file in Outlook).  It is getting full.  Any idea how to delete from trash folder.  My wife also bought the same phone but she does not have a trash file.  No one at our verizon store can answer my question as to how to delete from trash folder and don't seem to know how I have a trash folder on my email account.

    I'd go on the P.C. side of your Mail and start clearing it will clean what's on the phone and the Computer i have done this Many time on my Gmail and Yahoo.. b33

  • Streaming flv from folder other than root streams

    Is it possible to stream from a folder other than the root streams folder...I want to stream from......... streams/user1/test.flv

    Yes... it's possible. See the documentation on defining virtual directories:
    http://livedocs.adobe.com/flashmediaserver/3.0/docs/help.html?content=03_configtasks_37.ht ml

  • Powershell and Outlook 2007, trying to delete messages in a folder older than date

    I was hoping to get a powershell script that would do the following
    1) Connect to outlook 2007
    2) Go to Mailbox folder (not an inbox subfolder) called 'Processes'
    3) Delete all email from that folder older than 3 days old
    I did some searching, I have found very useful things like how to empty a deleted items folder.  I can even display all messages in that folder using this script snippet.  But whenever I try to filter it down to email older than 3 days old, it blows up on me.  I was attempting to use a | Where-Object pipe to reduce it and there are thousands of messages in that folder.
    $outlook = New-Object -ComObject Outlook.Application
    $olFolderInbox=6
    $n = $outlook.GetNamespace("MAPI")
    $f = $n.GetDefaultFolder($olFolderInbox)
    $mailbox = $n.Folders.Item($f.Parent.Name)
    $folder = $Mailbox.Folders.Item("Processes")
    $folder.Items
    #Clean out any open connections
    $outlook = $n = $f = $mailbox = $folder = $null;

    I thought I might offer another solution for this.  I came across this post looking to do the same, but I found it didn't always delete messages.  Based on some other information on another site I was able to come up with a modified version.
    The two other sites I referenced were:
    http://gallery.technet.microsoft.com/ScriptCenter/en-us/966637b9-0b70-41c0-99d0-4647a89da70a
    http://msdn.microsoft.com/en-us/library/bb220369%28office.12%29.aspx
    ----Script----
    #Name of folder to access.  You can specify subfolders by using FolderName\Subfolder
    $folderPath = "FolderName"
    #Filter older than 7 days
    $olderThan = (get-date).AddDays(-7)
    #Set format of date to use
    $dateFormat = "g" # This will base on time to do just date choose "M/dd/yyyy"
    #Create filter
    $sFilter = "[LastModificationTime] < `'$($olderThan.tostring($dateFormat))`'"
    $outlook = New-Object -ComObject Outlook.Application
    $olFolderInbox=6
    $n = $outlook.GetNamespace("MAPI")
    $f = $n.GetDefaultFolder($olFolderInbox)
    $mailbox = $n.Folders.Item($f.Parent.Name)
    $folders = $mailbox.Folders
    #Navigate to the proper folder
    foreach ($folderName in $folderPath.split("\"))
      $folder = $folders.Item($folderName)
      $folders = $folder.Folders
    $Items=$folder.items
    $FilteredItems = $Items.Restrict($sFilter)
    for ($i = $FilteredItems.Count; $i -gt 0; $i--) {
        Write-Host "Deleting $($FilteredItems.Item($i).Subject)"
        $FilteredItems.Item($i).Delete()
    #Clean out any open connections
    $outlook = $n = $f = $mailbox = $folder = $folders = $Items = $FilteredItems = $null;

  • How to compile a java file(Servlet) in J2EE v1.3.1

    This is my first time using J2EE instead of J2SE!!HOw to compile a java file in J2ee\bin because there is no javac in j2ee and when i compile in J2se i got
    G:\j2sdk1.4.1_01\bin>javac HelloServlet.java
    HelloServlet.java:2: package javax.servlet does not exist
    import javax.servlet.*;
    This mean it doen;t support servlet in J2se!!so how can /what command to compile a servlet java file in j2ee.Thanks

    You'll need to add the j2ee.jar to your classpath. Usually you'll have to add some jars from your app server to your classpath as well.
    For example (using weblogic):
    javac -classpath c:\java\j2ee\j2ee1.3.1\lib\j2ee.jar;c:\tools\appserver\weblogic\wl7.1\lib\weblogic.jar
    HelloServlet.java

  • If I have two email accounts, one personal hotmail account and one MS Exchange work account, how can I setup individual notifications for each account. Right now, any email from any account has the same notification. I want work to be different than perso

    If I have two email accounts, one personal hotmail account and one MS Exchange work account on my iPhone 4s, How can I setup individual notifications for each account? Fore example, if I get a work email, I want to hear a DING, DING....If I get a personal email, I want to hear a BEEP, BEEP. Right now, any email from any account has the same notification. I want work incoming email notification to be different than personal incoming notification. The only semi-workaround I've seen is just disable any notification for the Hotmail account, so only work emails would notify. But then I don't know when I get a personal email. Even the lowely Blackberry Torch 9800 has this feature..not iPhone 4s??
    Thanks

    Sorry you get only one notification sound for all email accounts.  you can send a suggestion to apple here http://www.apple.com/feedback/

  • How to retrieve full flash solution from WSP if not than how to retrieve ascx files from Template folder in SharePoint 2013 ?

    How to retrieve ascx file from the Template folder in SharePoint2013
    My issue is, I have WSP only so I changed into zip and got my all web parts and also one dll file after that decrypted dll and got some C# code
    mixing with some system generated code but not ascx file that is for front-end part. So my question is how we can retrieve full flash solution if not, at least ascx files So if we were on SharePoint 2010 we could have got those file from __Template__
    folder but It’s on SharePoint 2013 and not able to get ascx.
    If we can do so, than will be easy to get the task to be done
    Suggestions would highly be appreciated. Thanks in Advance.
    Ashish

    Hi Amit,
    you can not move specific changes from Dev to production.
    but you can follow this process to make your workflow as it is as in Dev:
    Create a new workflow on the new list in Product.
    Create at least one step, one condition and one action in this workflow.
    1. In Dev server open your .xomal file as XML and copy the entire contents.
    2.In Production server Open your .xoml file as XML and Paste the entire contents
    3. repeat this operation for the xoml.rules file
    4.Double click the .xoml file for the new workflow to open the workflow in the Workflow Designer and click Check Workflow to verify no errors and then click Finish to ensure the workflow is saved.
    Whenever you need to make changes apply the same.
    Please Mark Answer and Vote me if it will to resolve your issue

  • How to move downloaded files from download folder to other relevant folder or how to download files in relevant folders other than download folder

    how to move downloaded files from download folder to other relevant folder or how to download files in relevant folders other than download folder

    Just drag the file from the Download folder to the folder of your choice in Finder. If you are using Safari you can designate a new default download destination in Safari>Preferences>General tab, 'Save Downloads to...'. Other browsers should have a similar option in their preferences.

  • Can any one tell me how can I move to a different folder pictures, that I've cloned, without them staying aggregated? They all come together to the other folder and I don't want that- thanks

    Can any one tell me how can I move to a different folder pictures, that I've cloned, without them staying aggregated? They all come together to the other folder and I don't want that… thanks

    There's more to it than that.
    Folders in Aperture do not hold Images.  They hold Projects and Albums.  You cannot put an Image in a Folder without putting it in a Project or an Album inside that Folder.
    The relationship between Projects and Images is special:  every Image must in a Project, and can be in only one Project.
    Images can be in as many Albums you want.  Putting an Image in an Album does not move it from the Project that holds it.
    You can make as many Versions from a Master as you want.
    What you want to do may appear simple to you, but it still much adhere to how Aperture works.  I still can't tell exactly what you are trying to do (specifically: Images don't live in Folders; moving an Image from a Folder is non-sensical).
    It can be very confusing (and frustrating) to get going with Aperture -- but it does work, and can be enormously helpful.  If you haven't, take a look at the video tutorials on Apple's Aperture support site.
    I feel as though I haven't helped you much -- but we need to be using the same names for interface items in order to get anything done -- and my sense is that you still haven't learned the names of the parts.

Maybe you are looking for