Search:

Type: Posts; User: KAJLogic

Page 1 of 5 1 2 3 4

Search: Search took 0.10 seconds.

  1. Replies
    1
    Views
    1,323

    Radio Wave transmission

    I know this isn't really the place for this question, but I am acquainted with these forums. I wanted to know what the standards are for EMR transmission. Are there any standards? For example, is it...
  2. [SOLVED] Re: applet out of memory error (how to increase available heap space)

    IllegalAccessException



    That loop was in charge of doling out instructions for image loading processes.
  3. Replies
    3
    Views
    1,626

    Open up a dialog on MYSQL

    From what I have seen of MYSQl I was wondering why such foreign systems for a pretty generic architecture? Tables, essentially arrays, query's intead of methods or functions. There are more, but...
  4. [SOLVED] Re: applet out of memory error (how to increase available heap space)

    Applets are not allowed to load certain classes I guess. So my thread watcher gained an exception and kept on trucking (as it should), but I was unable to access the proper variables to set them to...
  5. Re: Help me validate or break my conceptions of web technology

    I know, I unpacked it I was wondering where the code actually interprets request (what class), but I found it thanks, by the way, for this code it is helpfull.
  6. Re: Help me validate or break my conceptions of web technology

    The questions I wrote above still stand, but I have another one-that doesn't warrant a whole new thread. I was wondering why use a namserver instead of the url one already uses? For example, java.com...
  7. Re: Help me validate or break my conceptions of web technology

    I am going to be reading through those and will get back to you when I have digested it. Thanks, I don't know why I didn't think of that where better to start that is the universal protocol I was...
  8. Help me validate or break my conceptions of web technology

    In my head it works like this:

    The browser requests a html document from a directory, then reads it and runs as directed. However, for the browser to be able to retrieve information on their...
  9. [SOLVED] Re: applet out of memory error (how to increase available heap space)

    I wasn't implying that it was, just that I design all my GUI (aside from Component, and the event APIs).

    I will look into the browsers java plugins and how they are ran, but let me be very clear....
  10. [SOLVED] Re: applet out of memory error (how to increase available heap space)

    Well I'm not using any swing API, and I believe I practice thread safety quite well; on top of that the program runs on my computer fine, and the memory is lower than even chrome with a couple...
  11. [SOLVED] Re: applet out of memory error (how to increase available heap space)

    I am getting such varied responses on the applet. My applet was running fine, then I added two additional images and everything got disrupted. I even switched to loading all data on the fly when it...
  12. [SOLVED] Re: applet out of memory error (how to increase available heap space)

    That is what I was thinking, but I there must be some reason why running as an applet reduces my available memory? I mean it is not even close when running on my computer. Do you know where the...
  13. [SOLVED] applet out of memory error (how to increase available heap space)

    I was wondering where is the memory allocated for an applet; by the browser; by the JVM; some applet specific java option? I get an out of memory error when running my applet (loading pictures).
  14. Replies
    7
    Views
    928

    [SOLVED] Re: Applet writing to an http server.

    Yes, it has to be a server side issue. When I said gateway I was referring to a gateway interface for retrieving or accessing their SQL.
  15. Replies
    7
    Views
    928

    [SOLVED] Re: Applet writing to an http server.

    I have very limited access to their gateway.
  16. Replies
    7
    Views
    928

    [SOLVED] Re: Applet writing to an http server.

    I was under the impression I could write to any http server (via a basic CGI). I am using hostgator, and I can do file transfers via FTP. So, this should reproduce that essentially right?
  17. Replies
    7
    Views
    928

    [SOLVED] Applet writing to an http server.

    I am trying to write to an http server, but nothing happens. I can read from the file, I just cannot write to it and no errors are thrown. I do not know how to proceed.

    Specifically, I have a...
  18. Replies
    15
    Views
    1,148

    Re: JApplet (java runtime permissions)

    I believe that my applet doesn't have the required permission from read from the server.



    Of course, but can I typecast graphics from paint, can I re assign the graphics object to an extend...
  19. Replies
    15
    Views
    1,148

    Re: JApplet (java runtime permissions)

    I think my host blocks executable programs from accessing my server (due to it being a shared hosting plan). Does this sound right, because this is the conclusion i have come to. They also don't have...
  20. Replies
    15
    Views
    1,148

    Re: JApplet (java runtime permissions)

    I solved the issue. Now I am just curious about something, and I don't want to create a whole new thread. (solution to my problem is at the top)
    My applet runs in a new window; is there a way to...
  21. Replies
    15
    Views
    1,148

    Re: JApplet (java runtime permissions)

    Yes, I dropped the ball on that one. I will in the future be more diligent on my end. Now that I can see the exception stack trace I can track this down myself. I appreciate your help.
  22. Replies
    15
    Views
    1,148

    Re: JApplet (java runtime permissions)

    How do I get a full stack trace off an applet? It works in my test environment.
  23. Replies
    15
    Views
    1,148

    Re: JApplet (java runtime permissions)

    What does a runtime permissions exception suggest? I do not even know what to post for that sort of exception? My jar compiling? I am reading through this, because I have no idea what this exception...
  24. Replies
    15
    Views
    1,148

    Re: JApplet (java runtime permissions)

    How can I figure this out?

    I am just trying to run a jar file via applet tags through html.



    <applet code=commandCenter.class
    archive="game.jar"
    width = "700" height = "700">
  25. Replies
    15
    Views
    1,148

    JApplet (java runtime permissions)

    My jar file will not run citing (Java.lang.RuntimePermissions exit VM.0). My web host (host gator) claims it is because the plan I purchased doesn't support tomcat, but does an applet need tomcat? I...
Results 1 to 25 of 102
Page 1 of 5 1 2 3 4