Jump to content

Probably a dumb question but... I think the age of Linux is coming, and I've used ubuntu for a good while in the past, but I'm not gonna switch until more support is added. This summer its gonna be my goal to master java, and I was just thinking that I should contribute to the compatibility cause.

 

I'm sorry if this is a very broad topic, but what do  I need to do to ensure anything I write is linux compatible? All I know is that it has trouble running .exe

Link to post
Share on other sites

Probably a dumb question but... I think the age of Linux is coming, and I've used ubuntu for a good while in the past, but I'm not gonna switch until more support is added. This summer its gonna be my goal to master java, and I was just thinking that I should contribute to the compatibility cause.

 

I'm sorry if this is a very broad topic, but what do  I need to do to ensure anything I write is linux compatible? All I know is that it has trouble running .exe

if you want to write programs that are linux compatible, do your programming on linux.

most languages can be compiled for linux, but I may be wrong, I only write programs in C.

Link to post
Share on other sites

 

 All I know is that it has trouble running .exe

 

Trouble? its not supposed to run .exe lol

 

If you want to contribute, you can contribute on some open source projects for the ubuntu or such. Tho, i think more C/C++ than java there but good luck :)

 

01111001 01101111 01110101 00100000 01101010 01110101 01110011 01110100 00100000 01110111 01100001 01110011 01110100 01100101 01100100 00100000 01111001 01101111 01110101 01110010 00100000 01110100 01101001 01101101 01100101 00100000 01100011 01101111 01101110 01110110 01100101 01110010 01110100 01101001 01101110 01100111 00100000 01110100 01101000 01101001 01110011

Link to post
Share on other sites

Trouble? its not supposed to run .exe lol

 

If you want to contribute, you can contribute on some open source projects for the ubuntu or such. Tho, i think more C/C++ than java there but good luck :)

 

WINE is used a ton from what I've seen. When I say trouble I mean that WINE does have issues with some programs

Link to post
Share on other sites

if you want to write programs that are linux compatible, do your programming on linux.

most languages can be compiled for linux, but I may be wrong, I only write programs in C.

What changes by programming on linux? Does it compile differently or are different errors highlighted? Could I just write it on windows, switch to linux, test everything then compile a "linux version"?

Link to post
Share on other sites

What changes by programming on linux? Does it compile differently or are different errors highlighted? Could I just write it on windows, switch to linux, test everything then compile a "linux version"?

the source code should be the same. all of the C programs I've written compiled fine on both windows and linux, but I find linux to be nicer to program in, as I compile with GCC and it's much better implemented on linux.

Link to post
Share on other sites

Based on that question, can someone tell me how to install steam on ubuntu 14.04? I try to do it and it's updating the steam and then disaster strike ( a blackout). Later when I try to install it fresh from the start, it won't let me

Link to post
Share on other sites

Based on that question, can someone tell me how to install steam on ubuntu 14.04? I try to do it and it's updating the steam and then disaster strike ( a blackout). Later when I try to install it fresh from the start, it won't let me

Have you tried sudo apt-get remove Steam followed by sudo apt-get install Steam ?

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×