• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Error Message

 
Sheriff
Posts: 440
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
(Posting this in Java and IDE's and other tools)
I'm developing an applet that connects to a mid-tier data server to retrieve information via a socket.
When I use JBuilder2 as a debugger with its "1.1.6_Borland" JDK it works fine.
When I change the JDK (in JBuilder2) to 1.2 I get this error in the little DOS window that pops up for run time:
<pre>
Warning: JIT compiler "javacomp" not found. Will use interpreter. java.security.AccessControlException: access denied (java.net.SocketPermission orion resolve)
</pre>
I know what "orion" is, it's the server. But I've looked everywhere for these exceptions but can't find them or what they mean.
Also, the applet runs but the information that is supposed to be coming back from the server is not there.
I've resorted to JBuilder2 as a debugging tool because when I compile from the regular JDK1.2 I get no errors or exceptions and the applet runs, but again without the info from the server. The error above isn't even mentioned!
If the source code would help, I'll supply it.
HELP!!
reply
    Bookmark Topic Watch Topic
  • New Topic