Results 1 to 6 of 6
Thread: Browser help
- 09-20-2008, 09:24 AM #1
Member
- Join Date
- Jun 2008
- Location
- us
- Posts
- 47
- Rep Power
- 0
Browser help
Dear all,
i have got some idea from this site "https://javawebbrowser.dev.java.net/"
for Designing Java Web Browser ,
well , can u tell me wht is means by CVS and and how i can get the source ,
Here i m Downloading file "JavaSwtWebBrowser_v.0.3.jar"
but its a .Jar file i was trying to open it with
" c:\ java -jar JavaSwtWebBrowser_v.0.3.jar" command but i cant run that application
can anyone help me with this?Last edited by MarkWilson; 09-20-2008 at 09:31 AM.
- 09-20-2008, 10:15 AM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
CVS stand for Concurrent Versions System. That is most widely use too for controlling versions of a source code. Basically handle versions of a source. You can download from the web, free of charge.
When you run the jar file, what happen? Any error message? Are you sure that your PC have Java runtime installed?
- 09-20-2008, 10:44 AM #3
Member
- Join Date
- Jun 2008
- Location
- us
- Posts
- 47
- Rep Power
- 0
Thankx , ya now its working .
so that means CVS is only used for Version Purpose only, ok
i was Extact that folder on my m/c with winRar ,
den it shows some class file , so how i can convert that class files into .Java
which Decompiler i can use for converting .class file to .java file ?
wht is means by MANIFEST.MF ?
Does Neatbeans5.5 convert that Jar file into proper .java file ?Last edited by MarkWilson; 09-20-2008 at 10:55 AM.
- 09-20-2008, 11:14 AM #4
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
There are lots of Java de-compilers available on the web. Some of them are free.
MANIFEST.MF is a special file that can contain information about files packaged into a jar file. Every jar package have a default MANIFEST.MF file. But also we can modify it depends on our requirements.
- 09-20-2008, 11:18 AM #5
Member
- Join Date
- Jun 2008
- Location
- us
- Posts
- 47
- Rep Power
- 0
Thank You for help.
- 09-20-2008, 11:20 AM #6
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Similar Threads
-
Browser
By Jessie Madman in forum AWT / SwingReplies: 20Last Post: 02-17-2009, 01:56 PM -
Need Help! swt/Browser
By sealyu in forum SWT / JFaceReplies: 4Last Post: 07-09-2008, 08:16 PM -
how to get url from browser
By srinivas reddy in forum New To JavaReplies: 0Last Post: 02-08-2008, 07:46 AM -
Lobo Browser 0.97.5
By lobochief in forum Java SoftwareReplies: 2Last Post: 01-14-2008, 03:14 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks