LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris
User Name
Password
Solaris / OpenSolaris This forum is for the discussion of Solaris, OpenSolaris, OpenIndiana, and illumos.
General Sun, SunOS and Sparc related questions also go here. Any Solaris fork or distribution is welcome.

Notices


Reply
  Search this Thread
Old 02-14-2008, 09:04 AM   #1
Iyeru
Member
 
Registered: Feb 2008
Location: Madison, WI
Distribution: Ubuntu (x86), Windows XP
Posts: 48

Rep: Reputation: 15
Solaris and Windows


I seem to find in certain places that Solaris can take "binaries." If this is true, can it run Windows programs?
 
Old 02-14-2008, 09:35 AM   #2
swampdog2002
Member
 
Registered: Jul 2005
Distribution: Slackware 12.2, 13.0, openSUSE 11.2
Posts: 400

Rep: Reputation: 33
I have used Solaris 10 briefly, but I do not recall the OS being able to run Windows applications natively. You can, of course, use wine to run many windows applications for the Solaris platform, similar to the manner that you would in Linux.
 
Old 02-14-2008, 09:36 AM   #3
Iyeru
Member
 
Registered: Feb 2008
Location: Madison, WI
Distribution: Ubuntu (x86), Windows XP
Posts: 48

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by swampdog2002 View Post
I have used Solaris 10 briefly, but I do not recall the OS being able to run Windows applications natively. You can, of course, use wine to run many windows applications for the Solaris platform, similar to the manner that you would in Linux.
Unfortunately that's a problem for Adobe CS3 users. They tell you to install winetricks to bypass some errors that come with CS3 and wine, but no one has told me how to do it yet.
 
Old 02-14-2008, 09:45 AM   #4
swampdog2002
Member
 
Registered: Jul 2005
Distribution: Slackware 12.2, 13.0, openSUSE 11.2
Posts: 400

Rep: Reputation: 33
I've not heard of winetricks before. I found the script that supposedly downloads runtime libraries to your system, but have not had any experience to make any suggestions. However, I don't know if this would be feasible for you or not, but one way that I could think of to use Adobe CS3 in a UNIX/Linux environment (or Solaris) would be to utilize a Windows virtual machine, using something such as VirtualBox for this. As I've mentioned, it may not be the most feasible method for you, but it is the only suggestion that I can currently offer to you. Sorry I can not be of more assistance in this area.
 
Old 02-14-2008, 09:50 AM   #5
Iyeru
Member
 
Registered: Feb 2008
Location: Madison, WI
Distribution: Ubuntu (x86), Windows XP
Posts: 48

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by swampdog2002 View Post
I've not heard of winetricks before. I found the script that supposedly downloads runtime libraries to your system, but have not had any experience to make any suggestions. However, I don't know if this would be feasible for you or not, but one way that I could think of to use Adobe CS3 in a UNIX/Linux environment (or Solaris) would be to utilize a Windows virtual machine, using something such as VirtualBox for this. As I've mentioned, it may not be the most feasible method for you, but it is the only suggestion that I can currently offer to you. Sorry I can not be of more assistance in this area.
No, it's fine. I can't get CS3 until April anyway.
 
Old 02-15-2008, 08:06 AM   #6
Dox Systems - Brian
Member
 
Registered: Nov 2006
Posts: 344

Rep: Reputation: 31
Quote:
Originally Posted by swampdog2002 View Post
You can, of course, use wine to run many windows applications for the Solaris platform, similar to the manner that you would in Linux.
Maybe. :-) I've read that some people have been able to get Wine to run. I'm not among them despite dumping tons of time into it. I can get Wine running on Linux fine, but have not yet had any success on Solaris, even while following very detailed instructions on what's supposed to make it work. There must be some very specific requirements that haven't been completely figured out yet...
 
Old 02-15-2008, 09:12 AM   #7
Iyeru
Member
 
Registered: Feb 2008
Location: Madison, WI
Distribution: Ubuntu (x86), Windows XP
Posts: 48

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Dox Systems - Brian View Post
Maybe. :-) I've read that some people have been able to get Wine to run. I'm not among them despite dumping tons of time into it. I can get Wine running on Linux fine, but have not yet had any success on Solaris, even while following very detailed instructions on what's supposed to make it work. There must be some very specific requirements that haven't been completely figured out yet...
It may be because Solaris is coded differently than most distributions. it uses JAVA rather than C as well in most places.
 
Old 02-15-2008, 01:04 PM   #8
kebabbert
Member
 
Registered: Jul 2005
Posts: 527

Rep: Reputation: 46
If you use a freshly installed OpenSolaris, there should be no problems compiling Wine. I use the CBE package, as I have posted several times. CBE is a special make file diff, that allows you to take the plain vanilla wine source code, and CBE automatically applies the Solaris make file, diff. And off it goes! But CBE is mainly for OpenSolaris, not S10.
 
Old 02-15-2008, 05:08 PM   #9
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Quote:
Originally Posted by Iyeru View Post
It may be because Solaris is coded differently than most distributions.
Not sure about what you really mean, but that make sense ...
Quote:
it uses JAVA rather than C as well in most places.
There is no java in the kernel, and none in the userland that would interfere with Wine.
 
Old 02-15-2008, 05:26 PM   #10
Iyeru
Member
 
Registered: Feb 2008
Location: Madison, WI
Distribution: Ubuntu (x86), Windows XP
Posts: 48

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by jlliagre View Post
Not sure about what you really mean, but that make sense ...
There is no java in the kernel, and none in the userland that would interfere with Wine.
Not that it tells you what it's coded in anyway.
 
Old 02-16-2008, 01:45 AM   #11
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
You can have a look at OpenSolaris code here:

http://cvs.opensolaris.org/source/
 
Old 02-16-2008, 08:56 AM   #12
kebabbert
Member
 
Registered: Jul 2005
Posts: 527

Rep: Reputation: 46
There is no java in the kernel. That would be a very bad desicion as it would need a JVM and the OS would get slow. No decent comersial OS has Java in it's kernel.
 
Old 02-16-2008, 09:32 AM   #13
Iyeru
Member
 
Registered: Feb 2008
Location: Madison, WI
Distribution: Ubuntu (x86), Windows XP
Posts: 48

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by kebabbert View Post
There is no java in the kernel. That would be a very bad desicion as it would need a JVM and the OS would get slow. No decent comersial OS has Java in it's kernel.
I guess that's true. Maybe that's why Macromedia Products went so slow, they were JAVA based, or J Based.
 
Old 02-16-2008, 10:34 AM   #14
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
What? Macromedia uses Java? That sounds very, very dubious.

There is something elseI find intriguing about Solaris, though. Why is it that Solaris is so much faster launching java applications than any other OS I know? With a dual core and 4GB RAM, Linux takes at least 15 seconds to launch NetBeans 6. On Solaris, it's whoosh, maybe three seconds. What is the secret?
 
Old 02-16-2008, 10:53 AM   #15
Iyeru
Member
 
Registered: Feb 2008
Location: Madison, WI
Distribution: Ubuntu (x86), Windows XP
Posts: 48

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by jay73 View Post
What? Macromedia uses Java? That sounds very, very dubious.

There is something elseI find intriguing about Solaris, though. Why is it that Solaris is so much faster launching java applications than any other OS I know? With a dual core and 4GB RAM, Linux takes at least 15 seconds to launch NetBeans 6. On Solaris, it's whoosh, maybe three seconds. What is the secret?
It may have a Java Compiler built in to accept JAVA Binaries. After all, Sun Microsystems made the OS.
 
  


Reply

Tags
binaries, java, solaris



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to remote solaris from windows? a.toraby Solaris / OpenSolaris 20 12-02-2007 07:29 AM
Install Solaris 10 with Windows Xp raudetot Solaris / OpenSolaris 2 09-27-2006 05:19 AM
Install solaris 10 with windows flowerman Solaris / OpenSolaris 3 01-08-2006 06:32 AM
Windows and FC3 and Solaris---and only Solaris boot error message zillah Linux - Laptop and Netbook 1 07-07-2005 10:17 PM
X windows in Solaris - 9 (x86) grub Solaris / OpenSolaris 3 07-30-2004 02:05 AM

LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris

All times are GMT -5. The time now is 09:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration