Results 1 to 3 of 3
- 03-22-2012, 04:58 PM #1
Member
- Join Date
- Jan 2012
- Posts
- 5
- Rep Power
- 0
Regarding how to get Application version info in java
Hello Friends,
Myself Lakshman....
I am a beginner to Java.
I Created an application in Eclipse IDE.
I am trying to get application version info using Java.
Can anyone guide me the method/way that i should follow so that i can achieve it.
I Know in C#, its in assemblyInfo.cs....
But i cant find a file similar to that class.
Expecting some useful replies..
Thanks in Advance..
Regards,
Lakshman
- 03-22-2012, 05:35 PM #2
Senior Member
- Join Date
- Jun 2007
- Location
- Bali, Indonesia
- Posts
- 762
- Rep Power
- 14
Re: Regarding how to get Application version info in java
We don't have something like AssemblyInfo.cs in Java. If you want to store version information of your application you can create a property file and you can use java.util.Properties to read this information.
Website: Learn Java by Examples
- 03-22-2012, 05:45 PM #3
Member
- Join Date
- Jan 2012
- Posts
- 5
- Rep Power
- 0
Similar Threads
-
java -version pointing to older version
By deepakts in forum New To JavaReplies: 4Last Post: 05-06-2010, 10:59 AM -
internet info in application
By saurabh.w in forum New To JavaReplies: 1Last Post: 08-16-2009, 01:16 PM -
Application Name and Version
By AlwaysJava in forum Advanced JavaReplies: 2Last Post: 02-13-2009, 05:49 PM -
How to upgrade Java version in an application
By New_ToJava in forum New To JavaReplies: 37Last Post: 11-11-2008, 03:22 PM -
org.hibernate.ejb.Version <clinit> INFO: Hibernate EntityManager 3.2.0.CR1
By Heather in forum JDBCReplies: 2Last Post: 06-30-2007, 04:01 PM
Bookmarks