Eclipse and projects

View: New views
1 Messages — Rating Filter:   Alert me  

Eclipse and projects

by devarde :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have one project that I am using Java3D, but in my machine I have two OSs, Linux (Slackware 12.2) and Windows (Vista). I have Eclipse installed on both, but I want to setup the project to include on Classpath the jars of java3D, but I want this configuration works equal on both systems. The path I have to the Jars on Windows is something like that E:/AnotherFolder/Windows/Java3dJars the path for Linux is something like that /mnt/temp/AnotherFolder/Linux/Java3dJars Detail: E: and /mnt/temp are the SAME directory, because E: is a partition alone to share with both systems, therefore, E:/AnotherFolder/Windows/Java3dJars is equal to /mnt/temp/AnotherFolder/Windows/Java3dJars Is there any possibility for me doing that?