Can't run applet with appletviewer(java.io.FilePermission)

Guys, I am writing an applet and it has compiled fine but when I try running it with appletviewer, it spews out these error. I have changed permissions on my .class file and .html file.
Can anyone help? It's pretty frustrating...
ava.security.AccessControlException: access denied (java.io.FilePermission /.automount/blah/usr/blah/blah/Node.class read)
at java.security.AccessControlContext.checkPermission(AccessControlContext.java:272)
at java.security.AccessController.checkPermission(AccessController.java:399)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:545)
at java.lang.SecurityManager.checkRead(SecurityManager.java:890)
thanks.

See if you find anything here:
http://search.java.sun.com/search/java/index.jsp?col=javaforums&qp=%2Bforum%3A31&qt=%22java.security.AccessControlException%3A+access+denied+%22&x=17&y=14
It�s a search on the forum, users with the same error.
Andreas

Similar Messages

  • How can I run MP350 with Windows 8.1 computer? Works OK with Windows 7 machine. Need drivers.

    How can I run MP350 with Windows 8.1 computer?
    It works OK with Windows 7 machine, using drivers from original CD.
    Windows 8,1 machine doesn't find those drivers (which I copied to its C drive).
    It doesn't find needed drivers on the internet.

    Hi Larry-R,
    I see that you made a later post regarding this.  Please refer to the answer on that post regarding your inquiry.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • Can I run Rosetta with Yosemite?

    Can I run Rosetta with Yosemite?

    Rod LoScalzo wrote:
    So I can run Adobe's Creative Suite 2 and some other programs that will not run on Yosemite.
    YES: if you unable or unwilling to upgrade your Adobe Creative Suite 2 to a version that will run in Yosemite, for about $99, you can make Version 2 run in Yosemite by installing Snow Leopard Server (and Rosetta) into Parallels in Yosemite.  Here is Adobe CS2 Photoshop running in this way:
                                            [click on image to enlarge]
    More information here:
    http://forums.macrumors.com/showthread.php?t=1365439
    Installing Snow Leopard Server into Parallels for DUMMIES:
    http://forums.macrumors.com/showpost.php?p=17285039&postcount=564

  • Firefox ( =1.0.5) + Java Plugin (1.4.2_08) can't run applets

    Hi
    I'm using gentoo linux and i've been using firefox with the sun java plugin for some time without any problems. however, in the last few weeks there suddenly appeared the following problem with the java plugin:
    Whenever I try to open a page with an applet, there is the java logo, and after some time, there's a red "X" in the place of the applet. When I subsequently open the java console, I always get the same error message (Encyclo.class contains the applet):
    java.lang.ClassNotFoundException: Encyclo.class
         at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:162)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
         at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:123)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
         at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:566)
         at sun.applet.AppletPanel.createApplet(AppletPanel.java:619)
         at sun.plugin.AppletViewer.createApplet(AppletViewer.java:1879)
         at sun.applet.AppletPanel.runLoader(AppletPanel.java:548)
         at sun.applet.AppletPanel.run(AppletPanel.java:299)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: java.net.ConnectException: Invalid argument
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
         at java.net.Socket.connect(Socket.java:452)
         at sun.net.NetworkClient.doConnect(NetworkClient.java:137)
         at sun.plugin.net.protocol.http.HttpClient.doConnect(HttpClient.java:106)
         at sun.net.www.http.HttpClient.openServer(HttpClient.java:402)
         at sun.net.www.http.HttpClient.openServer(HttpClient.java:618)
         at sun.net.www.http.HttpClient.<init>(HttpClient.java:306)
         at sun.net.www.http.HttpClient.<init>(HttpClient.java:267)
         at sun.plugin.net.protocol.http.HttpClient.<init>(HttpClient.java:41)
         at sun.plugin.net.protocol.http.HttpClient.New(HttpClient.java:62)
         at sun.plugin.net.protocol.http.HttpURLConnection.createConnection(HttpURLConnection.java:101)
         at sun.plugin.net.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:158)
         at sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:393)
         at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:272)
         at sun.applet.AppletClassLoader.getBytes(AppletClassLoader.java:263)
         at sun.applet.AppletClassLoader.access$100(AppletClassLoader.java:43)
         at sun.applet.AppletClassLoader$1.run(AppletClassLoader.java:152)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:149)
         ... 9 more
    I have no Idea what could be wrong. Please help.

    One of my colleagues found a workaround.
    This problem is maybe related to selinux.
    If you disable selinux, applets will work well.
    [ To disable selinux find the line beginning with "SELINUX="
    in your /etc/sysconfig/selinux file and change it to "SELINUX=disabled".
    And then you perhaps have to reboot. ]
    HTH:
    B�lint

  • Can Someone Please Help With A Java App.

    A while back, I had a program that I was working on, while taking Java in a Web Design & Development course -- this was back in 1999 -- not having the mindset of a programmer I failed that part of the course misrably. I had to do the following program, but you can see why I failed, I only managed to write to lines of code. I am wondering if there is anyone who can write it to the following criteria, maybe even make it graphical...I am hoping to try and write an XML backend to it like I wanted to do in 1999; unfortunately I lost the code that someone was nice enought to supply after I failed that part of the 6 month course...so if anyone can help please let me know. I want to try learning Java again, but it would be cool to see the following in working order again. If you're wondering why I still have the following, I just found it again while going through my Experts Exchange postings.
    import java.awt.*;
    public class CourseMarks extends Applet {
    Of course I think this is wrong, but here is what I need done:
    Define a class (data structure) to represent the people taking a course. For each person, you should record their name, their mid-term mark, their final mark, and any other information you think is relevant (hint: how do you find all the people in the class?)
    A) The Applet/Program must be called CourseMarks
    B) Write the class in Java
    C) Create a variable called courseList to record students of a specific course, then write code to initialise it with information about three students.
    D) Letter grades are to be awarded to the people taking the course, and you have to write a method to translate the final mark to a letter grade for each person. Letter grades are awarded as follows: 0-49.99 = F, 50-59.99 = E, 60-69.99 = D, 70-79.99 = C, 80-89.99 = B, 90-94.99 = A, 95 and up = A+. Write a method in Java and show how you would invoke it on courseList
    E) Write a method to compute the class average for the mid-term mark (hint: follow your links), and show how you would invoke it on courseList.
    Thanks,
    Michael Lauzon, Founder
    The Quill Society
    http://www.quillsociety.org/
    [email protected]

    Here is a quick and dirty implementation. I think I have everything in there. :-) import java.util.*;
    public class CourseMarks {
        private ArrayList courseList = null;
        /** Constructor for class */
        public CourseMarks() {
        /** Populate course list with students */
        private void initList() {
            Student s1 = new Student( "Gweedo", 100.0, 100.0, 101 );
            Student s2 = new Student( "Sally", 70.4, 65.3, 101 );
            Student s3 = new Student( "Michael", 56.0, 45.0, 101 );
            courseList = new ArrayList();
            courseList.add( s1 );
            courseList.add( s2 );
            courseList.add( s3 );
        /** Returns the list of students */
        public ArrayList getCourseList() {
            return courseList;
        /** Compute and return the letter grade for the passed mark */
        public String computeLetterGrade( double mark ) {
            String grade = null;
            if( mark <= 49.99 ) {
                grade = "F";
            } else if( mark >= 50.0 && mark <= 59.99 ) {
                grade = "E";
            } else if( mark >= 60.0 && mark <= 69.99 ) {
                grade = "D";
            } else if( mark >= 70.0 && mark <= 79.99 ) {
                grade = "C";
            } else if( mark >= 80.0 && mark <= 89.99 ) {
                grade = "B";
            } else if( mark >= 90.0 && mark <= 94.99 ) {
                grade = "A";
            } else if( mark >= 95 ) {
                grade = "A+";
            return grade;
        /** Print out the letter grades for all the students in the passed list */
        public void printLetterGrades( ArrayList studentList ) {
            if( studentList != null && studentList.size() > 0 ) {
                Student aStudent = null;
                Iterator it = studentList.iterator();
                while( it.hasNext() ) {
                    aStudent = (Student)it.next();
                    System.out.println( aStudent.name + " had final mark " + aStudent.finalMark +
                        " and letter grade " + this.computeLetterGrade( aStudent.finalMark ) + "." );
        /** Compute the average mid term for the students in the passed list */
        public double computeAverageMidTerm( ArrayList studentList ) {
            double average = 0.0;
            if( studentList != null && studentList.size() > 0 ) {
                double total = 0.0;
                Student aStudent = null;
                Iterator it = studentList.iterator();
                while( it.hasNext() ) {
                    aStudent = (Student)it.next();
                    total += aStudent.midMark;
                average = total / studentList.size();
            return average;
        /** Main method so this class can be run */
        public static void main(String[] args) {
            CourseMarks app = new CourseMarks(); // Create new CourseMarks instance
            app.initList();     // Init it's list of students
            app.printLetterGrades( app.getCourseList() );   // Print letter grades for all students
            System.out.println( "Average mid term: " + app.computeAverageMidTerm( app.getCourseList() ));
            System.exit(0);
    /** Simple class that just holds a few values */
    class Student {
        public String name = null;
        public double midMark = 0.0d;
        public double finalMark = 0.0d;
        public int classNum = 0;
        public Student( String aName, double aMidTerm, double aFinal, int aClassNum ) {
            name = aName;
            midMark = aMidTerm;
            finalMark = aMidTerm;
            classNum = aClassNum;
    }

  • Please help How can i run Os commands thru Java programs

    Hey,
    I want to stop and restart the linux server thru java program.Is it possible to run the os commands thru java program.
    I had it thru Runtime.getRuntime().exec("*.exe");
    it only runs the exe files.How can run files other than exe files like .bat,com ans shell commands..Any body knows please help with the code..or mail to this address
    [email protected]
    thankyou,
    regards,
    j.mouli

    What about "start command.com /C execute.bat", or using the overload that takes a String[] as argument?
    What if you use the the full path of execute.bat?
    What error code do you get?
    And what comes th linux, I'm not sure... you'll need a shell interpreter there too, me thinks. (never had to run anything with runtime.exec on linux). Check the man pages if csh, bash, ksh, or what ever shell you like.

  • Can Designer10gR2 generate Forms with Pluggable Java Components and WebUtil

    I know that Forms 10g supports Pluggable Java Components and WebUtil. Designer 10g R2 provides Design Capture of Forms to Modules. Can Designer capture a Form with Pluggable Java Components and WebUtil and then regenerate Form from within Designer? IF yes, would you give me more details. Thanks.

    Hi
    I am also looking for an alternative way to implement Drop and Drag functionality in Forms 9i.
    Regards
    Janet

  • Can we run EXE file/ Another Java Program from Java Application? How?

    Can we run EXE file and another java program from java application?
    Thanks in advance

    Example running adobe acrobat
    String command = "C:\\Program Files\\Adobe\\Acrobat 5.0\\Reader\\AcroRd32.exe /t "+selectedDocument+" \\\\CONTROL\\HP LaserJet 4L";
    Runtime rn = Runtime.getRuntime();
    Process process = rn.exec(command);
    process.waitFor();rykk

  • How can i run applets in kawa?

    how can i run compiled applet programs in KAWA
    help me

    If you always have the external display connected, you can configure the OS to consider it as the default or main display. Once everything is connected and set to your liking (resolution, color depth, etc.), "bless" the external display by clicking & dragging the menubar from the Mac's internal display onto the external. This only works if you are not using video mirroring.
    Once this is done, applications will open by default on the external and now "main" display and you can configure them to go fullscreen or whatever.

  • Can't run 0ad with optirun

    Hello.  I am having issues with running 0ad with my optimus laptop.  (Big surprise right?) Anyway here is my output:
    optirun 0ad --debug
    Cache: 500 (total: 5868) MiB
    TIMER| InitVfs: 401.46 us
    Sound: AlcInit success, using OpenAL Soft
    TIMER| InitScripting: 5.66037 ms
    TIMER| CONFIG_Init: 78.4096 ms
    libGL error: failed to load driver: swrast
    libGL error: Try again with LIBGL_DEBUG=verbose for more details.
    WARNING: Failed to set the video mode to fullscreen for the chosen resolution 1366x768:24 ("Couldn't find matching GLX visual"), falling back to windowed mode
    ERROR: SetVideoMode failed: 1024x768:24 0 ("Couldn't find matching GLX visual")
    WARNING: Failed to set the video mode to fullscreen for the chosen resolution 1366x768:24 ("Couldn't find matching GLX visual"), falling back to windowed mode
    ERROR: SetVideoMode failed: 1024x768:24 0 ("Couldn't find matching GLX visual")
    terminate called after throwing an instance of 'PSERROR_System_VmodeFailed'
    what(): System_VmodeFailed
    /usr/bin/0ad: line 3: 2053 Aborted (core dumped) /usr/bin/pyrogenesis "$@"
    Before anyone asks here is my glxinfo:
    optirun glxinfo
    name of display: :0
    display: :0 screen: 0
    direct rendering: Yes
    server glx vendor string: VirtualGL
    server glx version string: 1.4
    server glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info,
    GLX_EXT_visual_rating, GLX_SGI_make_current_read, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SUN_get_transparent_index, GLX_ARB_create_context,
    GLX_ARB_create_context_profile
    client glx vendor string: VirtualGL
    client glx version string: 1.4
    client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info,
    GLX_EXT_visual_rating, GLX_SGI_make_current_read, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SUN_get_transparent_index, GLX_ARB_create_context,
    GLX_ARB_create_context_profile
    GLX version: 1.4
    GLX extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info,
    GLX_EXT_visual_rating, GLX_SGI_make_current_read, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SUN_get_transparent_index, GLX_ARB_create_context,
    GLX_ARB_create_context_profile
    OpenGL vendor string: NVIDIA Corporation
    OpenGL renderer string: GeForce GT 630M/PCIe/SSE2
    OpenGL version string: 4.3.0 NVIDIA 313.18
    OpenGL shading language version string: 4.30 NVIDIA via Cg compiler
    OpenGL extensions:
    GL_AMD_multi_draw_indirect, GL_ARB_arrays_of_arrays, GL_ARB_base_instance,
    GL_ARB_blend_func_extended, GL_ARB_clear_buffer_object,
    GL_ARB_color_buffer_float, GL_ARB_compatibility,
    GL_ARB_compressed_texture_pixel_storage, GL_ARB_conservative_depth,
    GL_ARB_compute_shader, GL_ARB_copy_buffer, GL_ARB_copy_image,
    GL_ARB_debug_output, GL_ARB_depth_buffer_float, GL_ARB_depth_clamp,
    GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend,
    GL_ARB_draw_indirect, GL_ARB_draw_elements_base_vertex,
    GL_ARB_draw_instanced, GL_ARB_ES2_compatibility, GL_ARB_ES3_compatibility,
    GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_location,
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_layer_viewport,
    GL_ARB_fragment_program, GL_ARB_fragment_program_shadow,
    GL_ARB_fragment_shader, GL_ARB_framebuffer_no_attachments,
    GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB,
    GL_ARB_geometry_shader4, GL_ARB_get_program_binary, GL_ARB_gpu_shader5,
    GL_ARB_gpu_shader_fp64, GL_ARB_half_float_pixel, GL_ARB_half_float_vertex,
    GL_ARB_imaging, GL_ARB_instanced_arrays, GL_ARB_internalformat_query,
    GL_ARB_internalformat_query2, GL_ARB_invalidate_subdata,
    GL_ARB_map_buffer_alignment, GL_ARB_map_buffer_range,
    GL_ARB_multi_draw_indirect, GL_ARB_multisample, GL_ARB_multitexture,
    GL_ARB_occlusion_query, GL_ARB_occlusion_query2,
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite,
    GL_ARB_program_interface_query, GL_ARB_provoking_vertex,
    GL_ARB_robust_buffer_access_behavior, GL_ARB_robustness,
    GL_ARB_sample_shading, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map,
    GL_ARB_separate_shader_objects, GL_ARB_shader_atomic_counters,
    GL_ARB_shader_bit_encoding, GL_ARB_shader_image_load_store,
    GL_ARB_shader_image_size, GL_ARB_shader_objects, GL_ARB_shader_precision,
    GL_ARB_shader_storage_buffer_object, GL_ARB_shader_subroutine,
    GL_ARB_shader_texture_lod, GL_ARB_shading_language_100,
    GL_ARB_shading_language_420pack, GL_ARB_shading_language_include,
    GL_ARB_shading_language_packing, GL_ARB_shadow, GL_ARB_stencil_texturing,
    GL_ARB_sync, GL_ARB_tessellation_shader, GL_ARB_texture_border_clamp,
    GL_ARB_texture_buffer_object, GL_ARB_texture_buffer_object_rgb32,
    GL_ARB_texture_buffer_range, GL_ARB_texture_compression,
    GL_ARB_texture_compression_bptc, GL_ARB_texture_compression_rgtc,
    GL_ARB_texture_cube_map, GL_ARB_texture_cube_map_array,
    GL_ARB_texture_env_add, GL_ARB_texture_env_combine,
    GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3,
    GL_ARB_texture_float, GL_ARB_texture_gather,
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_multisample,
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_query_levels,
    GL_ARB_texture_query_lod, GL_ARB_texture_rectangle, GL_ARB_texture_rg,
    GL_ARB_texture_rgb10_a2ui, GL_ARB_texture_storage,
    GL_ARB_texture_storage_multisample, GL_ARB_texture_swizzle,
    GL_ARB_texture_view, GL_ARB_timer_query, GL_ARB_transform_feedback2,
    GL_ARB_transform_feedback3, GL_ARB_transform_feedback_instanced,
    GL_ARB_transpose_matrix, GL_ARB_uniform_buffer_object,
    GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object,
    GL_ARB_vertex_attrib_64bit, GL_ARB_vertex_attrib_binding,
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader,
    GL_ARB_vertex_type_2_10_10_10_rev, GL_ARB_viewport_array,
    GL_ARB_window_pos, GL_ATI_draw_buffers, GL_ATI_texture_float,
    GL_ATI_texture_mirror_once, GL_S3_s3tc, GL_EXT_texture_env_add,
    GL_EXT_abgr, GL_EXT_bgra, GL_EXT_bindable_uniform, GL_EXT_blend_color,
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array,
    GL_EXT_Cg_shader, GL_EXT_depth_bounds_test, GL_EXT_direct_state_access,
    GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_draw_range_elements,
    GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample,
    GL_EXTX_framebuffer_mixed_formats,
    GL_EXT_framebuffer_multisample_blit_scaled, GL_EXT_framebuffer_object,
    GL_EXT_framebuffer_sRGB, GL_EXT_geometry_shader4,
    GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4,
    GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil,
    GL_EXT_packed_float, GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object,
    GL_EXT_point_parameters, GL_EXT_provoking_vertex, GL_EXT_rescale_normal,
    GL_EXT_secondary_color, GL_EXT_separate_shader_objects,
    GL_EXT_separate_specular_color, GL_EXT_shader_image_load_store,
    GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap,
    GL_EXT_texture3D, GL_EXT_texture_array, GL_EXT_texture_buffer_object,
    GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_latc,
    GL_EXT_texture_compression_rgtc, GL_EXT_texture_compression_s3tc,
    GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp,
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
    GL_EXT_texture_filter_anisotropic, GL_EXT_texture_integer,
    GL_EXT_texture_lod, GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp,
    GL_EXT_texture_object, GL_EXT_texture_shared_exponent,
    GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_decode, GL_EXT_texture_storage,
    GL_EXT_texture_swizzle, GL_EXT_timer_query, GL_EXT_transform_feedback2,
    GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, GL_EXT_vertex_attrib_64bit,
    GL_EXT_x11_sync_object, GL_EXT_import_sync_object, GL_IBM_rasterpos_clip,
    GL_IBM_texture_mirrored_repeat, GL_KHR_debug, GL_KTX_buffer_region,
    GL_NV_blend_square, GL_NV_compute_program5, GL_NV_conditional_render,
    GL_NV_copy_depth_to_color, GL_NV_copy_image, GL_NV_depth_buffer_float,
    GL_NV_depth_clamp, GL_NV_draw_texture, GL_NV_ES1_1_compatibility,
    GL_NV_explicit_multisample, GL_NV_fence, GL_NV_float_buffer,
    GL_NV_fog_distance, GL_NV_fragment_program, GL_NV_fragment_program_option,
    GL_NV_fragment_program2, GL_NV_framebuffer_multisample_coverage,
    GL_NV_geometry_shader4, GL_NV_gpu_program4, GL_NV_gpu_program4_1,
    GL_NV_gpu_program5, GL_NV_gpu_program5_mem_extended,
    GL_NV_gpu_program_fp64, GL_NV_gpu_shader5, GL_NV_half_float,
    GL_NV_light_max_exponent, GL_NV_multisample_coverage,
    GL_NV_multisample_filter_hint, GL_NV_occlusion_query,
    GL_NV_packed_depth_stencil, GL_NV_parameter_buffer_object,
    GL_NV_parameter_buffer_object2, GL_NV_path_rendering,
    GL_NV_pixel_data_range, GL_NV_point_sprite, GL_NV_primitive_restart,
    GL_NV_register_combiners, GL_NV_register_combiners2,
    GL_NV_shader_atomic_counters, GL_NV_shader_atomic_float,
    GL_NV_shader_buffer_load, GL_NV_shader_storage_buffer_object,
    GL_NV_texgen_reflection, GL_NV_texture_barrier,
    GL_NV_texture_compression_vtc, GL_NV_texture_env_combine4,
    GL_NV_texture_expand_normal, GL_NV_texture_multisample,
    GL_NV_texture_rectangle, GL_NV_texture_shader, GL_NV_texture_shader2,
    GL_NV_texture_shader3, GL_NV_transform_feedback,
    GL_NV_transform_feedback2, GL_NV_vdpau_interop, GL_NV_vertex_array_range,
    GL_NV_vertex_array_range2, GL_NV_vertex_attrib_integer_64bit,
    GL_NV_vertex_buffer_unified_memory, GL_NV_vertex_program,
    GL_NV_vertex_program1_1, GL_NV_vertex_program2,
    GL_NV_vertex_program2_option, GL_NV_vertex_program3,
    GL_NVX_conditional_render, GL_NVX_gpu_memory_info,
    GL_SGIS_generate_mipmap, GL_SGIS_texture_lod, GL_SGIX_depth_texture,
    GL_SGIX_shadow, GL_SUN_slice_accum
    20 GLX Visuals
    visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav
    id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat
    0x021 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x09c 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x09d 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x09e 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x09f 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x0a0 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x0a1 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x0a2 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x0a3 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x0a4 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x0a5 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x0a6 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x0a7 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x0a8 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x0a9 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x0aa 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x0ab 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x0ac 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x0ad 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x05f 32 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    311 GLXFBConfigs:
    visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav
    id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat
    0x105 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 0 0 None
    0x106 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x107 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 0 0 None
    0x108 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x109 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 0 0 None
    0x10a 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x10b 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 0 0 None
    0x10c 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x10d 32 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x10e 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x10f 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 0 0 None
    0x110 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x111 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x112 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x113 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 0 0 None
    0x114 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x115 24 tc 0 32 0 r y . 8 8 8 0 . . 4 0 0 16 16 16 16 0 0 None
    0x116 24 tc 0 32 0 r y . 8 8 8 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x117 24 tc 0 32 0 r y . 8 8 8 8 . . 4 0 0 16 16 16 16 0 0 None
    0x118 24 tc 0 32 0 r y . 8 8 8 8 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x119 24 tc 0 32 0 r . . 8 8 8 0 . . 4 0 0 16 16 16 16 0 0 None
    0x11a 24 tc 0 32 0 r . . 8 8 8 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x11b 24 tc 0 32 0 r . . 8 8 8 8 . . 4 0 0 16 16 16 16 0 0 None
    0x11c 24 tc 0 32 0 r . . 8 8 8 8 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x11d 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 2 1 Ncon
    0x11e 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 2 1 Ncon
    0x11f 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 2 1 Ncon
    0x120 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 2 1 Ncon
    0x121 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 4 1 Ncon
    0x122 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 4 1 Ncon
    0x123 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 4 1 Ncon
    0x124 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 4 1 Ncon
    0x125 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 2 1 Ncon
    0x126 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 2 1 Ncon
    0x127 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 2 1 Ncon
    0x128 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 2 1 Ncon
    0x129 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 4 1 Ncon
    0x12a 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 4 1 Ncon
    0x12b 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 4 1 Ncon
    0x12c 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 4 1 Ncon
    0x12d 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 2 1 Ncon
    0x12e 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 2 1 Ncon
    0x12f 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 2 1 Ncon
    0x130 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 2 1 Ncon
    0x131 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 4 1 Ncon
    0x132 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 4 1 Ncon
    0x133 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 4 1 Ncon
    0x134 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 4 1 Ncon
    0x135 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 2 1 Ncon
    0x136 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 2 1 Ncon
    0x137 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 2 1 Ncon
    0x138 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 2 1 Ncon
    0x139 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 4 1 Ncon
    0x13a 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 4 1 Ncon
    0x13b 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 4 1 Ncon
    0x13c 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 4 1 Ncon
    0x13d 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x13e 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x13f 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x140 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x141 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x142 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x143 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x144 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x145 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x146 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x147 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x148 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x149 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x14a 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x14b 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x14c 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x14d 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x14e 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x14f 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x150 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x151 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x152 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x153 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x154 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x155 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x156 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x157 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x158 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x159 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x15a 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x15b 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x15c 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x15d 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x15e 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x15f 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x160 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x161 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x162 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x163 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x164 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x165 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x166 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x167 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x168 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x169 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x16a 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x16b 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x16c 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x16d 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x16e 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x16f 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x170 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x171 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x172 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x173 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x174 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x175 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x176 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x177 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x178 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x179 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x17a 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x17b 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x17c 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x17d 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x17e 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x17f 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x180 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x181 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x182 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x183 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x184 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x185 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x186 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x187 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x188 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x189 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x18a 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x18b 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x18c 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x18d 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 32 1 Ncon
    0x18e 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 32 1 Ncon
    0x18f 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 32 1 Ncon
    0x190 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 32 1 Ncon
    0x191 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 32 1 Ncon
    0x192 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 32 1 Ncon
    0x193 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 32 1 Ncon
    0x194 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 32 1 Ncon
    0x195 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 32 1 Ncon
    0x196 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 32 1 Ncon
    0x197 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 32 1 Ncon
    0x198 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 32 1 Ncon
    0x199 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 32 1 Ncon
    0x19a 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 32 1 Ncon
    0x19b 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 32 1 Ncon
    0x19c 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 32 1 Ncon
    0x19d 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 0 0 None
    0x19e 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 0 0 None
    0x19f 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 0 0 None
    0x1a0 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 0 0 None
    0x1a1 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x1a2 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 0 0 None
    0x1a3 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x1a4 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 0 0 None
    0x1a5 24 tc 0 32 0 r y . 8 8 8 0 . . 4 0 0 16 16 16 16 0 0 None
    0x1a6 24 tc 0 32 0 r y . 8 8 8 8 . . 4 0 0 16 16 16 16 0 0 None
    0x1a7 24 tc 0 32 0 r . . 8 8 8 0 . . 4 0 0 16 16 16 16 0 0 None
    0x1a8 24 tc 0 32 0 r . . 8 8 8 8 . . 4 0 0 16 16 16 16 0 0 None
    0x1a9 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 2 1 Ncon
    0x1aa 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 2 1 Ncon
    0x1ab 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 4 1 Ncon
    0x1ac 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 4 1 Ncon
    0x1ad 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 2 1 Ncon
    0x1ae 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 2 1 Ncon
    0x1af 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 4 1 Ncon
    0x1b0 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 4 1 Ncon
    0x1b1 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 2 1 Ncon
    0x1b2 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 2 1 Ncon
    0x1b3 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 4 1 Ncon
    0x1b4 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 4 1 Ncon
    0x1b5 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 2 1 Ncon
    0x1b6 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 2 1 Ncon
    0x1b7 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 4 1 Ncon
    0x1b8 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 4 1 Ncon
    0x1b9 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x1ba 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x1bb 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x1bc 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x1bd 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x1be 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x1bf 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x1c0 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x1c1 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x1c2 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x1c3 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x1c4 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x1c5 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x1c6 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x1c7 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x1c8 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x1c9 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x1ca 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x1cb 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x1cc 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x1cd 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x1ce 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x1cf 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x1d0 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x1d1 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x1d2 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x1d3 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x1d4 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x1d5 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x1d6 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x1d7 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x1d8 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x1d9 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x1da 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x1db 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x1dc 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x1dd 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x1de 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x1df 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x1e0 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x1e1 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 32 1 Ncon
    0x1e2 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 32 1 Ncon
    0x1e3 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 32 1 Ncon
    0x1e4 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 32 1 Ncon
    0x1e5 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 32 1 Ncon
    0x1e6 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 32 1 Ncon
    0x1e7 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 32 1 Ncon
    0x1e8 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 32 1 Ncon
    0x1e9 24 tc 0 16 0 r y . 5 6 5 0 . . 4 16 0 16 16 16 16 0 0 Ncon
    0x1ea 24 tc 0 16 0 r . . 5 6 5 0 . . 4 16 0 16 16 16 16 0 0 Ncon
    0x1eb 24 tc 0 16 0 r y . 5 6 5 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x1ec 24 tc 0 16 0 r . . 5 6 5 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x1ed 24 tc 0 16 0 r y . 5 6 5 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x1ee 24 tc 0 16 0 r . . 5 6 5 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x1ef 24 tc 0 16 0 r y . 5 6 5 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x1f0 24 tc 0 16 0 r . . 5 6 5 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x1f1 24 tc 0 0 0 r . . 0 0 0 0 . . 4 16 0 16 16 16 16 0 0 Ncon
    0x1f2 24 tc 0 0 0 r . . 0 0 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x1f3 24 tc 0 0 0 r . . 0 0 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x1f4 32 tc 0 32 0 r . . 16 16 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x1f5 24 tc 0 32 0 r . . 16 16 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x1f6 32 tc 0 32 0 r y . 16 16 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x1f7 24 tc 0 32 0 r y . 16 16 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x1f8 32 tc 0 32 0 r . . 32 0 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x1f9 24 tc 0 32 0 r . . 32 0 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x1fa 32 tc 0 32 0 r y . 32 0 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x1fb 24 tc 0 32 0 r y . 32 0 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x1fc 24 tc 0 64 0 r . . 16 16 16 16 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x1fd 24 tc 0 64 0 r . . 16 16 16 16 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x1fe 24 tc 0 64 0 r y . 16 16 16 16 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x1ff 24 tc 0 64 0 r y . 16 16 16 16 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x200 24 tc 0 128 0 r . . 32 32 32 32 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x201 24 tc 0 128 0 r . . 32 32 32 32 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x202 24 tc 0 128 0 r y . 32 32 32 32 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x203 24 tc 0 128 0 r y . 32 32 32 32 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x204 32 tc 0 32 0 r . . 16 16 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x205 24 tc 0 32 0 r . . 16 16 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x206 32 tc 0 32 0 r y . 16 16 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x207 24 tc 0 32 0 r y . 16 16 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x208 32 tc 0 32 0 r . . 16 16 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x209 24 tc 0 32 0 r . . 16 16 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x20a 32 tc 0 32 0 r y . 16 16 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x20b 24 tc 0 32 0 r y . 16 16 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x20c 32 tc 0 32 0 r . . 32 0 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x20d 24 tc 0 32 0 r . . 32 0 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x20e 32 tc 0 32 0 r y . 32 0 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x20f 24 tc 0 32 0 r y . 32 0 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x210 32 tc 0 32 0 r . . 32 0 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x211 24 tc 0 32 0 r . . 32 0 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x212 32 tc 0 32 0 r y . 32 0 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x213 24 tc 0 32 0 r y . 32 0 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x214 24 tc 0 64 0 r . . 16 16 16 16 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x215 24 tc 0 64 0 r . . 16 16 16 16 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x216 24 tc 0 64 0 r y . 16 16 16 16 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x217 24 tc 0 64 0 r y . 16 16 16 16 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x218 24 tc 0 64 0 r . . 16 16 16 16 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x219 24 tc 0 64 0 r . . 16 16 16 16 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x21a 24 tc 0 64 0 r y . 16 16 16 16 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x21b 24 tc 0 64 0 r y . 16 16 16 16 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x21c 24 tc 0 128 0 r . . 32 32 32 32 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x21d 24 tc 0 128 0 r . . 32 32 32 32 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x21e 24 tc 0 128 0 r y . 32 32 32 32 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x21f 24 tc 0 128 0 r y . 32 32 32 32 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x220 24 tc 0 128 0 r . . 32 32 32 32 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x221 24 tc 0 128 0 r . . 32 32 32 32 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x222 24 tc 0 128 0 r y . 32 32 32 32 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x223 24 tc 0 128 0 r y . 32 32 32 32 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x224 24 tc 0 16 0 r . . 16 0 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x225 24 tc 0 16 0 r . . 16 0 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x226 24 tc 0 16 0 r y . 16 0 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x227 24 tc 0 16 0 r y . 16 0 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x228 24 tc 0 64 0 r . . 32 32 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x229 24 tc 0 64 0 r . . 32 32 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x22a 24 tc 0 64 0 r y . 32 32 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x22b 24 tc 0 64 0 r y . 32 32 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x22c 24 tc 0 16 0 r . . 16 0 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x22d 24 tc 0 16 0 r . . 16 0 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x22e 24 tc 0 16 0 r y . 16 0 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x22f 24 tc 0 16 0 r y . 16 0 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x230 24 tc 0 16 0 r . . 16 0 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x231 24 tc 0 16 0 r . . 16 0 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x232 24 tc 0 16 0 r y . 16 0 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x233 24 tc 0 16 0 r y . 16 0 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x234 24 tc 0 64 0 r . . 32 32 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x235 24 tc 0 64 0 r . . 32 32 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x236 24 tc 0 64 0 r y . 32 32 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x237 24 tc 0 64 0 r y . 32 32 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x238 24 tc 0 64 0 r . . 32 32 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x239 24 tc 0 64 0 r . . 32 32 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x23a 24 tc 0 64 0 r y . 32 32 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x23b 24 tc 0 64 0 r y . 32 32 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    Any suggestions?

    Try the following user tip with that one:
    iTunes for Windows 10.7.0.21: "iTunes has stopped working" error messages when playing videos, video podcasts, movies and TV shows

  • I can not run firefox with old northern utility at same time

    I CAN NOT RUN FIREFOX WHEN MY NORTHERN UTILITY IS RUNNING AT SAME, WHEN I SHUT DOWN THE NORTHERN UTILITY THEN THE FIRE FOX WILL RUN, PLEASE TELL ME WHAT CAN I DO KEEP THEM BOTH RUNNING AT SAME TIME! THANKS !
    THE SYSTEM IS XP NOTE BOOK !

    You'll either have to modify yourself, ask the poster in that other thread for it, or use the LabVIEW driver.

  • Problem while I try to run Applet using Appletviewer

    Hi,
    I have developed a simple Applet using JDeveloper 1.1, here I am
    using a Dataset, a QueryDataSet and a grid.
    When I run the Applet within JDeveloper it runs just fine, but
    when I use the Appletviewer, the Applet starts of well but gives
    the following error:
    "borland.jbcl.dataset.DataSetException: Operation cannot be
    performed on an open DataSet"
    Please let me know what I am doing wrong.
    Thanks,
    Prag.
    null

    This may be a problem with JDK inconsistency problem. Make sure
    your appletviewer IS Java 1.1 compliant. Also, have you properly
    deployed your applet to a jar file?
    Here are the instructions for deploying a database applet:
    Hope this helps..
    -Chris
    Task 7: Deployment
    The following requirements apply when deploying a database
    applet:
    The database must be on the same server as the Web Server (or use
    a connection manager).
    Must have a JDK 1.1 compatible browser, such as Netscape 4.0.4 or
    Internet Explorer 4.0.
    Creating the Java Archive (.jar) file
    Select File|New
    Click the Deployment tab
    Double-click the Simple Archive Profile icon.
    The Simple Archive Profile wizard (SAP wizard) is displayed.
    On the Welcome page, click Next.
    On page one of the SAP wizard, enter or browse to set the Archive
    Path. Set the name of the jar to db_applet.jar.
    Click Next.
    Page two displays the names of all files in your project. Accept
    the default value of deploying all of the files and click Next.
    On page three, Dependencies, shift-click each item in the list
    "List items that you do not want to appear in the archive to
    select them all.
    Click Remove.
    In most cases, developers prefer to ship only their own classes
    in the .jar file, with separate .jars that store common files
    used by all of their Java programs. For the sake of simplicity,
    you are going to create a .jar file that includes all of the
    classes necessary to run your applet. By removing all of the
    libraries, you indicate that no classes should be omitted from
    your deployed .jar file.
    Click Finish.
    Deploying the applet
    Using a file manager, copy the db_applet.jar file you have just
    created to the Web Server.
    Copy the tutorial.EmpApplet.html file to the same directory as
    your .jar file.
    The tutorial.EmpApplet.html file can be found in the project
    directory (by default, the \myprojects directory under the
    JDeveloper root directory) or you can extract the file from the
    .jar using any PK-ZIP compatible file compression utility.
    Using any text editor, modify the <APPLET> tag in the
    tutorial.EmpApplet.html file to include an ARCHIVE tag that
    references your .jar file. Your <APPLET> tag should include this
    information:
    <APPLET CODEBASE = "." CODE = "tutorial.EmpApplet.class"
    NAME = "TestApplet" WIDTH = 400 HEIGHT = 300 HSPACE
    = 0 VSPACE = 0 ALIGN = middle ARCHIVE =
    "db_applet.jar">
    To test the applet, open the tutorial.EmpApplet.html file through
    a web server using a Java 1.1 enabled browser.
    Congratulations! You have completed your first database applet.
    You created a program that queries data from Oracle tables,
    displays the data in data-aware controls, allows for viewing and
    editing, displays status messages to a StatusBar, and includes a
    NavigatorControl component.
    Prag Ratra (guest) wrote:
    : Hi,
    : I have developed a simple Applet using JDeveloper 1.1, here I
    am
    : using a Dataset, a QueryDataSet and a grid.
    : When I run the Applet within JDeveloper it runs just fine, but
    : when I use the Appletviewer, the Applet starts of well but
    gives
    : the following error:
    : "borland.jbcl.dataset.DataSetException: Operation cannot be
    : performed on an open DataSet"
    : Please let me know what I am doing wrong.
    : Thanks,
    : Prag.
    null

  • I can't run Applets - Beginner Question

    I have installed J2sdk1.4.1 and have changed my path to include c:\J2sdk1.4.1\bin\ and have messed with CLASSPATH a bunch. My files will work though javac but when I try run an applet nothing will display. I get a big "x". I have M$ IE5.5 and windows NT 4.0. I have every java option in the options turned -ON-.
    Can anyone help?
    Hutch

    Is it complile clearly?
    Then check HTML code is ok?
    If u r use applet viewer,I think that is the best way to check the applet.

  • Can't run applet after mac os x upgrade

    hello,
    I have trouble running a simple java applet on my mac os X laptop .ie:double click on jar file, opens up but nothing happens
    The problem started when I upgraded my laptop to 10.2.5
    [c18339:~] fred% java -version
    java version "1.4.1_01"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-39)
    Java HotSpot(TM) Client VM (build 1.4.1_01-14, mixed mode)
    The error message when i try to run the applet:
    fred% java -jar mindterm.jar
    2003-05-18 08:57:57.295 java[898] Font 04b-20: descent is 0.
    Exception in thread "main" java.lang.ExceptionInInitializerError
    at com.mindbright.application.MindTerm.initGUI(Unknown Source)
    at com.mindbright.application.MindTerm.run(Unknown Source)
    at com.mindbright.application.MindTerm.main(Unknown Source)
    Caused by: java.lang.NullPointerException
    at sun.java2d.SunGraphicsEnvironment.getAvailableFontFamilyNames(SunGraphicsEnvironment.java:327)
    at sun.java2d.SunGraphicsEnvironment.getAvailableFontFamilyNames(SunGraphicsEnvironment.java:359)
    at apple.awt.CToolkit.getFontList(CToolkit.java:901)
    at com.mindbright.terminal.o.a(Unknown Source)
    at com.mindbright.terminal.o.do(Unknown Source)
    at com.mindbright.terminal.o.<clinit>(Unknown Source)
    ... 3 more
    Is there something wrong with Java shipped with 10.2.5, it was working
    great on 10.1
    regards
    frederic
    http://www.dab.uts.edu.au

    Just a guess, but did the applet come with any fonts?

  • Getting AccessControlException when running Applet in AppletViewer

    I'm using Java 1.5, and NetBeans 4.1, when I try to run my applet in the AppletViewer in NetBeans I get the error message 'AccessControlException', which comes from me trying to access a text file on the local system to read from. I have checked the applet policy which reads,
    grant {
    permission java.security.AllPermission;
    Which looks fine to me? So I don't understand why I haven't got permission to access files??

    Thanks Sir!
    But it is also not working i.e "The IE gives a memory error and then terminate...."
    then from a sun tutorial exampl i used following HTML file which is working fine.
    <html>
    <head>
    <title>Chat Swing Applet</title>
    </head>
    <body BGCOLOR="#ffffff" LINK="#000099">
    <h2>
    Running Swing Applet
    </h2>
    <!--"CONVERTED_APPLET"-->
    <!-- CONVERTER VERSION 1.1 -->
    <SCRIPT LANGUAGE="JavaScript"><!--
    var info = navigator.userAgent; var ns = false;
    var ie = (info.indexOf("MSIE") > 0 && info.indexOf("Win") > 0 && info.indexOf("Windows 3.1") < 0);
    //--></SCRIPT>
    <COMMENT><SCRIPT LANGUAGE="JavaScript1.1"><!--
    var ns = (navigator.appName.indexOf("Netscape") >= 0 && ((info.indexOf("Win") > 0 && info.indexOf("Win16") < 0 && java.lang.System.getProperty("os.version").indexOf("3.5") < 0) || (info.indexOf("Sun") > 0) || (_info.indexOf("Linux") > 0)));
    //--></SCRIPT></COMMENT>
    <SCRIPT LANGUAGE="JavaScript"><!--
    if (_ie == true) document.writeln('<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH = 500 HEIGHT = 450 codebase="http://java.sun.com/products/plugin/1.1.2/jinstall-112-win32.cab#Version=1,1,2,0"><NOEMBED><XMP>');
    else if (_ns == true) document.writeln('<EMBED type="application/x-java-applet;version=1.1.2" java_CODE = "Client.class" java_CODEBASE = "./Chat" java_ARCHIVE = "*.class" WIDTH = 400 HEIGHT = 50 pluginspage="http://java.sun.com/products/plugin/1.1.2/plugin-install.html"><NOEMBED><XMP>');
    //--></SCRIPT>
    <APPLET CODE = "Client.class" CODEBASE = "./Chat" ARCHIVE = "*.class" WIDTH=500 HEIGHT=450 ></XMP>
    <PARAM NAME = CODE VALUE = "Client.class" >
    <PARAM NAME = CODEBASE VALUE = "./Chat" >
    <PARAM NAME = ARCHIVE VALUE = "Client.class" >
    <PARAM NAME="type" VALUE="application/x-java-applet;version=1.1.2">
    </APPLET>
    </NOEMBED></EMBED></OBJECT>
    </body>
    </html>

Maybe you are looking for