Click here to Skip to main content
15,910,471 members
Home / Discussions / Java
   

Java

 
AnswerRe: java.net.MalformedURLException when creating an URL object Pin
TorstenH.6-May-10 0:48
TorstenH.6-May-10 0:48 
AnswerRe: java.net.MalformedURLException when creating an URL object Pin
Richard MacCutchan6-May-10 1:49
mveRichard MacCutchan6-May-10 1:49 
AnswerRe: java.net.MalformedURLException when creating an URL object Pin
David Skelly6-May-10 2:12
David Skelly6-May-10 2:12 
GeneralRe: java.net.MalformedURLException when creating an URL object Pin
Bob Stanneveld6-May-10 2:19
Bob Stanneveld6-May-10 2:19 
GeneralRe: java.net.MalformedURLException when creating an URL object Pin
Richard MacCutchan6-May-10 2:40
mveRichard MacCutchan6-May-10 2:40 
GeneralRe: java.net.MalformedURLException when creating an URL object Pin
David Skelly6-May-10 5:24
David Skelly6-May-10 5:24 
AnswerRe: java.net.MalformedURLException when creating an URL object [Solved] Pin
Bob Stanneveld6-May-10 5:33
Bob Stanneveld6-May-10 5:33 
QuestionJava Heap Space problem Pin
002comp3-May-10 22:39
002comp3-May-10 22:39 
Hello Friends
I am creating a applet based application in Netbeans.When I run that jar file on Desktop then it is running fine.But when I try to run this jar file on any other system then I am running this jar file thru batch file with specifying Heap space in that because without batch file it is not running.Is any way so that I can provide that heap space thru coding bcoz I dont want to do thru batch file?

here is My batch file:
@echo off
java -Xms512m -Xmx1024m -jar Test.jar


Thanks & Regards
Yogesh
AnswerRe: Java Heap Space problem Pin
Arrpita6-May-10 16:17
Arrpita6-May-10 16:17 
GeneralRe: Java Heap Space problem(solved) Pin
002comp7-May-10 2:16
002comp7-May-10 2:16 
GeneralRe: Java Heap Space problem(solved) Pin
Arrpita7-May-10 15:40
Arrpita7-May-10 15:40 
QuestionHow to update Group and User in JBPM4.3 Pin
sinron3-May-10 16:14
sinron3-May-10 16:14 
QuestionTo ask about right allignment in a calc. Pin
Arrpita30-Apr-10 16:10
Arrpita30-Apr-10 16:10 
AnswerRe: To ask about right allignment in a calc. Pin
TorstenH.6-May-10 0:54
TorstenH.6-May-10 0:54 
GeneralRe: To ask about right allignment in a calc. Pin
Arrpita6-May-10 15:55
Arrpita6-May-10 15:55 
GeneralRe: To ask about right allignment in a calc. Pin
TorstenH.11-May-10 21:54
TorstenH.11-May-10 21:54 
GeneralRe: To ask about right allignment in a calc.(solved) Pin
Arrpita12-May-10 16:19
Arrpita12-May-10 16:19 
Questionvoip project Pin
sam_dheol28-Apr-10 20:57
sam_dheol28-Apr-10 20:57 
AnswerRe: voip project Pin
Peter_in_278028-Apr-10 21:03
professionalPeter_in_278028-Apr-10 21:03 
AnswerRe: voip project Pin
Richard MacCutchan28-Apr-10 22:31
mveRichard MacCutchan28-Apr-10 22:31 
Questionconverting file data to string Pin
002comp27-Apr-10 23:54
002comp27-Apr-10 23:54 
AnswerRe: converting file data to string Pin
002comp28-Apr-10 1:54
002comp28-Apr-10 1:54 
GeneralRe: converting file data to string Pin
jwhite928-Apr-10 2:44
jwhite928-Apr-10 2:44 
GeneralRe: converting file data to string Pin
002comp28-Apr-10 18:07
002comp28-Apr-10 18:07 
GeneralRe: converting file data to string Pin
David Skelly28-Apr-10 22:27
David Skelly28-Apr-10 22:27 

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.