Topic profile page for JAR file.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: JAR file.
Topic "Jar file" was discussed 0 times on 0 sites in last 3 months
Started 1 day, 16 hours ago (2009-12-31 15:37:00)
by adamaggour
83xx Pinkflakes DM or jar file Request Hello, I saw the OTA thread for the Pinkflakes theme and it looks great. I want to get it for my wife's phone, but she does not have a data package, so if anyone could post up the files for a Desktop Manager install (or alternatively the Jar file) that would rock. Thanks!
Started 1 day, 22 hours ago (2009-12-31 10:14:00)
by DarkTreo
Can someone remind me where the webOSDoctor.jar 200MB file gets downloaded to on a mac? When you download from Palm you get the "Palm webOS(R) Doctor(tm) Build Sprint.169.219, webOS 1.3.5" file (only 287 KB) and that file allows you to download the larger .jar file somewhere and i cannot find it. Searching for webosdoctor or .jar file does NOT find it. I have searched the forums ...
Started 3 days ago (2009-12-30 08:17:00)
by user5837573
Hello, I am using Jdeveloper 11.1.1.2.0 to try to create a very simple jar file and I am running into problems. I created a simple main class that makes use of a jar file that my company has compiled over time (bpc.jar). I am also making use of the "Java EE 1.5" library of jars. I have created a client jar deployment profile, and I have the two jar ...
Started 1 week, 1 day ago (2009-12-25 01:50:00)
by PRKS
Hi, I have a below command in ksh .... $JAVA_HOME/bin/java -cp "/usr/orabase/product/10.2.0/lib:/usr/java/javajar /common/sched.jar:/usr/orabase/product/10.2.0/jdbc /lib/ojdbc14_g.jar:/usr/orabase/product/10.2.0/jdb c/lib/classes12.jar" com.abrt.smart.Smart I want to know where the Smart.class is located. infact i want to know where the jar file is located... Could anyone help... ...
Started 1 week, 3 days ago (2009-12-23 02:33:00)
by brickbatbae
Hello all! I've ran into a little trouble opening a .jar file open. it is in a folder in my desktop, called "gcode for reprap" The file name is "repgcode-0.3.jar" I have downloaded jdk 6 update 17 @ http://java.sun.com/javase/downloads/widget/jdk6.j sp and installed it, into "C:\Program Files\Java\jdk1.6.0_17\bin" My PATH (control panel>systems>advanced>environmental ...
Started 1 week, 3 days ago (2009-12-22 11:08:00)
by smaslin
I work in the WebCenter team and we use JDev for our development. We use ojdeploy to build our components jar file. I am finding that under certain circumstances i am getting a skeleton faces-config.xml placed in our jar file instead of our actual faces-config.xml. I am not very familiar with ojdeploy unfortunately so i hope the following makes sence....
Started 1 week, 4 days ago (2009-12-21 21:28:00)
by Faisal_Ahmed
I am using netbeans IDE, I have create an application who uses large memory heap size, currently I increase heap size by defining VM Options to "-Xms200m -Xmx210m" in run Tab of project configuration in netbeans IDE. Now its time to release this build to my client and I want that client just double click on jar executable file or setup and my application start running using above VM ...
Started 1 week, 4 days ago (2009-12-21 12:06:00)
by mudit.agar
hi all i am having problems while installing jar file on emulator and actual device..i am getting error 30475 on emulator and "Authorisation failed" on device. SDK -- Nokia N97 v1.0 Device -- Nokia N97 Emulator -- Nokia N97 sdk default emulator OS -- Windows vista. so far i have tried following methods to make it work-- Recheck the name of midlet in application ...
Started 2 weeks, 1 day ago (2009-12-18 01:06:00)
by java_pgrm
Hi everyone, I am developing one Applet which will be called by a .net application ie through asp.net page. I am able to interact with applet through asp.net page.I am able to see the output in java console.The probelm i am facing is that Applet is not launched by AppletViewer. I am able to only open dialog boxes. I am not able to see any text fields and buttons that is there in init() ...
Started 2 weeks, 1 day ago (2009-12-17 22:56:00)
by Spamboy
This is the missing file after a Home Vista Premium Windows Update : jar:file:///C:/Program Files/Mozilla Firefox/chrome/en-US.jar!/locale/browser-region/re gion.propertiesen-us.start2.mozilla.comĀ 1 person needs an answer I do too
Started 2 days, 20 hours ago (2009-12-30 11:56:00)
by Ross Zimmerman
It depends on where they were placed in the project. If the Jars were placed in a lib folder in the project they would get pulled into the new jar as full blown jar files, but if they are library references outside of the project directory they would not be pulled into the new jar. Either way when I tried to run the jar from command it failed saying it ...
Started 4 days, 15 hours ago (2009-12-28 16:53:07)
by Acegikmo
Hm, I haven't used any IDE specific image loading features or resource management at all. I don't know if this helps, but new File("path/to/image.png").exists() returns true, even when the image isn't showing.
Started 1 day, 16 hours ago (2009-12-31 16:31:00)
by gio001
When I do the jar -tvf file I get a list of 486 entries, which is what I am able to get if I extract out from the file using jar -x. Yet at time of creation via jar command a log file containing 2500 lines told me that all of the files went though with the ...adding..... deflate info. Any idea? Thanks! ---------- Post updated at 03:21 PM ---------- Previous update was at 03:20 PM ...
Started 1 week ago (2009-12-25 12:35:00)
by blazer789
Until version 8, the java directory present under db2 installed binaries used to come with a file 'usejdbc2'. In our environment, all the java applications use 'usejdbc2' to source the jdbc jar files but as 'usejdbc2' is not present in version 9.5 any more, make sure the java applications are not coded to use the file 'usejdbc2' instead make them point to db2java.zip and db2jcc.jar/db2jcc4.jar ...
Started 6 days, 13 hours ago (2009-12-26 18:45:00)
by johnyjj2
Hello! I'd like to change .xml configuration file a little bit. I've got value I need to replace this value with my own. I created .jar archive and I want it to see what is inside this archive. Is this way all right: Can I omit "resource:/" word? Can I omit exclamation mark? Is this way (.../pl1.jar/...) the proper way of indicating that something is inside .jar file? And how can I ...