aspose file tools
The moose likes JDBC and the fly likes Jars with driver linux / windows Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Jars with driver linux / windows" Watch "Jars with driver linux / windows" New topic
Author

Jars with driver linux / windows

Carsten Rasmussen
Ranch Hand

Joined: Sep 22, 2009
Posts: 65
When i compile jars like this


With manifest.txt


It works on linux på not on windows, what do i need to do before it works on windows.
I didn't post the code because it doesn't matter its the Class-Path that is wrong, i have tried google it with no answer.
HELP !

The connector is platform independent.
Scott Selikoff
Saloon Keeper

Joined: Oct 23, 2005
Posts: 3652

I believe the manifest file is supposed to come before the Jar name when using the 'm' flag.


My Blog: Down Home Country Coding with Scott Selikoff
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Jars with driver linux / windows
 
Similar Threads
How to add relative path in MANIFEST.MF
user.dir
JDBC connection error
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
Connecting with MySql