Why is my page running both these conditional processes?

Could someone explain this to me please?
I have 2 submit buttons on my page - let's call them Button1 and Button2.
I have 2 After Submit page processes, let's call them Process1 and Process2. Process1 is is set to conditionally run if Button1 is clicked. Process2 is set to conditionally run if Button2 is clicked.
When I click either button, both processes run. What's going on here? Is it something to do with where the processs being After Submit?
Edit:
Some further info, I just created a new page with the same layout as above and it works correctly. I noticed in the page with the problem that where it says "When Button Pressed (Process After Submit When this Button is Pressed)", Button1 and Button2 in the dropdown have stars in front of them (e.g. *Button1). What does this mean?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Cheers just realised that after a quick dabble. Everything's working fine now.
Something to be aware of in future when using the 2 different region options for buttons. Strange that Apex doesn't automatically use different values for the button request, this one may catch a few people out I think!

Similar Messages

  • Running Both PSE 7 and Photoshop CS4 Trial

    Hi, I am new to this forum and would like to ask if it is possible to run both PSE 7 and PS CS4 on the same computer.
    I am currently a PS Elements 7 user, and would like try the Photoshop CS 4 trial version, and possibly buy it if I decide that the added features will useful to me.
    But I do not want to have to uninstall PSE 7 for this trial period.
    Also if I decide to buy PS CS4 then would I be able to keep PSE7 installed also, in case for any reason I want to run it ( eg a friend might ask me a question about PSE7, then I can go and look at that issue on PSE7 on my own computer).
    Also, can I run both these programs simultaneously, or is it just one at a time that is possible? That would not be a major problem as long as I could have both installed at the same time.
    Any advice on the grounds rules for this, or any caveats etc would be much appreciated, thanks.

    Buko. wrote:
    John Joslin wrote:
    (It is probably not possible to run them simultaneously.)
    Whoa! You can't have 2 or 3 versions of the same app open & running on Windows? I find that limiting.
    and Elements isn't even the same app as Photoshop.
    You can run both on a Mac.
    I never needed to have 2 or 3 versions of the same app open & running but I understand it's not possible on Windows.
    I never owned Elements – I was just being cautious.

  • As of late i have been unable to run fwd email u tube videos my mac tells me i need adobe flash got it still neg = and now my bakn statement is in pdf and mac tells me i need adobe reader got still neg why can't i run these things on safari?

    As of late I am unable to run forwarded videos ie utube ect on safari- my MAC tells me I need adobe flash- got it still neg - now my bank statement is in PDF format and my MACtells me I need adobe reader - got it still neg  WHY CAN'T I RUN THESE THINGS ON SAFARI???

    Hi...
    For videos. Uninstall the current Flash plugin then reinstall new >  Troubleshoot Flash Player | Mac OS
    Quit then relaunch Safari. From the Safari menu bar click Safari > Empty Cache
    Try a video.
    All online bank statments are in PDF format.
    Go to  /Library/Internet Plug-Ins
    Move the Adobe PDF Browser plugin  (or just PDF Browser plugin) to the Trash.
    Now try a bank statement.

  • Why is pages running so slow?

    Why is my pages app typing so slow?
    My Mac is only about one month old. My language arts teacher wants us to create a seven page sequel to a book that we have recently read. I use pages for this, but I noticed that it began getting slower and slower, now it's to the point where it is sentences behind. Is there anyway that I can fix this?

    What version of Pages?
    What version of OSX?
    Is it the only application running slow?
    Is it just the one document that is running slow?
    Is your document just text or does it have other objects, how many?
    Have you added any large images?
    How much free RAM and Hard Drive space do you have?
    Peter

  • One or more field types are not installed properly. Go to the list settings page to delete these fields. nativehr 0x81020014 /nativehr nativestack /nativestack

    Hi ,
    I am working in sharepoint 2013, This is a custom timer timer Execute method where i am moving a document item from one library to other once its expired,it was running fine and suddenly giving following error:-
    One or more field types are not installed properly. Go to the list settings page to delete these fields.<nativehr>0x81020014</nativehr><nativestack></nativestack>
    StackTrace = "   at Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)\r\n   at Microsoft.SharePoint.Library.SPRequest.GetListItemDataWithCallback2(IListItemSqlClient pSqlClient, String bstrUrl, String bstrListName,
    String bstrViewName, String bstrView...
    I have filled all the meta data(site column) for the item but still same error, Please help me out as i have no clue why it is giving this error
    public override void Execute(Guid targetInstanceId)
    SPSecurity.RunWithElevatedPrivileges(delegate()
    using (SPSite site = new SPSite(sourceUrl))
    using (SPWeb web = site.OpenWeb())
    //gets the document lib
    SPList listFrom = web.Lists[sourceList];
    //gets the expired documents items
    SPQuery query = new SPQuery();
    query.ViewFields = "<FieldRef Name='Expiration_x0020_Date'/>";
    query.Query = @"<Where><Leq><FieldRef Name='Expiration_x0020_Date'/><Value Type='DateTime' ><Today /></Value></Leq></Where>";
    SPListItemCollection items = listFrom.GetItems(query);
    //if expired items found
    if (items.Count > 0)
    SPFile oFile = null;
    foreach (SPListItem item in items)
    string strfile = item.File.Name;
    oFile = web.GetFile(sourceList + "/" + strfile);
    //oFile.CopyTo("Archive/" + strfile);
    oFile.MoveTo(destinationList + "/" + strfile);

    Hi,
    I think the issue is related to the internal name of the Expiration Day.
    In the caml query code lines, we should use the right internal field name to retrieve and filter the list items.
    To avoid such mistake, we can use the CAML Designer tool to generate the caml query code.
    We can download the tool here: http://www.camldesigner.com/?p=594
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Why is my battery running down on an iPhone 4 running iOS 7?

    Why is my battery running down on my iPhone 4 when I'm not using my phone and all apps are closed?  My phone will have a full charge at night, no apps running. Bluetooth is off, automatic updates are off, backgroud app refresh is off, and by morning the battery's charge has dropped to 50%.  Some nights it will only drop 1-2% though, with no changes made. How can I fix this?
    Also, since the update I am not receiving push notifications for some apps that I have them turned on for (turned on both in settings, and the app itself).
    Any helpful advice is greatly appreciated.

    I had been having battery problems with my Iphone 5 and decided to make a trip to the genuis bar, in the end they replaced my battery and reset my software because i had a failing battery and the hardware was malfunctioning. You may have something similar. I would recommend making a reservation to the genius bar online. They can then run a diagnostic on your iphone and get back detailed results on the current condition of your battery and wether or not the software controlling it is working. If you have applecare currently then they can replace the battery for free, if not there is a charge of around $70. If it turns out you have a different problem than they probably will be able to find out and give you better advice than I can!
    Good Luck!

  • What is, "Motion Calibration" and why is it always running?

    I recently upgraded from a 4s to a 6 so a lot of things are new to me. But why is, "Motion Calibration" running 24/7 in Location Services? Won't that nuke my battery?

    I think I might be able to answer this now, although it may be a little late in coming. The reason this setting was introduced was probably not to determine how many steps you take, but to correlate it more specifically to your distance. It must have been introduced when Apple started work on the Watch and realized they couldn't put GPS into it to measure distance running.
    Instead, blurbs on Apple's site say that the watch learns what your stride is based on a few runs with your iPhone. Because there is no third-party app the Watch can tap into in order to measure this, this setting must have been placed there in order for a user to be able to have these measurements ready for when they do purchase and pair their Watch with their iPhone. The Watch would then be immediately able to access both walking and running distance that had been measured more accurately by the iPhone for months. If you deactivate it, you can still get a very accurate step count, but the distance is a guesstimate based on your height. With Location Services enabled, Apple can measure distance much better, and this aids the fitness experience in the Apple Watch.

  • Why won't Parallels run the program?

    OK so I'm an teacher and recently I've recieved new software to try out with my classes and obviously it won't run on my laptop (os Mountain LIon). So I started to investigate the options.
    1 Make partitions and run two os's at separate times. NOT working anymore not sure why.
    2 Use bootcamp to run the two os's. Haven't tried yet.
    3 Use a virtual machine. After investigating I chose to use Parallels 7. It downloaded and seemed very user friendly and even gave me the option of a trial windows 8. I installed it and the program wouldn't work it needs to be a windows 7 so I found one and it wouldn't work either then tried to install Snow Leopard. I tried with the disc that came with my laptop didn't work said that only server versions are supported so I found a server version downloaded it and installed it but it won't even give me the option of seeing the disc within Parallels and my file sharing isn't working with it.
    So that's where I'm at, I've been working at this for a week now, reading around and trying new things but still not sure why none of them run the program.
    A MichaelLax has posted a detailed way to install snow leopard but I'm not sure why all the terminal parts are necesary if that's what I need to do I'll do it but I don't understand why.
    http://forums.macrumors.com/showthread.php?t=1365439
    I'm not looking to use the Parallels or any program much only to acces the information that they've given me to see if I can use it.

    OK so here we go I installed windows again and everything seems to be working as normal so I put the disc in and I took screen shots but it won't load them for some reason but anyways here it is. These are the files and what happens when I click on them
    Audio file     audio files always able to access
    Video file     same as audio
    xSprocket     several worksheets and things like that
    xtras          more program files
    autorun      when I click on it saws notepad is too small I need a bigger editor
    readme      system requirements
    TN_active teach file     when opened on the mac side it says its a powerpc product it won't open and on the windows side it switches to mac and opens stuffit expander (the compression thing I told you about) and then creates a file with nothing in it
    TN_active teach application when I open it on windows it says its not a valid win32 application and on mac side it switches to windows and says the same thing
    the link you posted BobTheFisherman was very helpful except for the fact that I need to install it first but I tried anyways and the indicated files had not been made yet.
    In the end though I've come to the conclusion that it is not a Parallels or mac problem but simply one of the software I'm going to look for other windows programs to test how they work though just to prove my hypothesis I thank both of you for your efforts on helping me.

  • How to tell if the AE programm is called from (1) SYSTEM PROCESS REQUEST or (2) page run control request

    We just wrote an AE program and is called through the vanilla SYSTEM PROCESS REQUEST.
    It's running on a daily basis ie. with RECURRENCE.
    Now we need to call the same program through the regular page run control request.
    But we are not how to recognize from inside the AE program if whether it's been called from SYSTEM PROCESS REQUEST or RUN CONTROL REQUEST.
    Any of you might have suggestion ?
    Any technique or workaround is also appreciated.
    THANKS in Advance .

    This AE pgm is currently automatically called from SYSTEM PROCESS REQUEST on a daily basis to load data from an input file deposited on the server ready for pickup.
    We would like to use the same AE pgm ( thus using the same validation and loading logic ) to load the same file format but defined by the user ( via attachment load ) as needed any time during the day.
    The user will initiate this AE pgm online ( ie. from a page with his parameters ).
    Currently, the pgm now already runs automatically daily and we wish to make it also available to be run by user anytime in the day
    To achieve that, we would need to know:
    Is the AE pgm ran by (a) the user or by the (b) SYSTEM PROCESS REQUEST so that the program can decide of where to take input file.
    (a) Take from an attachment defined by user or (b) from the input file already deposited on the server for pickup
    That is the reason why we try to detect who called the AE pgm in order decide where to pickup the input file.
    Your help is much appreciated as I do researches but so far haven't gotten a concluded decision.
    Thank you.
    Message was edited by: Kel_123

  • How to Run both UCM Server and Webcenter Portal Services on single Weblogic

    Hi,
    First i have installed Oracle UCM and configure it on Weblogic Server successfully. But after the installation of Webcenter Portal on same machine and Weblogic Server. UCM Server is not running it shows Forcefully shutting down error. Kindly help me i want to run both UCM and Webcenter Portal Servers on one Weblogic server.
    Regards
    Shaheer Badar
    www.infotechinspiration.blogspot.com

    Hi Shaeer,
    Make sure that you dont have same port numbers on both servers.
    If it then try to avoid them.
    Secondly also check nodemanager log server log to verify why it went to shutdown mode.
    Regards,
    Kal

  • Why is my sql running parallel ?

    Hi,
    NOTE: first, I thought sql developer tool is causing this and I opened a thread on that category, thanks to @rp0428's warnings and advises, I realized that something else is happening. so reopened this thread in that category, I also need an admin to delete other one:
    https://forums.oracle.com/forums/thread.jspa?threadID=2420515&tstart=0
    thanks.
    so my problem is:
    I have table partitioned by range (no subpartition) on a DATE column per months. It has almost 100 partitions. I run a query on that table based on partition column:
      select *
      from   hareket_table
      where islem_tar between to_date('01/05/2012', 'dd/mm/yyyy') and to_date('14/07/2012', 'dd/mm/yyyy') -- ISLEM_TAR is my partition column.so, when I run this query from sql developer, query works parallel. I didnt just get execution plan via sql developer interface, first I used "EXPLAIN PLAN FOR" statement (which I always do, I dont use developer tools interfaces generally) then used developer interface (just to be sure) but I didnt satisfied and then I run the query and and get real execution plan via:
    select * from table(dbms_xplan.display_cursor(sql_id => '7cm8cz0k1y0zc', cursor_child_info =>0, format=>'OUTLINE'));and the same execution plan again with PARALLELISM. so INDEXES and TABLE has no parallelism (DEGREE column in DBA_INDEXES and DBA_TABLES is set to 1).
    as I know, if I'm wrong please correct me, there is no reason to oracle run this query as parallel (I also did not give any hint). so I worried and run the same steps in "plsql developer" and query runs noparallel (inteface, explain plan for, dbms_xplan.display_cursor). sqlplus autotrace was the same( just autotrace, didnt try others dbms_xplan etc.) Based on that, I decided sql developer is causing to this (*edit: but I was wrong TOAD did same thing*).
    so I focused on sql developer and I disabled parallel query using:
    alter session disable parallel query;then run the statement again and there were no Parallelism (expectedly).
    so looked for execution plans:
    I run query twice. one with normal, one with session disabled parallel query. and look for executed execution plan for both. (child 0 and 1)
    -- WHEN PARALLEL QUERY IS ENABLE, SESSION DEFAULT
    -- JUST CONNECTED TO DATABASE
      select * from table(dbms_xplan.display_cursor('7cm8cz0k1y0zc', 0, 'OUTLINE'));
    | Id  | Operation            | Name          | Rows  | Bytes | Cost (%CPU)| Time     | Pstart| Pstop |    TQ  |IN-OUT| PQ Distrib |
    |   0 | SELECT STATEMENT     |               |       |       |  2025 (100)|          |       |       |        |      |            |
    |   1 |  PX COORDINATOR      |               |       |       |            |          |       |       |        |      |            |
    |   2 |   PX SEND QC (RANDOM)| :TQ10000      |  7910K|  1267M|  2025   (2)| 00:00:01 |       |       |  Q1,00 | P->S | QC (RAND)  |
    |   3 |    PX BLOCK ITERATOR |               |  7910K|  1267M|  2025   (2)| 00:00:01 |    90 |    92 |  Q1,00 | PCWC |            |
    |*  4 |     TABLE ACCESS FULL| HAREKET_TABLE |  7910K|  1267M|  2025   (2)| 00:00:01 |    90 |    92 |  Q1,00 | PCWP |            |
    Outline Data
      /*+
          BEGIN_OUTLINE_DATA
          IGNORE_OPTIM_EMBEDDED_HINTS
          OPTIMIZER_FEATURES_ENABLE('11.2.0.2')
          DB_VERSION('11.2.0.2')
          OPT_PARAM('query_rewrite_enabled' 'false')
          OPT_PARAM('optimizer_index_cost_adj' 30)
          OPT_PARAM('optimizer_index_caching' 50)
          OPT_PARAM('optimizer_dynamic_sampling' 6)
          ALL_ROWS
          OUTLINE_LEAF(@"SEL$1")
          FULL(@"SEL$1" "HAREKET_TABLE"@"SEL$1")
          END_OUTLINE_DATA
    Predicate Information (identified by operation id):
       4 - access(:Z>=:Z AND :Z<=:Z)
           filter(("ISLEM_TAR">=TO_DATE(' 2012-05-14 00:00:00', 'syyyy-mm-dd hh24:mi:ss') AND "ISLEM_TAR"<=TO_DATE('
                  2012-07-14 00:00:00', 'syyyy-mm-dd hh24:mi:ss')))
    --WHEN DISABLED PARALLEL QUERY
    --AFTER CONNECTED, EXECUTED "ALTER SESSION DISABLE PARALLEL QUERY"
    select * from table(dbms_xplan.display_cursor('7cm8cz0k1y0zc', 1, 'OUTLINE'));
    | Id  | Operation                | Name          | Rows  | Bytes | Cost (%CPU)| Time     | Pstart| Pstop |
    |   0 | SELECT STATEMENT         |               |       |       | 36504 (100)|          |       |       |
    |   1 |  PARTITION RANGE ITERATOR|               |  7910K|  1267M| 36504   (2)| 00:00:04 |    90 |    92 |
    |*  2 |   TABLE ACCESS FULL      | HAREKET_TABLE |  7910K|  1267M| 36504   (2)| 00:00:04 |    90 |    92 |
    Outline Data
      /*+
          BEGIN_OUTLINE_DATA
          IGNORE_OPTIM_EMBEDDED_HINTS
          OPTIMIZER_FEATURES_ENABLE('11.2.0.2')
          DB_VERSION('11.2.0.2')
          OPT_PARAM('query_rewrite_enabled' 'false')
          OPT_PARAM('optimizer_index_cost_adj' 30)
          OPT_PARAM('optimizer_index_caching' 50)
          ALL_ROWS
          OUTLINE_LEAF(@"SEL$1")
          FULL(@"SEL$1" "HAREKET_TABLE"@"SEL$1")
          END_OUTLINE_DATA
    Predicate Information (identified by operation id):
       2 - filter(("ISLEM_TAR">=TO_DATE(' 2012-05-14 00:00:00', 'syyyy-mm-dd hh24:mi:ss') AND
                  "ISLEM_TAR"<=TO_DATE(' 2012-07-14 00:00:00', 'syyyy-mm-dd hh24:mi:ss')))
    as you can see, when I've just connected to database (no any statements run) OPT_PARAM('optimizer_dynamic_sampling' 6) is in my stats.
    when I disable parallel query on the session, this is not in stats...
    value of optimizer_dynamic_sampling is 2 in DB. so why is that query runs parallel ? I don't want that.
    thanks for answers

    >
    NOTE: first, I thought sql developer tool is causing this and I opened a thread on that category, thanks to @rp0428's warnings and advises, I realized that something else is happening. so reopened this thread in that category, I also need an admin to delete other one:
    https://forums.oracle.com/forums/thread.jspa?threadID=2420515&tstart=0
    as you can see, when I've just connected to database (no any statements run) OPT_PARAM('optimizer_dynamic_sampling' 6) is in my stats.
    when I disable parallel query on the session, this is not in stats...
    value of optimizer_dynamic_sampling is 2 in DB. so why is that query runs parallel ? I don't want that.
    >
    I answered this question in that other thread, that is now gone. I pointed you to, and quoted from, a blog that tells you EXACTLY why that is happening. And I also gave you a link to an article by Oracle ACE and noted author Jonathan Lewis. You either didn't see the links or didn't read them.
    Maria Colgan is an Oracle developer and a member of the optimizer developer team. She has many article on the net that talk about the optimizer, how it works, how to use it.
    The one I pointed you to, and quoted from, is titled 'Dynamic sampling and its impact on the Optimizer'
    https://blogs.oracle.com/optimizer/entry/dynamic_sampling_and_its_impact_on_the_optimizer
    >
    For serial SQL statements the dynamic sampling level will depend on the value of the OPTIMIZER_DYNAMIC_SAMPLING parameter and will not be triggered automatically by the optimizer. The reason for this is that serial statements are typically short running and any overhead at compile time could have a huge impact on their performance. Where as we expect parallel statements to be more resource intensive, so the additional overhead at compile time is worth it to ensure we can be best execution plan.
    In our original example the SQL statement is serial, which is why we needed to manual set the value for OPTIMIZER_DYNAMIC_SAMPLING parameter. If we were to issue a similar style of query against a larger table that had the parallel attribute set we can see the dynamic sampling kicking in.
    You should also note that setting OPTIMIZER_FEATURES_ENABLE to 9.2.0 or earlier will disable dynamic sampling all together.
    When should you use dynamic sampling? DS is typically recommended when you know you are getting a bad execution plan due to complex predicates. However, you should try and use an alter session statement to set the value for OPTIMIZER_DYNAMIC_SAMPLING parameter as it can be extremely difficult to come up with a system-wide setting.
    When is it not a good idea to use dynamic sampling? If the queries compile times need to be as fast as possible, for example, unrepeated OLTP queries where you can't amortize the additional cost of compilation over many executions.
    >
    If you read the article and particularly the first two paragraphs above Maria expalins why dynamic sampling was used in your case. And for a table with as many partitions as yours Oracle chose to use sampling level six (256 blocks, see article); a level of two would only sample 64 blocks and you have 90+ partitions. Oracle needs a good sample of partitions.
    The Jonathan Lewis article is titled 'Dynamic Sampling'
    http://jonathanlewis.wordpress.com/2010/02/23/dynamic-sampling/
    This article can also shed light on sampling as he shows how it appears that sampling isn't being used and then shows that it actually is
    >
    We can see that we have statistics.
    We can see that we delete 9002 rows
    We can see that we have 998 rows left
    We can see that the plan (and especially the cardinality of the full tablescan) doesn’t change even though we included a table-level hint to do dynamic sampling.
    Moreoever – we can’t see the usual note that you get when the plan is dependent on a dynamic sample (” – dynamic sampling used for this statement”).
    It looks as if dynamic sampling hasn’t happened.
    However, I “know” that dynamic sampling is supposed to happen unconditionally when you use a table-level hint – so I’m not going to stop at this point. There are cases where you just have to move on from explain plan (or autotrace) and look at the 10053 trace.
    So the optimizer did do dynamic sampling, but then decided that it wasn’t going to use the results for this query.

  • Does anyone know why a web page would suddenly pop up telling me I have a computer virus and need to call them?  When I've called they said they needed access to my computer in order to fix the problem - which I didn't do.  Is this legit?  An Ad?

    Does anyone know why a web page would suddenly pop up telling me I have a computer virus and need to call them?  When I've called they said they needed access to my computer in order to fix the problem - which I didn't do.  Is this legit?  An Ad?

    That is not legit, it is a scam to gain access to your computer and information.
    You can protect against pop-up adware with the AdwareMedic tool Thomas Reed has http://www.thesafemac.com Tom is a major contributor on these communities and great security guy.

  • Why does my LabVIEW Run-time server return the message "source does not exist Last UI message: Start Execution"?

    I am trying to build a stand-alone application on a target pc for which I have built a LabVIEW server that TestStand can use as an adapter.
    In order to do this, I searched this site and found the topic: "How do I build and Use the LabVIEW Operator Interface as a LabVIEW ActiveX Run-time server?" After following the procedure to the letter, I ran the testexec.exe file as instructed and loaded my sequence file. As soon as I try to "Single Pass" or "Test UUT" I get an error which says "source does not existLast UI message: Start Execution". This error appears when running the testexec.exe file on the target pc or the development pc.
    I have found though, th
    at if I open the Operator interface through the Start: Programs>National Instruments>TestStand>Operator Interfaces>LabVIEW then the sequence file runs without these errors.
    Any ideas why this is happening?

    Hello Robroy,
    The KB you mentioned explaines how to build the LV Operator Interface (OI). So, I assumed you built the LV OI and also configured the LV adapter to use the TestStandGUILVRTS server without problems.
    The error you are getting may be due to missing VIs. In other words, the LabVIEW OI may not be finding all the VIs your sequence is calling.
    In order to deploy sequences that call VIs, you need to first run Tools >> Assemble VIs for Runtime Distribution. This tool gets all the VIs your sequence needs and saves in a separate directory.
    For more information, you may check the TestStand User Manual chapter 17, it describes how to distribute TestStand and sequences.
    Regards,
    Roberto Piacentini
    Applications Engineer
    National Inst
    ruments
    www.ni.com/ask

  • Why can't I run my Java program with just the JRE, the JDK is required?

    I've recently written 3 programs in Java using the Netbeans IDE with JDK 1.6 as the default Java platform. The compile-time libraries include the Swing Application Framework. I use BuildDesk from ProductiveMe to package the each program into a Windows installer.
    When I install the programs on a new computer without a JRE or JDK being present, and attempt to run them I get an error (as expected) stating that there is no JVM. The messages says that I need to install JDK 1.3 or higher. I downloaded the latest JRE onto the new computer and attempted to run the programs and I get the same error message. My question is, why can't I run these programs with just the JRE installed? Why do I need the JDK? When I install the JDK, the programs run fine. The typical user may not have the JDK on their system, but they likely have the JRE if they've run Java programs before.
    Is the answer as simple as there must be library functions being used by the programs that belong to the JDK, but not the JRE? I'd rather a user not have to install the JDK verses the JRE because they may also have to update some Windows environment variables.
    Thank you for any help on this issue.

    915088 wrote:
    Thanks for your replies. I further investigated BuildDesk and found an option which allows a JVM check but that check needs the JDK. I stopped the JVM check and rebuilt using BuildDesk and it now only requires the JRE to run the programs. The reason why I use BuildDesk is to package more than just the jar file for the user. BuildDesk allows me to create a installation folder structure as well as include any other files in the build. I could just as well zipped all this together for the user but decided against that method.I don't think anyone will question your usage of an installer tool; that is entirely up to you. But what is questionable is that you have problems with that installer tool and then go look for help in a Java programming forum. The next time, go look for help at the source. If there is no way to acquire help (support, a forum, a mailinglist, anything) then that is a very good reason to not use the product in question.

  • Want to run both FF 3.6 and FF 4

    I just installed FF 4 beta & found that it won't run most of my extensions. I absolutely must have these to do my work (esp. Web Developer Toolbar.)
    The install also replaced my existing FF (3.6), so I don't have that available.
    I would like to be able to run both 3x & 4, otherwise I have no choice but to uninstall. :(
    Can anyone tell me how to do this?
    I thought it would install as a second app rather than replacing, or better yet give me the option. Seems like this was the way it has been done before.
    Any help greatly appreciated!
    Euda

    The 4.0 beta version should have installed in a separate program folder.<br />
    You may have only lost the desktop shortcut.<br />
    Make sure that you create a separate profile for each version to prevent the 4.0 version from corrupting 3.6 files that are updated to newer versions and are no longer compatible with Firefox 3.6.
    * http://kb.mozillazine.org/Testing_pre-release_versions
    * http://kb.mozillazine.org/Creating_a_new_Firefox_profile_on_Windows
    * http://kb.mozillazine.org/Using_multiple_profiles_-_Firefox

Maybe you are looking for

  • Error during log on to GUI 720

    Hi Experts, I am having problems logging on to my newly installed ERP (on my stand alone system via a virtual machine- Oracle virtual box) via gui 720, I keep getting the following message: partner' 192.168.0.28' not reached WSAECONNREFUSED Regads. B

  • I'm trying to re-install Firefox 6.0 on my Windows 7 PC but can't because my computer won't create the right temporary files.

    My computer crashed and I did a Windows 7 system restore. Everything seemed fine but afterward, Firefox would not launch -- I just got a popup box saying Firefox was already running and that I had to either shut down the program or restart my compute

  • Error message"Could not complete the Save command......

    Sometimes when I open Photoshop CS6 (cloud version) and I try to save my work I wil get an error message: "Could not complete the save command because the document is currently being saved in the background. Please try the operation again after the S

  • System Reserved Not Available in Windows 8.1 Pro

    Hi, everyone! I have a doubt here. I have done the installation of Windows 8.1 Pro in my free dos laptop. I did custom installation, followed by "Choosing Partition to install Windows" step. There were two types of partition shown which were "system"

  • Magic Mouse not working in Windows 8.1 via Boot Camp

    Hi, I'm using Windows 8.1 on a Mac Pro 64 bit with Mavericks. On an internal SSD I installed Boot Camp 5.1.5621 and Windows 8.1. Everything is working fine, except for the Bluetooth mouse, which is not recognized. If I try to add the Bluetooth mouse