Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~161 People Reached
Favorite Forums
Favorite Tags
java x 1
Member Avatar for armann

I am trying to connecto to mysql database using RedHat 9 but always get a wonderful error message when I try to compile this code: Context ctx = new InitialContext( ); //Error is thrown here if(ctx == null ) throw new Exception("Boom - No Context"); DataSource ds = (DataSource)ctx.lookup( "java:comp/env/jdbc/xsmsDB" …

Member Avatar for cosi
0
161