2
votes
1answer
22 views

Open ports for development purposes

I'm doing some Java ME Development in my brand-new Ubuntu laptop, coming from a now replaced Windows Vista one. What I'm trying to do is run a Mobile Simulator that acts as an HTTP Server -receives ...
0
votes
0answers
24 views

Will Ubuntu Phone run Java apps (not Android)

If an application or a game is written in Java for desktop Linux, but with touch friendly interface, will it be able to run on the Ubuntu Phone and Tablet?
-1
votes
0answers
55 views

how to combine all of these if statements into one if statement android programming [closed]

I'm making a karaoke application but I cannot sync the lyrics and rhythm of the song... here is the if statement code... while (!isRunning) { while (Player.getInstance() != null) { ...
1
vote
1answer
65 views

Starting Ubuntu mobile development in windows pc

I am an android developer and I want to contribute to ubuntu community by developing apps. I use windows pc as a workstation (sorry for that). Please guide me to anything useful so that I can start ...
-1
votes
1answer
63 views

Linux Default App Developed in Java [closed]

Different Linux and Ubuntu releases have different software included by default -- for example, transmission, Firefox, and Banshee have all been default applications. As far as I know, most of these ...
5
votes
1answer
182 views

What language C++, Python, or Java is most supported in Precise Pangolin for game development?

I've studied game programming and design in Windows using DirectX, and a bit using Python and PyGame. I would like to start developing some games for Ubuntu. Now I would like to build a game called ...
0
votes
1answer
109 views

How to configure quickly with java?

I want to use java instead of python in quickly. Is this possible? I actually don't know much python and so I have chosen java as my language for making a software.
2
votes
1answer
105 views

Is there a way to use the “primary toolbar” with QT or Java?

I am developping a software in order to compete in the Ubuntu App Contest, but I am having a problem. I started with quickly and glade, but since I am not very familiar with python, and since now the ...
2
votes
1answer
316 views

How do I submit .jar file to the ubuntu software center

I am writing an app using JAVA Swing for all platforms. After that I want to add this app to Ubuntu Software Center for free Is it possible? My app is just one *.jar file, its helping to play card ...
3
votes
3answers
462 views

How can I write Ubuntu apps in Java?

I am new to linux. I want to develop apps for Ubuntu desktop and mobile using Java.
1
vote
0answers
114 views

How to install JavaFx? [duplicate]

Possible Duplicate: How to install JavaFx in Ubuntu 12.04? I'm very new to Ubuntu world. I downloaded the JavaFx from here. I got a zip file. I don't know how do I setup a classpath for it. ...
2
votes
1answer
85 views

Java packaging and uploading to a PPA in Launchpad

I have a java application (created as a class) and I want to know how I can (or should I even) convert it to .deb format and then how to upload it to a Launchpad PPA so that everyone could install it? ...
0
votes
1answer
200 views

Which programming language to develop software for USC that also runs on other OS? (Windows / OS X)

I have skills in Java and C#. First I had a closer look at Java (Eclipse with Windowbuilder-Plugin). - Swing: But there is no natvie GUI-Support for GTK3 (e.g., HUD seems not to work) Then I looked ...
6
votes
3answers
2k views

What tools do I need to install for Java Development?

I am newbie to Ubuntu and I need to install tools for Java development on that platform. I see by the Ubuntu Software Center that I have this installed: OpenJDK java 6 runtime icedtea java 6 web ...
6
votes
4answers
1k views

How do I make my java app compatible with the unity global menu?

I like to develop in Java but also want compatibility with the global menu? Is there a way? Please help.
7
votes
2answers
325 views

How can I submit a NetBeans project to Ubuntu App Developer?

I have made a Java application for Ubuntu in NetBeans and would like to submit it to the Ubuntu Software Center. But the problem is, when I get the upload form, they ask to choose a file. So what do I ...
1
vote
1answer
351 views

Which Java versions support global appmenu

yesterday after few updates (some of them in java) the Eclipse lose ability to move it's menu to the global-menu bar. I was try to remove/add different java from the ubuntu's repositories but it ...
10
votes
4answers
587 views

Why do most GNOME developers prefer Python over Java for GTK+ programming?

I only know C and Java. And I really don't want to learn another language when I can work with what I already know. I haven't ever written a GTK+ application, but I am planning to start with an ...
1
vote
1answer
179 views

How to downgrade user permissions on a java app after opening port 80/443

I'm a Java developer writing a web app (Jetty server). Are there any guides out there are how I might downgrade user permissions using Java? Most native Linux apps will start as root, open ...
8
votes
2answers
4k views

How can I get a java apps to use the GTK+ theme?

Is there a way to get java apps to use my gtk theme?