Problem with interpretation of Expression Language

Hi everyone,
I have installed the JSTL 1.1 runned by Tomcat 5x.
But in the HTML code produced, I still have :
${var}
whereas it should be interpreted ?
I don't understand ...
Thanks for your help.
David

I do not know if any of you has been able to resolve the problem, but here is one more try. I was having the same problem and this solution worked for me. I have copied this excerpt from the following website, http://www.oracle.com/technology/sample_code/tutorials/jsp20/simpleel.html:
Mechanisms to enable EL in scriptlesss JSP pages
There are two mechanisms that are available to ensure that a page does not contain any scripting elements. Each of these mechanisms also provide a way to enable EL in scriptless JSP pages.
Using a page directive:
When using a page directive, you can specify whether EL is enabled or not by setting the value of the isELEnabled directive to "true" or "false" respectively, as shown below:
<%@ page isScriptingEnabled="true|false" isELEnabled="true|false"%>
Using an element of the deployment descriptor:
When using an element of the deployment descriptor, you can specify whether EL is enabled or not by including the boolean value "true" or "false" in between <el-enabled> tags, as shown below:
<jsp-config>
<jsp-property-group>
<url-pattern>*.jsp</url-pattern>
<el-enabled>true</scripting-enabled>
<scripting-enabled>true</scripting-enabled>
</jsp-property-group>
</jsp-config>
isELIgnored may also be used instead of isELEnabled depending on your JSP.
Regards,
Kapy

