Click here to Skip to main content
15,881,172 members
Home / Discussions / Java
   

Java

 
QuestionError while fetching Path locally during unit testing but not at runtime Pin
saurabh jasmeen mehta12-Nov-22 19:44
saurabh jasmeen mehta12-Nov-22 19:44 
AnswerRe: Error while fetching Path locally during unit testing but not at runtime Pin
Richard MacCutchan12-Nov-22 21:15
mveRichard MacCutchan12-Nov-22 21:15 
AnswerRe: Error while fetching Path locally during unit testing but not at runtime Pin
jschell14-Nov-22 6:36
jschell14-Nov-22 6:36 
Questionradiusofcircle Pin
Halima Kidiwala9-Nov-22 17:03
Halima Kidiwala9-Nov-22 17:03 
AnswerRe: radiusofcircle Pin
Richard MacCutchan9-Nov-22 22:00
mveRichard MacCutchan9-Nov-22 22:00 
Questioncheck and correct the following code Pin
EngySamy23-Oct-22 14:40
EngySamy23-Oct-22 14:40 
GeneralRe: check and correct the following code Pin
Richard MacCutchan23-Oct-22 21:50
mveRichard MacCutchan23-Oct-22 21:50 
GeneralRe: check and correct the following code Pin
EngySamy23-Oct-22 22:55
EngySamy23-Oct-22 22:55 
GeneralRe: check and correct the following code Pin
Richard MacCutchan23-Oct-22 23:24
mveRichard MacCutchan23-Oct-22 23:24 
GeneralRe: check and correct the following code Pin
Dave Kreskowiak24-Oct-22 2:30
mveDave Kreskowiak24-Oct-22 2:30 
GeneralRe: check and correct the following code Pin
Richard MacCutchan24-Oct-22 3:26
mveRichard MacCutchan24-Oct-22 3:26 
AnswerRe: check and correct the following code Pin
jschell24-Oct-22 14:03
jschell24-Oct-22 14:03 
QuestionI have problem in Recursion code please help Pin
EngySamy22-Oct-22 16:19
EngySamy22-Oct-22 16:19 
AnswerRe: I have problem in Recursion code please help Pin
Gerry Schmitz23-Oct-22 5:49
mveGerry Schmitz23-Oct-22 5:49 
GeneralRe: I have problem in Recursion code please help Pin
EngySamy23-Oct-22 14:53
EngySamy23-Oct-22 14:53 
QuestionWhat are the details regarding project and/or make file in Java? Pin
Xarzu7-Oct-22 18:18
Xarzu7-Oct-22 18:18 
AnswerRe: What are the details regarding project and/or make file in Java? Pin
Richard MacCutchan12-Oct-22 21:18
mveRichard MacCutchan12-Oct-22 21:18 
QuestionProblem in java pattern program Pin
Shashank Singh Sep202228-Sep-22 5:53
Shashank Singh Sep202228-Sep-22 5:53 
AnswerRe: Problem in java pattern program Pin
Richard MacCutchan28-Sep-22 6:22
mveRichard MacCutchan28-Sep-22 6:22 
QuestionWrite a Java program to print the division of certificate. The division is determined as follows: Rate from 0 to less than 2:"Fail" Rate from 2 to less than 3:"Third" Rate from 3 to less than 4:"Second" Rate from 4 to 5:"First" Pin
Member 1576643824-Sep-22 9:58
Member 1576643824-Sep-22 9:58 
AnswerRe: Write a Java program to print the division of certificate. The division is determined as follows: Rate from 0 to less than 2:"Fail" Rate from 2 to less than 3:"Third" Rate from 3 to less than 4:"Second" Rate from 4 to 5:"First" Pin
Victor Nijegorodov24-Sep-22 21:40
Victor Nijegorodov24-Sep-22 21:40 
AnswerRe: Write a Java program to print the division of certificate. The division is determined as follows: Rate from 0 to less than 2:"Fail" Rate from 2 to less than 3:"Third" Rate from 3 to less than 4:"Second" Rate from 4 to 5:"First" Pin
Richard MacCutchan25-Sep-22 3:46
mveRichard MacCutchan25-Sep-22 3:46 
GeneralRe: Write a Java program to print the division of certificate. The division is determined as follows: Rate from 0 to less than 2:"Fail" Rate from 2 to less than 3:"Third" Rate from 3 to less than 4:"Second" Rate from 4 to 5:"First" Pin
Richard Deeming25-Sep-22 21:25
mveRichard Deeming25-Sep-22 21:25 
GeneralRe: Write a Java program to print the division of certificate. The division is determined as follows: Rate from 0 to less than 2:"Fail" Rate from 2 to less than 3:"Third" Rate from 3 to less than 4:"Second" Rate from 4 to 5:"First" Pin
Richard MacCutchan25-Sep-22 22:09
mveRichard MacCutchan25-Sep-22 22:09 
QuestionHow to package Jar by copying ONLY USED classes from onother jar ?! Pin
jimakoskx18-Sep-22 17:48
jimakoskx18-Sep-22 17:48 
Hi all,
I am just an amateur javac user, buidling occasionally some simple applications.
Meaning i dont know much of programming generally.
I will try to express my problem as quick and clearly.
Here it is.
I am using Netbeans.
I have a 'jimakoskx' Project trying to have there all my succesful/interesting classes
that occasionally i may write....in years.
Like my library Project.
Lets say i have there a 'mess' of 200 classes
(library classes meaning some of them importing 'some of them' ..others may be independent etc)
----
Now lets say that a friend ask me a simple application.
And because of my Library Project i am ready to finish this application
by just
a)Create a new Project
b)Import the Library project (Properties->Libraries->add)
.......(Copy dependencies because i want to give the 'client' the jar file )
c)easy write the new application
...
My problem is NOT that i must give to client
the FOLDER containing the application.jar and the library jar.
Ok..even if there be some solution ...this is not what made me come here to ask.
My problem and my question is the following.
My application jar use lets say only 1 class of my library jar.
But because the library jar lets say is 2 MB
then i am distributing (for the application) 2 MB (by importing library)
...plus...some KB of the actual ('new') application.

Now...if this is a big problem .....i can solve this
either by manually copy the interesting classes from library to actual project
either by ...(lets say i have nothing to do)...by creating a program that do it for me.

And the question is ...
Is there a way doing this in Netbeans ???

Thank in advance...

modified 19-Sep-22 4:51am.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.