Results 1 to 20 of 26
- 06-24-2008, 11:19 AM #1
Member
- Join Date
- Dec 2007
- Posts
- 21
- Rep Power
- 0
- 06-24-2008, 11:38 AM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
What you mean. Looking to write a standalone application?
- 06-24-2008, 02:42 PM #3
Like a clock? it could stand alone as long as the Operating System still operates....Could some plz tell me how to write a stand alone
Well the title says it just try to make it very simple so I can follow itfreedom exists in the world of ideas
- 06-24-2008, 06:16 PM #4
:)
be specific on what u want mr/ms quickfingers.
what type of standalone application r u looking for?
Our question is straight forward what all things do u want to implement in your application, as u know there are many ways of doing same thing like for GUi we can use swing or awt or swt or jide etc etc.To finish sooner, take your own time....
Nivedithaaaa
- 06-24-2008, 06:19 PM #5
Member
- Join Date
- Feb 2008
- Posts
- 60
- Rep Power
- 0
you mean something like this:
Java Code:public class IamStandAlone { public static void main (String[] arg) { System.out.println("I am a stand alone program! haha"); } }
- 06-24-2008, 06:45 PM #6
That is a standalone, what is your question.
( fun with newbies! )Introduction to Programming Using Java.
Cybercartography: A new theoretical construct proposed by D.R. Fraser Taylor
- 06-24-2008, 11:19 PM #7
I think he means to create the screenlets or widgets in java for the desktop.Isn't it true?
- 06-25-2008, 05:24 AM #8
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Or may be looking to create an executable file for any OS!
- 06-25-2008, 05:34 AM #9
put it in a jar.
My IP address is 127.0.0.1
- 06-25-2008, 05:51 AM #10
- 06-27-2008, 05:28 AM #11
Member
- Join Date
- Dec 2007
- Posts
- 21
- Rep Power
- 0
Well I know how to write applets very well just would like to have a stand alone run on my computer without the help of a Applet because I know how to write classes just don't know how to get it to run without needing a applet.
- 06-27-2008, 05:33 AM #12
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
With your post I really confused. Without help of an Applet, you want to run an applet class. ???
- 06-27-2008, 05:48 AM #13
Member
- Join Date
- Dec 2007
- Posts
- 21
- Rep Power
- 0
All I want to do is make so the person would have to download it to play instead playing online.
(Hope I am clear this time :))
- 06-27-2008, 05:55 AM #14
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
To run an applet you need a browser, even on off line. So what you can do it, add your application in a download link, may be as a zip file. Then user have to download it and play.
- 06-27-2008, 05:57 AM #15
Member
- Join Date
- Dec 2007
- Posts
- 21
- Rep Power
- 0
Thanks for the help now just need to figure out how not to make all my code visible to the user
- 06-27-2008, 06:03 AM #16
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Since applet use the class file your code not visible to the user directly. But using a decompiler can see the code.
- 06-27-2008, 06:21 AM #17
Possible he means a program that will run by itself without needing a browser - ie a stand-alone program not an applet.
He would need to make a jar file as suggested by Zosden which could then be downloaded by a user and executed by itself.
If he wants to make all his code visible to the user why doesn't he put the source code as text on a web page or send the source code files packed in the jar file? Maybe he doesn't know the dirrerence between an executable program and source code.
I am not clear as to what he really wants - I think that he doesn't know either. Maybe his fingers are too quick and his brain too slow for him to be able to express himself clearly :)
Alan.Last edited by Alan-LB; 06-27-2008 at 06:24 AM.
There are 10 types of people - those who understand binary and those who don't!!
Today is the Beta version of Tomorrow!!
- 06-27-2008, 06:31 AM #18
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
I'm with you on this. Mainly I think he doesn't know what is jar file, and a source code(class file). Because I can't see any attempt on jar.
If he wants to run the application on the browser, if he puts complete code as a zip, as I suggested earlier, it's not easy to hide the code from the user.
- 06-27-2008, 06:33 AM #19
What do you mean by "code". Are you talking about the executable program or the source code?
AlanThere are 10 types of people - those who understand binary and those who don't!!
Today is the Beta version of Tomorrow!!
- 06-27-2008, 06:38 AM #20
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
I'm talking about the source code.
Similar Threads
-
What are you using to write your code?
By CaptainMorgan in forum New To JavaReplies: 949Last Post: 05-28-2013, 12:27 AM -
how to write onto a file
By mirage_87 in forum New To JavaReplies: 6Last Post: 09-08-2009, 03:54 PM -
Stand O' Food Game Proyect
By piachens in forum New To JavaReplies: 1Last Post: 03-24-2008, 05:28 PM -
How do i write this in java...?
By johnny7white in forum New To JavaReplies: 1Last Post: 11-28-2007, 07:05 PM -
About bean:write
By yuchuang in forum Web FrameworksReplies: 1Last Post: 04-30-2007, 03:31 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks