Results 1 to 7 of 7
Thread: General Question about Java
- 05-14-2010, 12:13 PM #1
Member
- Join Date
- Apr 2010
- Posts
- 55
- Rep Power
- 0
- 05-14-2010, 04:14 PM #2
For the windows start menu.
Those items are shortcuts to an app. You can create a short cut that starts the java app and put it in the windows start menu.
I don't know how you're doing the install.
- 05-14-2010, 04:22 PM #3
Member
- Join Date
- Apr 2010
- Posts
- 55
- Rep Power
- 0
Im installing by double clicking. Bluej for example installs in a directory in ubuntu and you have to navigate to it to start instead of just showing up in the application menu.
-Bayan-
- 05-15-2010, 02:22 AM #4
Sorry, I thought you wanted to write and package that when installed would put itself into the start menu.
You seem to be saying that you are installing someone else's program.
On Windows, to get it into the start menu, create a shortcut and move that short cut into the start menu.
I don't know how to do it in ubuntu.
- 05-17-2010, 08:46 PM #5
It should already be in the menu once installed unless the program wasn't written like that. If you don't see it you can just navigate to the path you installed it /usr/myName/Programs is where I put my stuff. You should be able to right click on on the shell script that runs the program and pin to menu. (I'm booted into Windows at work so I'm going off memory so this may not work)
Liberty has never come from the government.
Liberty has always come from the subjects of government.
The history of liberty is the history of resistance.
The history of liberty is a history of the limitation of governmental power, not the increase of it.
- 05-26-2010, 07:07 AM #6
Member
- Join Date
- May 2010
- Posts
- 5
- Rep Power
- 0
It's fairly easy not sure why you are having such trouble just open installation directory and double click icon as said in other post. If you are having trouble then you can install a freeware version on ms dos and can run command using program.exe.
- 05-26-2010, 11:16 AM #7
hi bayan,
you are talking about the installation of java.
here is an approach may match your requirement;
1. make exe running file from java class
in most of time, we start java program simply by run a script like .bat file. you need a exe file to excute your java program, exe4j is such a tool to make a exe file.
Java Exe Maker - exe4j
2. Inno Setup can give you the feature to make your java .exe file appear in the start menu of windows.

Inno Setup
i hold 7 years develop exp. now i start a thread to share my knowlege about a j2ee project. welcome to participate.Study Java Through Real Java Project
Similar Threads
-
general advice needed
By mac in forum New To JavaReplies: 1Last Post: 03-18-2010, 03:25 PM -
making a general tree
By sAntA199 in forum New To JavaReplies: 23Last Post: 12-04-2009, 10:10 AM -
general confused about java question (easy!)
By sweetjava in forum New To JavaReplies: 1Last Post: 08-09-2009, 02:03 AM -
toHexString optimization (in fact general optimization question)
By jann in forum Advanced JavaReplies: 7Last Post: 12-16-2008, 06:44 PM -
General Discussion on Abstract
By sanjeevtarar in forum Advanced JavaReplies: 15Last Post: 05-06-2008, 06:16 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks