Shivaranjan Guru

Greenhorn
+ Follow
since Sep 30, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Shivaranjan Guru

hi,
I'm trying to create a jar file of myy ejbs for deploying in weblogic 8.1 i.e., I'm trying to execute the following command.
java weblogic.ejbc UserProfile.jar WLUP.jar
at dos prompt in my working folder & I'm getting the following error..
Exception in thread "main" java.lang.SecurityException: Prohibited package name: java.util.logging
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at weblogic.ejbc20.<init>(ejbc20.java:82)
at weblogic.ejbc.main(ejbc.java:29)
can nebody Plz help me out..
Thanks
hi,
When i try connecting to MS-Excel worksheet , its giving the below error :
java.sql.SQLException: [Microsoft][ODBC Excel Driver] External table is not in the expected format.
The code i 'm using is
Connection con = java.sql.DriverManager.getConnection( "jdbc dbc:Test" ,"","");
Here Test is the System DSN already created which points to the excelsheet i want to read..
cud neone help me..plz