Similar Messages

  • Hello i have a problem with my airport express the music sizzles? Why?

    Hello i have a problem with my airport express the music sizzles? Why?
    What can i do?

    Does the game has the same iOS requirements that your phone has? Games needing iOS7 will not install on iOS6 and earlier.
    Did you try to download it to your computer and sync it to your phone after that?
    If you can't connect to the iTunes Store, try these suggestions:
    Can't connect to the iTunes Store

  • Chroma Key problems with Final Cut Express 4

    I had no problems with the Chroma Key in Final Cut Express 4 before. It was working perfectly fine untill I brought anther Macbook Pro last year in August. I installed it on the new computer and then the Chroma Key didn't work. Final Cut opens up and the other filters work fine but I can't get the chroma key to work. Any possible reasons?

    I am experiencing an interseting problem with Final Cut Express on OSX Lion.  I teach in a Mac Lab at my school.  Today I was trying to teach Chroma Keying- which I have been doing for years - but for some reason the color selector would just not key out anything.   I tried it on four or five different machines, and it turns out that ONLY my machines that were running OSX Leopard would allow the Chroma Key to function.  I have two machines running Lion and the Chroma Key would not work on EITHER of them.  I followed the exact same steps, and all of the settings were identical.  The hardware was also the exact same package from machine to machine.  I feel like there must be an issue with OSX Lion that is breaking the Chroma Key filter.  Can anyone help?

  • Problem with charsets for foreign languages

    hi
    i have a problem with a webapplication
    in my webapplication i have some code that gets data from a webpage of another webapplication. This other web application can use many foreign languages
    the problem is that those foreign languages contain some special characters, and those special chars aren't displayed the right way
    this is the code to get the data from the other webapp
    private static StringBuffer getContent(String sUrl) throws MalformedURLException, IOException  {
            StringBuffer content = new StringBuffer();
            URL url = new URL(sUrl);
            HttpURLConnection httpURLConn = (HttpURLConnection) url.openConnection();
            httpURLConn.setRequestProperty("charset", "utf-8");
            BufferedReader buffReader = new BufferedReader(new InputStreamReader(httpURLConn.getInputStream()));
            String inputLine;
            while ((inputLine = buffReader.readLine()) != null) {
                content.append("\n" + inputLine);
            return content;
        }as you see , i tried to set the encoding to UTF-8 but that did not solve the problem

    an example of those special chars
    fran�aisis displayed as
    code]
    fran��ais

  • I have a problem with oracle 10g express edition

    Hello,
    I have just installed oracle 10g express edition and I have a problem with the script editor. I can write anything in the window that appears below buttons undo,redo and find, It is like disabled. I use windows XP, Firefox 2.0 ( I have also tried with Iexplorer and It does not work either). I have javascript enabled.
    anyone knows what is the problem?
    Later,I have installed it in a virtual machine of Windows 2003 Server and It works well but I`d rather use it in my Microsoft XP
    Thank you very much
    Fernando Martínez

    It looks like you can fix this if you replace the codearea.xbl.xml and codearea.iframe.html files in the
    /i/editor folder with files from an Apex 2.2.1 installation - such as the one on apex.oracle.com.
    Since I don't know what the licensing implications are, I will let you figure out the details.

  • Problems with java regular expressions

    Hi everybody,
    Could someone please help me sort out an issue with Java regular expressions? I have been using regular expressions in Python for years and I cannot figure out how to do what I am trying to do in Java.
    For example, I have this code in java:
    import java.util.regex.*;
    String text = "abc";
              Pattern p = Pattern.compile("(a)b(c)");
              Matcher m = p.matcher(text);
    if (m.matches())
                   int count = m.groupCount();
                   System.out.println("Groups found " + String.valueOf(count) );
                   for (int i = 0; i < count; i++)
                        System.out.println("group " + String.valueOf(i) + " " + m.group(i));
    My expectation is that group 0 would capture "abc", group 1 - "a" and group 2 - "c". Yet, I I get this:
    Groups found 2
    group 0 abc
    group 1 a
    I have tried other patterns and input text but the issue remains the same: no matter what, I cannot capture any paranthesized expression found in the pattern except for the first one. I tried the same example with Jakarta Regexp 1.5 and that works without any problems, I get what I expect.
    I am using Java 1.5.0 on Mac OS X 10.4.
    Thank to all who can help.

    paulcw wrote:
    If the group count is X, then there are X plus one groups to go through: 0 for the whole match, then 1 through X for the individual groups.It does seem confusing that the designers chose to exclude the zero-group from group count, but the documentation is clear.
    Matcher.groupCount():
    Group zero denotes the entire pattern by convention. It is not included in this count.

  • Problem with launching 10g express edition

    Hi, i am from Czech Republic and i have big problem with launching Oracle database 10g Express Edition.
    After instal program i launch "Go to Database Home Page" and IE write to me "Page not found" (web adress is http://127.0.0.1:8080/apex).
    Please,can anyone help me what i have to do to launch it correctly?
    Thank you.
    Message was edited by:
    user628210
    Message was edited by:
    user628210

    hi again. first a have to apologize. i have oracle
    database express edition 10g from school,so i dont
    have registered version.When I said 'register' I didn't mean have it licensed, Oracle XE doesn't require any kind of license registration, it is free. By registering it I meant a technical issue. Once the database is started it tries to contact the listener at 1521 port, once contacted the oracle instance registers itself against it, and if it is successful you will have the administrator's page initialized and ready to access at the default 8080 port.
    when i type SQL commands, command line wrote me
    SP2-0734:unknown command beginning ENTERED COMMAND
    Could you please specify which command did you try to enter?
    >
    and when i open RUN DATABASE, command line wrote
    C:\OracleDatabase\app\oracle\product\10.2.0\server\BIN
    net started OracleServiceXE - system error 5, accessdenied
    What do you mean with 'RUN DATABASE'?
    ~ Madrid
    http://hrivera99.blogspot.com/

  • Problem with email regular expression

    I found the following regular expression from this website : http://www.regular-expressions.info/email.html
    \b[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\bor
    ^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$I am using the following website to check its success, as well as my java app. : http://www.regexplanet.com/simple/index.html
    of course java has a problem with the illegal escape character so i add another "/".
    In both of my testing scenarios the regex value seems to fail. Am I missing something here?
    If anyone could also test this regex and verify or correct my problem I would be very grateful.
    Edited by: rico16135 on Jun 5, 2010 4:01 PM
    Edited by: rico16135 on Jun 5, 2010 4:02 PM

    rico16135 wrote:
    of course java has a problem with the illegal escape character so i add another "/".I seem to be missing the distinction between a forward slash / which is not an escape character, and a backslash \ which is.
    Also, if you show your actual Java code (in code tags, of course), and describe clearly and precisely what's going wrong--pasting in the exact, complete error message and indicating clearly which line caused it, if there is one--people will be in a better position to help you.

  • Has anyone experienced problems with their airport express since yosemite?

    Since updating to Yosemite, I am constantly having issues with my Airport Express.  It flashes yellow, indicating no connection.  I have attempted to:
    Soft Reset:  Unplug it (Airport Express) and plug in again
    Factory Reset:  Unplug it, push & hold the reset button with a paper clip while pulling it back in.
    A Tip From Another Site:  Unplug our Time Capsule we use as a router & the Airport Express, wait 3 minutes - then plug in the Time Capsule, wait another minute - then plug in Airport Express.  This worked for a very short amount of time, then the light started flashing yellow again.
    Again, I had no problems before updating to Yosemite.
    I look forward to & appreciate any help resolving this issue.

    Hi I have the same problem after upgrading to Yosemite
    I don't know why some times ping request to airport extreme is so long:
    64 bytes from 10.0.0.254: icmp_seq=3529 ttl=255 time=0.892 ms
    64 bytes from 10.0.0.254: icmp_seq=3530 ttl=255 time=0.875 ms
    64 bytes from 10.0.0.254: icmp_seq=3531 ttl=255 time=0.831 ms
    64 bytes from 10.0.0.254: icmp_seq=3532 ttl=255 time=0.802 ms
    64 bytes from 10.0.0.254: icmp_seq=3533 ttl=255 time=1.172 ms
    64 bytes from 10.0.0.254: icmp_seq=3534 ttl=255 time=0.951 ms
    64 bytes from 10.0.0.254: icmp_seq=3535 ttl=255 time=6.246 ms
    64 bytes from 10.0.0.254: icmp_seq=3536 ttl=255 time=26.014 ms
    64 bytes from 10.0.0.254: icmp_seq=3537 ttl=255 time=71.004 ms
    64 bytes from 10.0.0.254: icmp_seq=3538 ttl=255 time=117.939 ms
    64 bytes from 10.0.0.254: icmp_seq=3539 ttl=255 time=171.653 ms
    64 bytes from 10.0.0.254: icmp_seq=3540 ttl=255 time=207.489 ms
    64 bytes from 10.0.0.254: icmp_seq=3541 ttl=255 time=0.812 ms
    64 bytes from 10.0.0.254: icmp_seq=3542 ttl=255 time=0.670 ms
    64 bytes from 10.0.0.254: icmp_seq=3543 ttl=255 time=8.185 ms
    64 bytes from 10.0.0.254: icmp_seq=3544 ttl=255 time=0.935 ms
    64 bytes from 10.0.0.254: icmp_seq=3545 ttl=255 time=0.693 ms
    64 bytes from 10.0.0.254: icmp_seq=3546 ttl=255 time=0.793 ms
    64 bytes from 10.0.0.254: icmp_seq=3547 ttl=255 time=16.345 ms
    64 bytes from 10.0.0.254: icmp_seq=3548 ttl=255 time=62.348 ms
    64 bytes from 10.0.0.254: icmp_seq=3549 ttl=255 time=106.804 ms
    64 bytes from 10.0.0.254: icmp_seq=3550 ttl=255 time=152.399 ms
    64 bytes from 10.0.0.254: icmp_seq=3551 ttl=255 time=200.171 ms
    64 bytes from 10.0.0.254: icmp_seq=3552 ttl=255 time=1.027 ms
    64 bytes from 10.0.0.254: icmp_seq=3553 ttl=255 time=0.736 ms
    64 bytes from 10.0.0.254: icmp_seq=3554 ttl=255 time=1.033 ms
    64 bytes from 10.0.0.254: icmp_seq=3555 ttl=255 time=1.020 ms
    64 bytes from 10.0.0.254: icmp_seq=3556 ttl=255 time=0.981 ms
    64 bytes from 10.0.0.254: icmp_seq=3557 ttl=255 time=0.967 ms
    64 bytes from 10.0.0.254: icmp_seq=3558 ttl=255 time=0.866 ms
    64 bytes from 10.0.0.254: icmp_seq=3559 ttl=255 time=41.596 ms
    64 bytes from 10.0.0.254: icmp_seq=3560 ttl=255 time=86.209 ms
    64 bytes from 10.0.0.254: icmp_seq=3561 ttl=255 time=133.951 ms
    64 bytes from 10.0.0.254: icmp_seq=3562 ttl=255 time=180.552 ms
    64 bytes from 10.0.0.254: icmp_seq=3563 ttl=255 time=1.063 ms
    64 bytes from 10.0.0.254: icmp_seq=3564 ttl=255 time=1.345 ms
    64 bytes from 10.0.0.254: icmp_seq=3565 ttl=255 time=1.078 ms
    64 bytes from 10.0.0.254: icmp_seq=3566 ttl=255 time=0.945 ms
    64 bytes from 10.0.0.254: icmp_seq=3567 ttl=255 time=1.168 ms

  • Audio Problems with Final Cut Express

    I exported a video to wmv format and when I play it back I have a problem with the audio at the end. At the end the sound seems to go into a loop and the the last words are repeated 3 times with a static sound. It plays fine on my MAC the problem only happens on a PC. The audio file was imported as a wma.

    FCE does not export WMV without third party support. You should contact whoever produced the WMV export module.

  • Problem with oracle 10g express edition installation on linux(opensuse)

    This is the error it give's me when i install the software. The error come after i set http port and the acces port to database
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora: No such file or directory
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora: No such file or directory
    /bin/chown: cannot access `/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora': No such file or directory
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/tnsnames.ora: No such file or directory
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/tnsnames.ora: No such file or directory
    /bin/chown: cannot access `/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/tnsnames.ora': No such file or directory
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/postDBCreation.sql: No such file or directory
    /bin/chown: cannot access `/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/postDBCreation.sql': No such file or directory
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/DatabaseHomePage.sh: No such file or directory
    /bin/chown: cannot access `/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/DatabaseHomePage.sh': No such file or directory
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/readonlinehelp.sh: No such file or directory
    /bin/chown: cannot access `/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/readonlinehelp.sh': No such file or directory
    Configuring Database...grep: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/log/*.log: No such file or directory
    Done
    /bin/chmod: cannot access `/usr/lib/oracle/xe/oradata/XE': No such file or directory
    /bin/chmod: cannot access `/usr/lib/oracle/xe/oradata/XE': No such file or directory
    Starting Oracle Database 10g Express Edition Instance...Done
    Installation Completed Successfully.
    To access the Database Home Page go to "http://127.0.0.1:8081/apex"
    The files exists to the path who is looking for them and tell me they don't exist
    can you help me please with this problem?
    Thanks
    Message was edited by:
    user652409

    hi,
    i've reinstalled the database and now it give's me just the last 3 error messages,and i don't now what to do :
    Configuring Database...grep: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/log/*.log: No such file or directory
    Done
    /bin/chmod: cannot access `/usr/lib/oracle/xe/oradata/XE': No such file or directory
    /bin/chmod: cannot access `/usr/lib/oracle/xe/oradata/XE': No such file or directory
    this files or directories doesn't exists...
    Please help
    Teero

  • Initial Login Problems with Oracle 10g Express

    Hi,
    Can anybody help, im a student trying to use oracle 10g Express for a project, my problem is the express will not allow me to login as an administrator from the word go. I'm using the right user name and password and every time I login the page just refreshes itself with no other prompts. If i type the wrong credentials i get a message saying so and if using the Hr user name and password it says its locked as it should. Ive used the sql prompt to login and this works so i no the password and user name are correct, but id like to use the GUI if i could. Ive unistalled and reinstalled twice still no joy. Any suggestions?

    Hey again, thanks for your replies, Yes i have been using SYSTEM and SYS with a password of oracle in the GUI interface. When i use the SQL prompt i use the following to login:
    SQL> conn system/oracle
    connected.
    SQL> Show User
    USER is "SYSTEM"
    This says to me that i have logged into the database but still i have no luck in doing the same through the GUI interface using the same credentials.

  • Linux font problem with LabVIEW 7 Express

    Is there a change in how LabVIEW 7 Express for Linux
    uses fonts? When I run LabVIEW 6.1 (on the same
    machine) the standard font (10pt Application) looks
    very nice (in menus, front panel and diagram). With
    LabVIEW 7 they are not so good to read. What can I do?
    Thanks in advance,
    Armin Herzer

    Hello Evan,
    Sorry for the late replay, but I was on holiday last week.
    I am using Debian GNU/Linux woody 3.0 (testing). The video driver is the one which is shipped with XFree86 in this Debian installation. I also used the newest video driver from NVidia but the problem is the same (btw. is this a NVidia problem? Unfortunally I can only test on machines with NVidia cards). I attached a screenshot to visualize the problem.
    The problem is not VI specific. All text (menus, comments and so on) have this ugly font.
    Thanks in advance,
    Armin Herzer
    FH Ravensburg-Weingarten
    University of Applied Sciences
    Attachments:
    lv6170.png ‏15 KB

  • Having problems with a boolean expression

    i have the following:
    the problem is no matter if i try "equal" or "==" the return string it always returns false!! just to make a little more obvious:
    if (1>1 == false)
    is true therefore retrieveData should return NOT_LOGGED_IN and i have confirmed this and it does yet if (servletString.equals("NOT_LOGGED_IN"))
    does not agree with me.
    Any ideas?!
         private void doAuthenticate(HttpServletRequest request, HttpServletResponse response) {
              username = request.getParameter("username");
              password = request.getParameter("password");
            try {     
         Customer customer = new Customer();
              System.out.println(1>1);
                   if (1>1 == false)
                   processResponse(response, "NOT_LOGGED_IN");
              } else {
                   System.out.println("You're logged in.");
                   response.setContentType("text/html");
            } catch (Exception e) {
              e.printStackTrace();
      public void doValidateUser()
              System.out.println(userNameTextField.getString());
              try {
                   HttpConnection hc = getConnection("?blah");
                 hc.setRequestMethod( HttpConnection.GET );
                 hc.setRequestProperty("User-Agent","Profile/MIDP-1.0 Configuration/CLDC-1.0" );
                 hc.setRequestProperty("Content-Language", "en-US" );
                 hc.setRequestProperty("Accept", "text/plain" );
                 sendData(hc);
                 String servletString = receiveData(hc);
                 System.out.println("servletString="+ servletString);
                 System.out.println("servletString.size="+ servletString.length());
                 if (servletString.equals("NOT_LOGGED_IN"))
                        //                  something..
                 else {
                     //something else
              catch (Exception e)
                   System.out.println(e);
        }and this:
      private String receiveData(HttpConnection connection) throws IOException {
             int rc = connection.getResponseCode();
             StringBuffer sb = new StringBuffer();
             DataInputStream is = connection.openDataInputStream();
             String dataIn = null;
             try {
                  if (rc == HttpConnection.HTTP_OK) {
                       int c;
                       while (( c = is.read()) != -1)
                            sb.append((char)c);
                       dataIn = sb.toString();
                       System.out.println(String.valueOf(rc));
                       System.out.println(dataIn);
                       is.close();
                  } else if (rc == HttpConnection.HTTP_UNAUTHORIZED) {
                       int contentLength = (int)connection.getLength();
                       byte[] raw = new byte[contentLength];
                       int length = is.read(raw);
                       String s = new String(raw, 0, length);
                       stringItem.setText(s);
             } catch (IOException ioe) {
                  stringItem.setText(ioe.toString());
             return dataIn;
        }

    I still couldn't figure it out guys.
    processResponse:
         private void processResponse(HttpServletResponse response, String output)
         throws IOException, ServletException {
                   response.setContentType("text/html; charset=UTF-8");
                   PrintWriter out = response.getWriter();
                   out.println(output);
         }simply prints out whatever i pass it.
    in the recieveData code i placed:
    System.out.println("dataIn.equals" + dataIn); just before the return dataIn line and it prints
    dataIn.equalsNOT_LOGGED_IN
    and here is where i use it:
    String servletString = receiveData(hc);if (servletString.equals("NOT_LOGGED_IN"))
         tryAgain();
    it never equals NOT_LOGGED_IN for some reason!!
    i even printed what servletString equals:
    servletString.equalsNOT_LOGGED_IN
    before the if statement
      System.out.println("servletString.equals" + servletString);
                 if (servletString.equals("NOT_LOGGED_IN"))
                      System.out.println("Blah!");
                 }blah is never printed!! :\

  • Another Internet connection problem with solariis dev express

    I have the same problem, i was installed new solaris dev express , my ifconfig output detects my nic
    and my name nic is nge0, but i dont connect to internet.
    i was reading this forums but the result is null.
    i have a cable modem and i using a ethernet connection.
    i use this command:
    *#ifconfig nge0 dhcp start*
    the result is null the dhcp doesnt assing an ip to my nic
    then i create a */etc/hostname.nge0* file and follow comments that i seeing on this forums
    *#uname -n > /etc/hostname.nge0* ...too i create a */etc/dhcp.nge0*
    again i wrote:
    *#ifconfig nge0 dhcp start*
    but no , the result is null
    then i follow more comments on this solaris forums and i added the dns in */etc/resolv.conf*
    but the result still null
    later i check the gateway using the comand
    *#netstat -nr*
    but only i see my loopback ip --> 127.0.0.1
    too i used the command
    *#sys-unconfig* , reboot ..mmm no
    but still the same problem
    my question is how to set the internet connection using a cable modem that workkssss!!!!!!!?
    my computer is a 32bit machine with solaris devexpress and my cable modem.
    how to tell to solaris which is my gateway?
    i know that the command in my linux box is: route add default gw ip
    what i have to do?
    i modify a */etc/nsswitch.conf* and i added a dns word after files in hosts line.
    create a */etc/defaultrouter* <-- this is to when i have a internal lan ip
    in the */etc/hostname.nge0* put only my hostname
    */etc/hostname.nge0* <-- myhostname
    or
    */etc/hostname.nge0* <-- inet myhostname
    what is true? what is correct? i wsas reading about solaris offical docs about dhcpagent but i dont have clear my ideas.
    please someone that you know how to set the internet connection on solaris dev exprres using the dhcp that serves on cable modem.
    i dont believe that be more complicated than Linux or FreeBSD
    Thanks.

    I would recommend that you do the following as a minimum:
    Power-down the modem, AirPort base station, and computer(s).
    (OPTIONAL) While all of the devices are powered-down, perform a "factory default" reset on the base station. This will get it back to its "out-of-the-box" configuration and make setting it up much easier, especially if you use the "Assist me" process within the AirPort Utility. (ref: Resetting an AirPort Base Station or Time Capsule)
    After the base station resets, go ahead and power it back down.
    Power-up the modem; wait at least 10-15 minutes.
    Power-up the base station; wait at least 5-10 minutes.
    Power-up your computer(s).
    In this basic configuration, computers connected to the base station, either by wire or wireless (as appropriate for the base station type), should now be able to access the Internet through the ISP's modem. Once Internet connectivity has been verified, you can use the AirPort Utility to configure the base station for wireless security and any other desired options.

