arrah - 2008-06-08

So I downloaded, installed and changed the command to the following.
Same error.

Any ideas?

java -classpath "C:\Program
Files\Java\jdk1.6.0_06\jre\lib\rt.jar;saxon.jar;.;jeval.jar;lucene-core-
2.2.0.jar;jxl.jar" Profiler

Larry Uzzel
Developer
IT Applications

-----Original Message-----
From: support@arrah.in [mailto:support@arrah.in]
Sent: Wednesday, June 04, 2008 1:31 PM
To: Larry Uzzel
Subject: RE: Data Profiler Error

Hi larry,
To me it seems like you have trimmed version of JRE. You can download 
full version of JRE at
http://java.sun.com/javase/downloads/index.jsp
it will come with all the jar files. then you have to change your path 
to include new JRE before old JRE.

let me know if it works.

Reagrds,
Vivek

[Hide Quoted Text]
> Thanks for the reply.
>
> That file is not there.
> The only jar file I see is javaws.jar.
>
> Any ideas where I can get rt.jar?  I find a lot of references on the
> internet to it, but it isn't clear how to get it and install it.
>
>
>
>
> Larry Uzzel
> Developer
> IT Applications
>

>
> -----Original Message-----
> From: support@arrah.in [mailto:support@arrah.in]
> Sent: Wednesday, June 04, 2008 12:03 PM
> To: Larry Uzzel
> Subject: Re: Data Profiler Error
>
> Hi larry,
> Thanks for downloading data profiler.
>
> 1.) sun.jdbc.odbc.JdbcOdbcDriver should be in rt.jar
> 2.) You go your java/jre lib and look for rt.jar then type
>   > jar -tvf rt.jar
> you should be able to see sun.jdbc.odbc.JdbcOdbcDriver
> 3.) if it is there try to put this classpath ( not needed for Window

XP)

[Hide Quoted Text]
>
> I have not tested with vista. But below is a link which faces same
> problems as your
> http://forum.java.sun.com/thread.jspa?threadID=5297405&tstart=105
>
> I hope solves your problem. If nor please send me screen shot of the
> error message and stack flow.
>
> Thanks,
> Vivek
>
>
>> I get a "Driver Value Not Found" error when trying to launch Profiler
>> from vista.
>>
>>
>>
>> java -classpath "saxon.jar;.;jeval.jar;lucene-core-2.2.0.jar;jxl.jar"
>> Profiler
>>
>>
>>
>>
>>
>> Here's the sql server configuration, which agrees with a DSN
>>
>>
>>
>>
>>
>> Database_Type="SQL_SERVER"
>>
>> Database_Driver="sun.jdbc.odbc.JdbcOdbcDriver"
>>
>> Database_Protocol="jdbc:odbc"
>>
>> Database_DSN="DEV16SQL"
>>
>> Database_User="ReportUser"
>>
>> Database_Passwd="******"
>>
>> Database_Catalog=""
>>
>> Database_SchemaPattern=""
>>
>> Database_TablePattern=""
>>
>> Database_ColumnPattern=""
>>
>> Database_TableType="TABLE"
>>
>>
>>
>> Any ideas?
>>
>>
>>
>> Here's the java version
>>
>>
>>
>>
>>
>>
>>
>> I don't know where the sun drivers would be, how to check for them.
>>
>> Thanks!
>>
>>
>>
>>
>> Larry Uzzel
>> Developer
>> IT Applications