I would like my cabalised program to have a --version switch. I would like it to report the same version as is present in the .cabal file.
I am trying to obtain the stored procedure metadata (procedure name,parameter types,parameter names etc) for a procedure declared within an Oracle package, using the standard ADO.NET API - DbConnectio
I\'m getting back into Java after a long stint in the Ruby world and I\'ve got a question about JUnit tests and the source I\'m testing.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
Can anyone help me on how I have to run a java application which is in a package, from cmd? Please give me the necessary line that I have to type.
I have my small program.jar that uses a small part of huge library.jar. Is there a tool to repackage several jars into one so it can be run stand-alone and is as small as possib开发者_如何学Pythonle?
I have created a package in VS2010 RC using the MPF (Managed Package Framework) and I get the following error. Can somebody help me out with this ??
Why is it that in Java, a superclass\' protected members are inaccessible by an indirect subclass in a different package? I know that a direct subclass in a different p开发者_C百科ackage can access th
I\'m trying to create a function in package that returns a table.I hope to call the function once in the package, but be able to re-use its data mulitple times.While I know I create temp tables in Ora
I have开发者_开发百科 a question regarding one single module that is distributed over multiple directories.