Maybe you are looking for

  • Blue Screen when Downolading TV Shows

    So I get the blue screen of death when I try to download any video file (I've tried video podcasts and TV Shows). I have tried EVERYTHING! I even done a complete system restore to restore my computer to factory state. Help!

  • Groups are not displaying in the user's member of tab

    Hi , We have a issue, After mapping any AD  group in CMC,the groups and users are displaying  in the cmc list. but when we go to the properties of the user and member of option ,the groups are not displaying . After restarting the CMS every thing wor

  • FlashPlayer v. 10.1.102.64: Green flickering/essentially stopped working

    My data at the bottom. I never had issues with Flashplayer (e.g., I also run the entire CS4 suite w/o issue). After the newest, suggested upgrade (chosen after it was automatically offered) to the most recent version (see subject line), I notice on y

  • How to disable Events

    I want to disable mouse events to be performed on my JFrame. How Should I do this? I used disableEvents method of Component class. But id doesn't function. Here is the code I am using import java.awt.*; import javax.swing.*; import java.awt.event.*;

  • [SOLVED] A File Manager That Can Group Folders and Files like Fences

    I want to create a custom desktop environment in Arch Linux and I'm looking for a file manager that is similar to Windows Explorer in terms of features and functionality and can group files and folders into fences like Stardock Fences does for the de