<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Help with installation"]]></title>
		<link>http://forums.hotjoe.com/posts/list/28.page</link>
		<description><![CDATA[Latest messages posted in the topic "Help with installation"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Help with installation</title>
				<description><![CDATA[ Let me start by saying thank you for this app, it fills a very importantant need. I am relatively new to linux, about a year but still pretty adept. I have unzipped the files to a directory and I am trying to connect to a MS SQL server. I am using this command in a shell script but get the same error at the command line.<br /> ----------------------------------------------------------------------------<br /> #!/bin/bash<br /> <br /> java -classpath .:/opt/msSQLjdbc/lib/jisql.jar:/opt/msSQLjdbc/lib/msbase.jar:/opt/msSQLjdbc/lib/msutil.jar:/opt/msSQLjdbc/lib/mssqlserver.jar com.xigole.util.sql.Jisql -user sa -password myword -driver mssql -cstring jdbc:microsoft:sqlserver://sqldev:1433;DatabaseName=Northwind<br /> <br /> actually I have tried it with this also:<br /> -cstring jdbc:microsoft:sqlserver://sqldev:1433/Northwind<br /> ------------------------------------------------------------------------------------<br /> I get the error below everytime. What am I missing? any help or guidance is appreciated. <br /> <br /> [root@portaldevtest jisql]# ./backuptest<br /> Exception in thread "main" java.lang.AbstractMethodError<br />    at _Jv_MakeVTable(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)<br />    at _Jv_PrepareClass(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)<br />    at _Jv_WaitForState(java.lang.Class, int) (/usr/lib/libgcj.so.5.0.0)<br />    at java.lang.VMClassLoader.linkClass0(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)<br />    at java.lang.VMClassLoader.resolveClass(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)<br />    at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.5.0.0)<br />    at java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (/usr/lib/libgcj.so.5.0.0)<br />    at java.lang.Class.forName(java.lang.String) (/usr/lib/libgcj.so.5.0.0)<br />    at com.microsoft.jdbc.base.BaseClassUtility.getConnection(java.lang.String) (Unknown Source)<br />    at com.microsoft.jdbc.base.BaseClassUtility.getConnection(com.microsoft.jdbc.base.BaseDriver) (Unknown Source)<br />    at com.microsoft.jdbc.base.BaseDriver.connect(java.lang.String, java.util.Properties) (Unknown Source)<br />    at java.sql.DriverManager.getConnection(java.lang.String, java.util.Properties) (/usr/lib/libgcj.so.5.0.0)<br />    at com.xigole.util.sql.Jisql.getConnection(java.lang.String, java.util.Properties) (Unknown Source)<br />    at com.xigole.util.sql.Jisql.run() (Unknown Source)<br />    at com.xigole.util.sql.Jisql.main(java.lang.String[]) (Unknown Source)<br /> You have new mail in /var/spool/mail/root<br /> [root@portaldevtest jisql]# echo $PATH<br /> /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:/usr/lib<br /> [root@portaldevtest jisql]#<br /> <br /> <br /> ]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/329/1420.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/329/1420.page</link>
				<pubDate><![CDATA[Wed, 15 Nov 2006 05:17:15]]> GMT</pubDate>
				<author><![CDATA[ larrys]]></author>
			</item>
			<item>
				<title>Re:Help with installation</title>
				<description><![CDATA[ From what I can find online it looks like this is a problem with GNU Java.  Can you try the Sun JVM?  I'm not sure what Linux you're on but take a look at [url=http://java.sun.com/javase/downloads/index.jsp]the Java download page[/url] and download the "JDK 5.0 Update 9" (if you think you might ever compile Java code) or the "Java Runtime Environment (JRE) 5.0 Update 9" if you just want to run it.]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/329/1421.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/329/1421.page</link>
				<pubDate><![CDATA[Wed, 15 Nov 2006 07:51:13]]> GMT</pubDate>
				<author><![CDATA[ stdunbar]]></author>
			</item>
			<item>
				<title>Re:Help with installation</title>
				<description><![CDATA[ Thanks a lot. Red Hat was using the Free Software Foundation's implementation of Java by default. I changed the script to call the sun java that was installed in /usr/java and it worked like a charm. I think it is worth noteing that I had to put the -input option before the -cstring option for it to run.<br /> <br /> Thanks again. This app is perfect for the task at hand.<br /> <br /> I actually cringe when I have to use DOS now!]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/329/1425.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/329/1425.page</link>
				<pubDate><![CDATA[Thu, 16 Nov 2006 06:54:50]]> GMT</pubDate>
				<author><![CDATA[ larrys]]></author>
			</item>
			<item>
				<title>Re:Help with installation</title>
				<description><![CDATA[ [quote=larrys] I think it is worth noteing that I had to put the -input option before the -cstring option for it to run.[/quote]<br /> <br /> I'll take a look at that as it shouldn't be required but thanks for letting me know!]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/329/1428.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/329/1428.page</link>
				<pubDate><![CDATA[Thu, 16 Nov 2006 10:20:31]]> GMT</pubDate>
				<author><![CDATA[ stdunbar]]></author>
			</item>
	</channel>
</rss>
